summaryrefslogtreecommitdiff
path: root/sc/inc/formularesult.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/inc/formularesult.hxx')
-rw-r--r--sc/inc/formularesult.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/formularesult.hxx b/sc/inc/formularesult.hxx
index 640573559606..1cc5faf5f77f 100644
--- a/sc/inc/formularesult.hxx
+++ b/sc/inc/formularesult.hxx
@@ -407,7 +407,7 @@ inline bool ScFormulaResult::IsEmptyDisplayedAsString() const
// don't need to test for mpToken here, GetType() already did it
const ScEmptyCellToken* p = dynamic_cast<const ScEmptyCellToken*>(
static_cast<const ScMatrixCellResultToken*>(
- mpToken)->GetUpperLeftToken().operator->());
+ mpToken)->GetUpperLeftToken().get());
if (p)
return p->IsDisplayedAsString();
}