diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2012-08-07 13:16:33 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2012-08-07 13:45:27 +0200 |
commit | 69a70bf0285e8dfdbba10694fe56bbc80f0fdae0 (patch) | |
tree | 9922416555224e00afd9dc1201323ef8c4433227 /sc | |
parent | 34569eb28fcddb52a96c153e02a4196370b26908 (diff) |
Remove forwards of non-existing structs
Change-Id: Ie1d7ed56c69539587df5310c0a1ea0476abd5542
Diffstat (limited to 'sc')
-rw-r--r-- | sc/source/core/inc/interpre.hxx | 1 | ||||
-rw-r--r-- | sc/source/ui/inc/docsh.hxx | 1 | ||||
-rw-r--r-- | sc/source/ui/inc/tabview.hxx | 1 |
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 { |