summaryrefslogtreecommitdiff
path: root/sc/source/filter/xcl97/XclExpChangeTrack.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/filter/xcl97/XclExpChangeTrack.cxx')
-rw-r--r--sc/source/filter/xcl97/XclExpChangeTrack.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/filter/xcl97/XclExpChangeTrack.cxx b/sc/source/filter/xcl97/XclExpChangeTrack.cxx
index 3ab4836a0b4b..f3ccb382e1b2 100644
--- a/sc/source/filter/xcl97/XclExpChangeTrack.cxx
+++ b/sc/source/filter/xcl97/XclExpChangeTrack.cxx
@@ -898,7 +898,7 @@ void XclExpChTrCellContent::GetCellData(
break;
case CELLTYPE_FORMULA:
{
- const ScFormulaCell* pFmlCell = rScCell.mpFormula;
+ const ScFormulaCell* pFmlCell = rScCell.getFormula();
rpData->mpFormulaCell = pFmlCell;
const ScTokenArray* pTokenArray = pFmlCell->GetCode();