summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sw/source/core/tox/txmsrt.cxx3
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;