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

Khaled Hosny khaledhosny at eglug.org
Thu Nov 3 23:29:08 UTC 2016


 vcl/inc/win/winlayout.hxx |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit a6ce5d391476e4b6a2cb2d92ff45548c1d75684b
Author: Khaled Hosny <khaledhosny at eglug.org>
Date:   Fri Nov 4 01:26:50 2016 +0200

    Misplaced #endif
    
    Change-Id: I199cf879c13cdd65ec9b6f1dbfef9b615bf8cefc

diff --git a/vcl/inc/win/winlayout.hxx b/vcl/inc/win/winlayout.hxx
index c025351..84b27d5 100755
--- a/vcl/inc/win/winlayout.hxx
+++ b/vcl/inc/win/winlayout.hxx
@@ -413,8 +413,6 @@ public:
 
 #endif // ENABLE_GRAPHITE
 
-#endif
-
 class TextOutRenderer
 {
 protected:
@@ -514,4 +512,6 @@ private:
     HDC               mhDC;
 };
 
+#endif // INCLUDED_VCL_INC_WIN_WINLAYOUT_HXX
+
 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */


More information about the Libreoffice-commits mailing list