diff options
author | Alexandre Vicenzi <vicenzi.alexandre@gmail.com> | 2014-01-29 20:46:48 -0200 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-01-30 11:16:27 +0000 |
commit | c5685ec791fbce43e982ffecc9e062063ec7e3d7 (patch) | |
tree | 7bb2ab8682f584488f696b68b0ab88b496dc56ea /starmath | |
parent | 923a3ba49ab5e578778ffba08ae337993dd76ab4 (diff) |
fdo#63154 Removed unused solar.h ref. in linguc., sfx2, starmath, svl and svx
Change-Id: I241661119371b75804fcf9215ff5e5da2a5b9265
Reviewed-on: https://gerrit.libreoffice.org/7732
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'starmath')
-rw-r--r-- | starmath/source/cfgitem.hxx | 10 |
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: */ |