[Libreoffice-commits] core.git: vcl/inc

Chris Sherlock chris.sherlock79 at gmail.com
Wed Jan 27 04:22:58 PST 2016


 vcl/inc/salsession.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 749216dcd38c4e184d8b802c5bb4ca974961b688
Author: Chris Sherlock <chris.sherlock79 at gmail.com>
Date:   Wed Jan 27 23:22:07 2016 +1100

    vcl: minor tweak to header guard in salsession.hxx
    
    Change-Id: I354cb24bb75d3b394da203a1a6cfaaf5ca2c4ce5

diff --git a/vcl/inc/salsession.hxx b/vcl/inc/salsession.hxx
index 46b4b7f..868ad1e 100644
--- a/vcl/inc/salsession.hxx
+++ b/vcl/inc/salsession.hxx
@@ -110,6 +110,6 @@ public:
     virtual bool cancelShutdown() = 0;
 };
 
-#endif
+#endif // INCLUDED_VCL_INC_SALSESSION_HXX
 
 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */


More information about the Libreoffice-commits mailing list