summaryrefslogtreecommitdiff
path: root/sw/source/core/fields/tblcalc.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/core/fields/tblcalc.cxx')
-rw-r--r--sw/source/core/fields/tblcalc.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/fields/tblcalc.cxx b/sw/source/core/fields/tblcalc.cxx
index 6b4e873eba6c..1f5c7df71cbd 100644
--- a/sw/source/core/fields/tblcalc.cxx
+++ b/sw/source/core/fields/tblcalc.cxx
@@ -168,7 +168,7 @@ bool SwTableField::QueryValue( uno::Any& rAny, sal_uInt16 nWhichId ) const
rAny <<= 0 != (nsSwExtendedSubType::SUB_CMD & nSubType);
break;
case FIELD_PROP_PAR1:
- rAny <<= GetExpStr();
+ rAny <<= sExpand;
break;
case FIELD_PROP_FORMAT:
rAny <<= (sal_Int32)GetFormat();