From a6ce5d391476e4b6a2cb2d92ff45548c1d75684b Mon Sep 17 00:00:00 2001 From: Khaled Hosny Date: Fri, 4 Nov 2016 01:26:50 +0200 Subject: Misplaced #endif Change-Id: I199cf879c13cdd65ec9b6f1dbfef9b615bf8cefc --- vcl/inc/win/winlayout.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vcl/inc/win/winlayout.hxx b/vcl/inc/win/winlayout.hxx index c02535177a0c..84b27d5d1ba7 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: */ -- cgit