summaryrefslogtreecommitdiff
path: root/starmath/source/cfgitem.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'starmath/source/cfgitem.hxx')
-rw-r--r--starmath/source/cfgitem.hxx10
1 files changed, 0 insertions, 10 deletions
diff --git a/starmath/source/cfgitem.hxx b/starmath/source/cfgitem.hxx
index ac95c2188335..06d143ae98e3 100644
--- a/starmath/source/cfgitem.hxx
+++ b/starmath/source/cfgitem.hxx
@@ -31,7 +31,6 @@
#include <com/sun/star/uno/Sequence.hxx>
#include <com/sun/star/uno/Any.h>
-#include <tools/solar.h>
#include <rtl/ustring.hxx>
#include <unotools/configitem.hxx>
#include <vcl/timer.hxx>
@@ -44,9 +43,6 @@ class SmFormat;
class Font;
struct SmCfgOther;
-/////////////////////////////////////////////////////////////////
-
-
struct SmFontFormat
{
OUString aName;
@@ -63,7 +59,6 @@ struct SmFontFormat
bool operator == ( const SmFontFormat &rFntFmt ) const;
};
-
struct SmFntFmtListEntry
{
OUString aId;
@@ -100,9 +95,6 @@ public:
void SetModified( bool bVal ) { bModified = bVal; }
};
-
-/////////////////////////////////////////////////////////////////
-
class SmMathConfig : public utl::ConfigItem
{
SmFormat * pFormat;
@@ -189,8 +181,6 @@ public:
void SetAutoRedraw( sal_Bool bVal );
};
-/////////////////////////////////////////////////////////////////
-
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */