diff options
Diffstat (limited to 'sc/inc/document.hxx')
-rw-r--r-- | sc/inc/document.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sc/inc/document.hxx b/sc/inc/document.hxx index 321f4ebbc8e3..3096dc7aa5df 100644 --- a/sc/inc/document.hxx +++ b/sc/inc/document.hxx @@ -125,7 +125,6 @@ struct ScAttrEntry; class ScAutoFormatData; class ScBroadcastAreaSlotMachine; class ScChangeViewSettings; -class ScChartCollection; class ScChartListenerCollection; class ScClipOptions; class ScConditionalFormat; @@ -364,7 +363,6 @@ private: mutable ScRangeName* pRangeName; ScDBCollection* pDBCollection; ScDPCollection* pDPCollection; - ScChartCollection* pChartCollection; std::unique_ptr< ScTemporaryChartLock > apTemporaryChartLock; ScPatternAttr* pSelectionAttr; // Attributes of a block ScFormulaCell* pFormulaTree; // formula tree (start) |