diff options
author | Takeshi Abe <tabe@fixedpoint.jp> | 2017-01-11 21:10:33 +0900 |
---|---|---|
committer | Takeshi Abe <tabe@fixedpoint.jp> | 2017-01-11 14:18:26 +0000 |
commit | be7d0697b0e2d55ce01dcd4abec5d106115d8920 (patch) | |
tree | 3c7a17775049cee1b364eb1291ea742b263b07d3 /starmath | |
parent | 549efd7f82d9da621294d496e43420c95e9bf500 (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')
-rw-r--r-- | starmath/inc/ElementsDockingWindow.hxx | 1 | ||||
-rw-r--r-- | starmath/inc/document.hxx | 1 | ||||
-rw-r--r-- | starmath/inc/view.hxx | 1 | ||||
-rw-r--r-- | starmath/source/accessibility.hxx | 5 | ||||
-rw-r--r-- | starmath/source/eqnolefilehdr.hxx | 3 |
5 files changed, 0 insertions, 11 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; diff --git a/starmath/source/accessibility.hxx b/starmath/source/accessibility.hxx index 657838fd0767..5e1cb6fe7b47 100644 --- a/starmath/source/accessibility.hxx +++ b/starmath/source/accessibility.hxx @@ -43,11 +43,6 @@ class SmGraphicWindow; class SmEditWindow; class SmDocShell; -namespace com { namespace sun { namespace star { namespace accessibility { -struct AccessibleEventObject; -}}}} - - // classes and helper-classes used for accessibility in the graphic-window diff --git a/starmath/source/eqnolefilehdr.hxx b/starmath/source/eqnolefilehdr.hxx index 2841a2c41218..5c294fc70412 100644 --- a/starmath/source/eqnolefilehdr.hxx +++ b/starmath/source/eqnolefilehdr.hxx @@ -23,9 +23,6 @@ #include <sal/types.h> #include <sot/storage.hxx> -class SotStorageStream; -class SotStorage; - #define EQNOLEFILEHDR_SIZE 28 class EQNOLEFILEHDR |