[Libreoffice-commits] core.git: starmath/inc
Takeshi Abe
tabe at fixedpoint.jp
Wed Apr 6 13:19:01 UTC 2016
starmath/inc/dialog.hxx | 2 --
starmath/inc/document.hxx | 1 -
starmath/inc/smmod.hxx | 1 -
starmath/inc/view.hxx | 1 -
4 files changed, 5 deletions(-)
New commits:
commit b3986614ccab718283c3bfc9bb4e51a1f145b713
Author: Takeshi Abe <tabe at fixedpoint.jp>
Date: Wed Apr 6 18:01:09 2016 +0900
starmath: Drop unnecessary forward declaration
Change-Id: I0f8893f6aa34a9738aad1e1a96f779bc77672f68
Reviewed-on: https://gerrit.libreoffice.org/23848
Tested-by: Jenkins <ci at libreoffice.org>
Reviewed-by: David Tardon <dtardon at redhat.com>
diff --git a/starmath/inc/dialog.hxx b/starmath/inc/dialog.hxx
index dd1acc8..65062cc 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 efe35ee..e761604 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 c04ecaa..2142d05 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 397dca9..1fc1b25 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;
More information about the Libreoffice-commits
mailing list