summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2012-08-07 13:16:33 +0200
committerThomas Arnhold <thomas@arnhold.org>2012-08-07 13:45:27 +0200
commit69a70bf0285e8dfdbba10694fe56bbc80f0fdae0 (patch)
tree9922416555224e00afd9dc1201323ef8c4433227 /sc
parent34569eb28fcddb52a96c153e02a4196370b26908 (diff)
Remove forwards of non-existing structs
Change-Id: Ie1d7ed56c69539587df5310c0a1ea0476abd5542
Diffstat (limited to 'sc')
-rw-r--r--sc/source/core/inc/interpre.hxx1
-rw-r--r--sc/source/ui/inc/docsh.hxx1
-rw-r--r--sc/source/ui/inc/tabview.hxx1
3 files changed, 0 insertions, 3 deletions
diff --git a/sc/source/core/inc/interpre.hxx b/sc/source/core/inc/interpre.hxx
index 9b2268251f47..d36f965c00b7 100644
--- a/sc/source/core/inc/interpre.hxx
+++ b/sc/source/core/inc/interpre.hxx
@@ -48,7 +48,6 @@ class ScBaseCell;
class ScFormulaCell;
class SvNumberFormatter;
class ScDBRangeBase;
-struct MatrixDoubleOp;
struct ScQueryParam;
struct ScDBQueryParamBase;
struct ScQueryEntry;
diff --git a/sc/source/ui/inc/docsh.hxx b/sc/source/ui/inc/docsh.hxx
index 307659222e1b..fef1657692d4 100644
--- a/sc/source/ui/inc/docsh.hxx
+++ b/sc/source/ui/inc/docsh.hxx
@@ -53,7 +53,6 @@
class ScEditEngineDefaulter;
class SfxStyleSheetBasePool;
class SfxStyleSheetHint;
-struct ChartSelectionInfo;
class INetURLObject;
class ScViewData;
diff --git a/sc/source/ui/inc/tabview.hxx b/sc/source/ui/inc/tabview.hxx
index 5a3e35bcba97..0dacbee7d21e 100644
--- a/sc/source/ui/inc/tabview.hxx
+++ b/sc/source/ui/inc/tabview.hxx
@@ -56,7 +56,6 @@ class SdrView;
class SdrObject;
class ScHintWindow;
class ScPageBreakData;
-struct ChartSelectionInfo;
class SdrHdlList;
namespace com { namespace sun { namespace star {