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/source | |
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/source')
-rw-r--r-- | starmath/source/accessibility.hxx | 5 | ||||
-rw-r--r-- | starmath/source/eqnolefilehdr.hxx | 3 |
2 files changed, 0 insertions, 8 deletions
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 |