summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKhaled Hosny <khaledhosny@eglug.org>2016-11-04 01:26:50 +0200
committerKhaled Hosny <khaledhosny@eglug.org>2016-11-04 01:27:54 +0200
commita6ce5d391476e4b6a2cb2d92ff45548c1d75684b (patch)
tree0cc86428731bfd64799b002a92b97d0418aec2ae
parent8d777f85eaff6af8896942590316b7cd9f2c3e75 (diff)
Misplaced #endif
Change-Id: I199cf879c13cdd65ec9b6f1dbfef9b615bf8cefc
-rwxr-xr-xvcl/inc/win/winlayout.hxx4
1 files 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: */