diff options
author | Oliver-Rainer Wittmann <orw@apache.org> | 2014-02-11 10:15:45 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-02-11 14:33:40 +0000 |
commit | 91f509fda9a04670e0752a214188be87bce1f2ac (patch) | |
tree | d49936b1db55b42cd27898a044e82265f617eee5 | |
parent | 2f2111c31c0721df78b467bf5d4615d6b0ca29b3 (diff) |
Resolves: #i124178# correct export of User Variable Input Fields
(cherry picked from commit b95fa33a4d2827adb8e16de5bae4e535d8c826c9)
Conflicts:
sw/source/core/unocore/unoportenum.cxx
Change-Id: If645dd2f02ef0e511e44615339d6403cc469c784
-rw-r--r-- | sw/source/core/unocore/unoportenum.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/unocore/unoportenum.cxx b/sw/source/core/unocore/unoportenum.cxx index 9677f7d8b786..2b52aa605a20 100644 --- a/sw/source/core/unocore/unoportenum.cxx +++ b/sw/source/core/unocore/unoportenum.cxx @@ -839,7 +839,7 @@ lcl_ExportHints( { pUnoCrsr->Right( - pAttr->GetFmtFld().GetField()->GetPar1().getLength() + 2, + pAttr->GetFmtFld().GetField()->ExpandField( true ).getLength() + 2, CRSR_SKIP_CHARS, sal_False, sal_False ); |