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