summaryrefslogtreecommitdiff
path: root/starmath
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2016-04-06 18:01:09 +0900
committerDavid Tardon <dtardon@redhat.com>2016-04-06 13:18:36 +0000
commitb3986614ccab718283c3bfc9bb4e51a1f145b713 (patch)
treec1c1347dfe502b21a379c38298f5b3a47a3ec0da /starmath
parent15421d71bfaecb7a5ad6df237b6f6aad60a27d9f (diff)
starmath: Drop unnecessary forward declaration
Change-Id: I0f8893f6aa34a9738aad1e1a96f779bc77672f68 Reviewed-on: https://gerrit.libreoffice.org/23848 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: David Tardon <dtardon@redhat.com>
Diffstat (limited to 'starmath')
-rw-r--r--starmath/inc/dialog.hxx2
-rw-r--r--starmath/inc/document.hxx1
-rw-r--r--starmath/inc/smmod.hxx1
-rw-r--r--starmath/inc/view.hxx1
4 files changed, 0 insertions, 5 deletions
diff --git a/starmath/inc/dialog.hxx b/starmath/inc/dialog.hxx
index dd1acc8f9be8..65062cc7bd86 100644
--- a/starmath/inc/dialog.hxx
+++ b/starmath/inc/dialog.hxx
@@ -344,8 +344,6 @@ public:
};
-class SmSymDefineDialog;
-
class SmSymbolDialog : public ModalDialog
{
VclPtr<ListBox> m_pSymbolSets;
diff --git a/starmath/inc/document.hxx b/starmath/inc/document.hxx
index efe35eeb9ce0..e761604c69c1 100644
--- a/starmath/inc/document.hxx
+++ b/starmath/inc/document.hxx
@@ -42,7 +42,6 @@
#include "smdllapi.hxx"
class SmNode;
-class SfxMenuBarManager;
class SfxPrinter;
class Printer;
class SmCursor;
diff --git a/starmath/inc/smmod.hxx b/starmath/inc/smmod.hxx
index c04ecaa18f30..2142d05940d4 100644
--- a/starmath/inc/smmod.hxx
+++ b/starmath/inc/smmod.hxx
@@ -34,7 +34,6 @@
#include <memory>
class SfxObjectFactory;
-class SmModule;
class SmSymbolManager;
class SmMathConfig;
diff --git a/starmath/inc/view.hxx b/starmath/inc/view.hxx
index 397dca9db09f..1fc1b25cea76 100644
--- a/starmath/inc/view.hxx
+++ b/starmath/inc/view.hxx
@@ -36,7 +36,6 @@
#include "edit.hxx"
#include "node.hxx"
-class Menu;
class DataChangedEvent;
class SmDocShell;
class SmViewShell;