From be7d0697b0e2d55ce01dcd4abec5d106115d8920 Mon Sep 17 00:00:00 2001 From: Takeshi Abe Date: Wed, 11 Jan 2017 21:10:33 +0900 Subject: starmath: Kill unused forward declaration Change-Id: I03f76aada322a7222795795d32553ae2425092c3 Reviewed-on: https://gerrit.libreoffice.org/32962 Reviewed-by: Takeshi Abe Tested-by: Takeshi Abe --- 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(-) 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 #include -class SotStorageStream; -class SotStorage; - #define EQNOLEFILEHDR_SIZE 28 class EQNOLEFILEHDR -- cgit