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/source/smdetect.hxx | |
parent | 0ffc81ffdbb535301fa5d5608c7eeb1052d2c3a4 (diff) |
removed unused forward declarations of class
Change-Id: Ibb3918b95c2518fd83f566bb726273dbf90cf8c8
Diffstat (limited to 'starmath/source/smdetect.hxx')
-rw-r--r-- | starmath/source/smdetect.hxx | 13 |
1 files changed, 0 insertions, 13 deletions
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; |