summaryrefslogtreecommitdiff
path: root/sw/source/core/tox
diff options
context:
space:
mode:
authorAndras Timar <andras.timar@collabora.com>2015-06-11 18:29:55 +0200
committerAndras Timar <andras.timar@collabora.com>2015-06-11 20:03:01 +0000
commitf20c03acac4774bc99cc8f33271f12aa2a290788 (patch)
treefc0651baa27774faba24dd6214a536d403f6abba /sw/source/core/tox
parent5956cbcbd4b59186d23a34f9d56892266482f251 (diff)
tdf#90713 tdf#90925 remove footnote mark from TOC/List of Figures entry
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/source/core/tox')
-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;