summaryrefslogtreecommitdiff
path: root/starmath/inc
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2017-01-11 21:10:33 +0900
committerTakeshi Abe <tabe@fixedpoint.jp>2017-01-11 14:18:26 +0000
commitbe7d0697b0e2d55ce01dcd4abec5d106115d8920 (patch)
tree3c7a17775049cee1b364eb1291ea742b263b07d3 /starmath/inc
parent549efd7f82d9da621294d496e43420c95e9bf500 (diff)
starmath: Kill unused forward declaration
Change-Id: I03f76aada322a7222795795d32553ae2425092c3 Reviewed-on: https://gerrit.libreoffice.org/32962 Reviewed-by: Takeshi Abe <tabe@fixedpoint.jp> Tested-by: Takeshi Abe <tabe@fixedpoint.jp>
Diffstat (limited to 'starmath/inc')
-rw-r--r--starmath/inc/ElementsDockingWindow.hxx1
-rw-r--r--starmath/inc/document.hxx1
-rw-r--r--starmath/inc/view.hxx1
3 files changed, 0 insertions, 3 deletions
diff --git a/starmath/inc/ElementsDockingWindow.hxx b/starmath/inc/ElementsDockingWindow.hxx
index 50b164840a24..2b5c8b0cc34e 100644
--- a/starmath/inc/ElementsDockingWindow.hxx
+++ b/starmath/inc/ElementsDockingWindow.hxx
@@ -29,7 +29,6 @@
class SmDocShell;
class SmNode;
-class ElementSelectorUIObject;
class SmElement
{
diff --git a/starmath/inc/document.hxx b/starmath/inc/document.hxx
index cb189afea9b9..756fc0f926ef 100644
--- a/starmath/inc/document.hxx
+++ b/starmath/inc/document.hxx
@@ -41,7 +41,6 @@
#include "smmod.hxx"
#include "smdllapi.hxx"
-class SmNode;
class SfxPrinter;
class Printer;
class SmCursor;
diff --git a/starmath/inc/view.hxx b/starmath/inc/view.hxx
index 76ea8095ac3b..cec85a1bfefc 100644
--- a/starmath/inc/view.hxx
+++ b/starmath/inc/view.hxx
@@ -36,7 +36,6 @@
#include "edit.hxx"
#include "node.hxx"
-class DataChangedEvent;
class SmDocShell;
class SmViewShell;
class SmPrintUIOptions;