summaryrefslogtreecommitdiff
path: root/toolkit/inc/layout/layout-post.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'toolkit/inc/layout/layout-post.hxx')
-rw-r--r--toolkit/inc/layout/layout-post.hxx7
1 files changed, 6 insertions, 1 deletions
diff --git a/toolkit/inc/layout/layout-post.hxx b/toolkit/inc/layout/layout-post.hxx
index 8ef66bf04470..46d4c383a984 100644
--- a/toolkit/inc/layout/layout-post.hxx
+++ b/toolkit/inc/layout/layout-post.hxx
@@ -1,3 +1,4 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -74,8 +75,10 @@
#undef RadioButton
#undef ResetButton
#undef RetryButton
-#undef SfxTabPage
#undef SfxTabDialog
+#undef SfxTabPage
+#undef SvxFontListBox
+#undef SvxLanguageBox
#undef SpinField
#undef TabDialog
#undef TabControl
@@ -100,3 +103,5 @@
#endif /* ENABLE_LAYOUT */
#endif /* _LAYOUT_POST_HXX */
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */