diff options
author | Takeshi Abe <tabe@fixedpoint.jp> | 2012-06-21 23:22:36 +0900 |
---|---|---|
committer | Takeshi Abe <tabe@fixedpoint.jp> | 2012-06-23 02:48:28 +0900 |
commit | dbd9db69bb2ca982d76c09f8cb9561b42c9138b8 (patch) | |
tree | e7a76414b49eff37c9b916050f92bed4cdd9ffa8 /starmath | |
parent | 0ffc81ffdbb535301fa5d5608c7eeb1052d2c3a4 (diff) |
removed unused forward declarations of class
Change-Id: Ibb3918b95c2518fd83f566bb726273dbf90cf8c8
Diffstat (limited to 'starmath')
-rw-r--r-- | starmath/inc/applicat.hxx | 2 | ||||
-rw-r--r-- | starmath/inc/config.hxx | 3 | ||||
-rw-r--r-- | starmath/inc/parse.hxx | 1 | ||||
-rw-r--r-- | starmath/inc/smmod.hxx | 1 | ||||
-rw-r--r-- | starmath/inc/unomodel.hxx | 2 | ||||
-rw-r--r-- | starmath/inc/utility.hxx | 1 | ||||
-rw-r--r-- | starmath/source/accessibility.hxx | 1 | ||||
-rw-r--r-- | starmath/source/mathmlexport.hxx | 1 | ||||
-rw-r--r-- | starmath/source/mathmlimport.hxx | 3 | ||||
-rw-r--r-- | starmath/source/smdetect.hxx | 13 |
10 files changed, 1 insertions, 27 deletions
diff --git a/starmath/inc/applicat.hxx b/starmath/inc/applicat.hxx index f9f832690837..d60410789b48 100644 --- a/starmath/inc/applicat.hxx +++ b/starmath/inc/applicat.hxx @@ -20,8 +20,6 @@ #ifndef APPLICAT_HXX #define APPLICAT_HXX -class SvxErrorHandler; - #include <sfx2/app.hxx> diff --git a/starmath/inc/config.hxx b/starmath/inc/config.hxx index 668a4433127a..901d8502b597 100644 --- a/starmath/inc/config.hxx +++ b/starmath/inc/config.hxx @@ -26,9 +26,6 @@ #include "cfgitem.hxx" -class SmPreferenceDialog; -class SmPrintDialog; -class SmPrintOptionDialog; class SfxItemSet; class SmConfig : public SmMathConfig, public SfxBroadcaster diff --git a/starmath/inc/parse.hxx b/starmath/inc/parse.hxx index 5e4ce31db759..cc38ae02ca57 100644 --- a/starmath/inc/parse.hxx +++ b/starmath/inc/parse.hxx @@ -41,7 +41,6 @@ #include <vector> class SmNode; -class SmDocShell; ////////////////////////////////////////////////////////////////////// diff --git a/starmath/inc/smmod.hxx b/starmath/inc/smmod.hxx index 43b45392a9d1..7a323ab75380 100644 --- a/starmath/inc/smmod.hxx +++ b/starmath/inc/smmod.hxx @@ -40,7 +40,6 @@ #include <unotools/options.hxx> -class SvxErrorHandler; class SfxObjectFactory; class SmConfig; class SmModule; diff --git a/starmath/inc/unomodel.hxx b/starmath/inc/unomodel.hxx index b66c82a3fc8c..fddf9e3c55a6 100644 --- a/starmath/inc/unomodel.hxx +++ b/starmath/inc/unomodel.hxx @@ -40,8 +40,6 @@ #include <oox/mathml/export.hxx> #include <oox/mathml/import.hxx> -class SmFormat; - //////////////////////////////////////////////////////////// #define PRTUIOPT_TITLE_ROW "TitleRow" diff --git a/starmath/inc/utility.hxx b/starmath/inc/utility.hxx index a80fc5d44f60..9d4f2ed6fa55 100644 --- a/starmath/inc/utility.hxx +++ b/starmath/inc/utility.hxx @@ -36,7 +36,6 @@ #include <tools/fract.hxx> -class SmRect; class String; #define C2S(cChar) String::CreateFromAscii(RTL_CONSTASCII_STRINGPARAM(cChar)) diff --git a/starmath/source/accessibility.hxx b/starmath/source/accessibility.hxx index 8ed6c48465f9..c138764e84f0 100644 --- a/starmath/source/accessibility.hxx +++ b/starmath/source/accessibility.hxx @@ -52,7 +52,6 @@ #include <svx/AccessibleTextHelper.hxx> #include <edit.hxx> -class Window; class SmGraphicWindow; class SmEditWindow; class SmDocShell; diff --git a/starmath/source/mathmlexport.hxx b/starmath/source/mathmlexport.hxx index 87b2b693a24c..c0e7743e14ee 100644 --- a/starmath/source/mathmlexport.hxx +++ b/starmath/source/mathmlexport.hxx @@ -30,7 +30,6 @@ class SfxMedium; namespace com { namespace sun { namespace star { namespace io { - class XInputStream; class XOutputStream; } namespace beans { class XPropertySet; } diff --git a/starmath/source/mathmlimport.hxx b/starmath/source/mathmlimport.hxx index e67e6a079bbe..2f229124a37f 100644 --- a/starmath/source/mathmlimport.hxx +++ b/starmath/source/mathmlimport.hxx @@ -39,8 +39,7 @@ class SfxMedium; namespace com { namespace sun { namespace star { namespace io { - class XInputStream; - class XOutputStream; } + class XIutputStream; } namespace beans { class XPropertySet; } } } } diff --git a/starmath/source/smdetect.hxx b/starmath/source/smdetect.hxx index 1d20f6abcaa3..8dd3cbc9c06c 100644 --- a/starmath/source/smdetect.hxx +++ b/starmath/source/smdetect.hxx @@ -40,29 +40,16 @@ #include <com/sun/star/lang/XSingleServiceFactory.hpp> #include <cppuhelper/factory.hxx> -class SfxObjectFactory; -class SfxFilterMatcher; -class LoadEnvironment_Impl; -class SfxMedium; - namespace com { namespace sun { namespace star { - namespace uno - { - class Any; - } namespace lang { class XMultiServiceFactory; } - namespace frame - { - class XFrame; - } namespace beans { struct PropertyValue; |