diff options
Diffstat (limited to 'sc/inc/document.hxx')
-rw-r--r-- | sc/inc/document.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/document.hxx b/sc/inc/document.hxx index e8297bb4d35c..37a71a7d172b 100644 --- a/sc/inc/document.hxx +++ b/sc/inc/document.hxx @@ -315,7 +315,7 @@ private: ScFormulaCell* pFormulaTree; // formula tree (start) ScFormulaCell* pEOFormulaTree; // formula tree (end), last cell ScFormulaCell* pFormulaTrack; // BroadcastTrack (start) - ScFormulaCell* pEOFormulaTrack; // BrodcastTrack (end), last cell + ScFormulaCell* pEOFormulaTrack; // BroadcastTrack (end), last cell ScBroadcastAreaSlotMachine* pBASM; // BroadcastAreas ScChartListenerCollection* pChartListenerCollection; SvMemoryStream* pClipData; |