summaryrefslogtreecommitdiff
path: root/sc/source/ui/view/tabvwsh5.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/view/tabvwsh5.cxx')
-rw-r--r--sc/source/ui/view/tabvwsh5.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/sc/source/ui/view/tabvwsh5.cxx b/sc/source/ui/view/tabvwsh5.cxx
index 79e506434997..c6fcaceeb56b 100644
--- a/sc/source/ui/view/tabvwsh5.cxx
+++ b/sc/source/ui/view/tabvwsh5.cxx
@@ -38,6 +38,7 @@
#include "editsh.hxx"
#include "hints.hxx"
#include "cellvalue.hxx"
+#include "svl/sharedstring.hxx"
//==================================================================
@@ -332,7 +333,7 @@ void ScTabViewShell::MakeNumberInfoItem( ScDocument* pDoc,
case CELLTYPE_STRING:
{
- aCellString = *aCell.mpString;
+ aCellString = aCell.mpString->getString();
eValType = SVX_VALUE_TYPE_STRING;
}
break;