diff options
author | Andras Timar <andras.timar@collabora.com> | 2015-06-11 18:29:55 +0200 |
---|---|---|
committer | Andras Timar <andras.timar@collabora.com> | 2015-06-11 20:03:01 +0000 |
commit | f20c03acac4774bc99cc8f33271f12aa2a290788 (patch) | |
tree | fc0651baa27774faba24dd6214a536d403f6abba /sw | |
parent | 5956cbcbd4b59186d23a34f9d56892266482f251 (diff) |
Change-Id: I58ab0fbc6a247c29c77a4e9d7febc11daa4a79c8
Reviewed-on: https://gerrit.libreoffice.org/16233
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Andras Timar <andras.timar@collabora.com>
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/core/tox/txmsrt.cxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sw/source/core/tox/txmsrt.cxx b/sw/source/core/tox/txmsrt.cxx index 3916a6c8d4b9..c943f61912f0 100644 --- a/sw/source/core/tox/txmsrt.cxx +++ b/sw/source/core/tox/txmsrt.cxx @@ -502,7 +502,8 @@ TextAndReading SwTOXPara::GetText_Impl() const { return TextAndReading(static_cast<const SwTextNode*>(pNd)->GetExpandText( nStartIndex, - nEndIndex == -1 ? -1 : nEndIndex - nStartIndex), + nEndIndex == -1 ? -1 : nEndIndex - nStartIndex, + false, false, false, false), OUString()); } break; |