summaryrefslogtreecommitdiff
path: root/cui/source/options/optgdlg.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'cui/source/options/optgdlg.hxx')
-rw-r--r--cui/source/options/optgdlg.hxx10
1 files changed, 4 insertions, 6 deletions
diff --git a/cui/source/options/optgdlg.hxx b/cui/source/options/optgdlg.hxx
index 8dc2397ffe4a..2bfb03aae74a 100644
--- a/cui/source/options/optgdlg.hxx
+++ b/cui/source/options/optgdlg.hxx
@@ -27,19 +27,17 @@
#include <boost/scoped_ptr.hpp>
-// predeclarations
class CanvasSettings;
class SvtOptionsDrawinglayer;
+
namespace vcl {
-class IconThemeInfo;
+ class IconThemeInfo;
}
namespace svt {
class OpenGLCfg;
}
-// class OfaMiscTabPage --------------------------------------------------
-
class OfaMiscTabPage : public SfxTabPage
{
using TabPage::DeactivatePage;
@@ -83,7 +81,6 @@ public:
virtual void Reset( const SfxItemSet* rSet ) SAL_OVERRIDE;
};
-// class OfaViewTabPage --------------------------------------------------
class SvtTabAppearanceCfg;
class OfaViewTabPage : public SfxTabPage
@@ -142,6 +139,7 @@ public:
};
struct LanguageConfig_Impl;
+
class OfaLanguagesTabPage : public SfxTabPage
{
VclPtr<ListBox> m_pUserInterfaceLB;
@@ -185,7 +183,7 @@ public:
virtual bool FillItemSet( SfxItemSet* rSet ) SAL_OVERRIDE;
virtual void Reset( const SfxItemSet* rSet ) SAL_OVERRIDE;
};
-#endif // INCLUDED_CUI_SOURCE_OPTIONS_OPTGDLG_HXX
+#endif // INCLUDED_CUI_SOURCE_OPTIONS_OPTGDLG_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */