summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOliver-Rainer Wittmann <orw@apache.org>2014-02-11 10:15:45 +0000
committerOliver-Rainer Wittmann <orw@apache.org>2014-02-11 10:15:45 +0000
commitb95fa33a4d2827adb8e16de5bae4e535d8c826c9 (patch)
treed28331d7b699d79a63ddd8aff75346dc1efbf449
parent58f18227a16379b5a4b3530b6ab2b683a63e6906 (diff)
124178: correct export of User Variable Input Fields
Notes
-rw-r--r--sw/source/core/unocore/unoportenum.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/unocore/unoportenum.cxx b/sw/source/core/unocore/unoportenum.cxx
index c912aebb0ebd..7fbfe7b7b858 100644
--- a/sw/source/core/unocore/unoportenum.cxx
+++ b/sw/source/core/unocore/unoportenum.cxx
@@ -892,7 +892,7 @@ lcl_ExportHints(
{
pUnoCrsr->Right(
- pAttr->GetFmtFld().GetField()->GetPar1().Len() + 2,
+ pAttr->GetFmtFld().GetField()->ExpandField( true ).Len() + 2,
CRSR_SKIP_CHARS,
sal_False,
sal_False );