summaryrefslogtreecommitdiff
path: root/cui/source/inc/autocdlg.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'cui/source/inc/autocdlg.hxx')
-rw-r--r--cui/source/inc/autocdlg.hxx17
1 files changed, 7 insertions, 10 deletions
diff --git a/cui/source/inc/autocdlg.hxx b/cui/source/inc/autocdlg.hxx
index b760dca00044..3d518d2b1d01 100644
--- a/cui/source/inc/autocdlg.hxx
+++ b/cui/source/inc/autocdlg.hxx
@@ -28,6 +28,12 @@
#include <svx/langbox.hxx>
#include "svtools/treelistentry.hxx"
+#include <vcl/group.hxx>
+#include <vcl/button.hxx>
+#include <vcl/lstbox.hxx>
+#include <svtools/svtabbx.hxx>
+#include <svx/simptabl.hxx>
+
class CharClass;
class CollatorWrapper;
class SmartTagMgr;
@@ -52,13 +58,6 @@ public:
void EnableLanguage(bool bEnable);
};
-#ifdef _OFA_AUTOCDLG_CXX
-#include <vcl/group.hxx>
-#include <vcl/button.hxx>
-#include <vcl/lstbox.hxx>
-#include <svtools/svtabbx.hxx>
-#include <svx/simptabl.hxx>
-
// class OfaACorrCheckListBox ------------------------------------------
class OfaACorrCheckListBox : public SvxSimpleTable
@@ -528,8 +527,6 @@ public:
virtual void ActivatePage( const SfxItemSet& );
};
-#endif // _OFA_AUTOCDLG_CXX
-
-#endif //
+#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */