summaryrefslogtreecommitdiff
path: root/starmath/inc
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2012-06-21 23:22:36 +0900
committerTakeshi Abe <tabe@fixedpoint.jp>2012-06-23 02:48:28 +0900
commitdbd9db69bb2ca982d76c09f8cb9561b42c9138b8 (patch)
treee7a76414b49eff37c9b916050f92bed4cdd9ffa8 /starmath/inc
parent0ffc81ffdbb535301fa5d5608c7eeb1052d2c3a4 (diff)
removed unused forward declarations of class
Change-Id: Ibb3918b95c2518fd83f566bb726273dbf90cf8c8
Diffstat (limited to 'starmath/inc')
-rw-r--r--starmath/inc/applicat.hxx2
-rw-r--r--starmath/inc/config.hxx3
-rw-r--r--starmath/inc/parse.hxx1
-rw-r--r--starmath/inc/smmod.hxx1
-rw-r--r--starmath/inc/unomodel.hxx2
-rw-r--r--starmath/inc/utility.hxx1
6 files changed, 0 insertions, 10 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))