[Libreoffice-commits] core.git: starmath/inc starmath/source

Takeshi Abe tabe at fixedpoint.jp
Wed Jan 11 14:19:25 UTC 2017


 starmath/inc/ElementsDockingWindow.hxx |    1 -
 starmath/inc/document.hxx              |    1 -
 starmath/inc/view.hxx                  |    1 -
 starmath/source/accessibility.hxx      |    5 -----
 starmath/source/eqnolefilehdr.hxx      |    3 ---
 5 files changed, 11 deletions(-)

New commits:
commit be7d0697b0e2d55ce01dcd4abec5d106115d8920
Author: Takeshi Abe <tabe at fixedpoint.jp>
Date:   Wed Jan 11 21:10:33 2017 +0900

    starmath: Kill unused forward declaration
    
    Change-Id: I03f76aada322a7222795795d32553ae2425092c3
    Reviewed-on: https://gerrit.libreoffice.org/32962
    Reviewed-by: Takeshi Abe <tabe at fixedpoint.jp>
    Tested-by: Takeshi Abe <tabe at fixedpoint.jp>

diff --git a/starmath/inc/ElementsDockingWindow.hxx b/starmath/inc/ElementsDockingWindow.hxx
index 50b1648..2b5c8b0 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 cb189af..756fc0f 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 76ea809..cec85a1 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 657838f..5e1cb6f 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 2841a2c..5c294fc 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


More information about the Libreoffice-commits mailing list