[Libreoffice-commits] core.git: sw/source
Andras Timar
andras.timar at collabora.com
Thu Jun 11 13:03:20 PDT 2015
sw/source/core/tox/txmsrt.cxx | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
New commits:
commit f20c03acac4774bc99cc8f33271f12aa2a290788
Author: Andras Timar <andras.timar at collabora.com>
Date: Thu Jun 11 18:29:55 2015 +0200
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 at libreoffice.org>
Reviewed-by: Andras Timar <andras.timar at collabora.com>
diff --git a/sw/source/core/tox/txmsrt.cxx b/sw/source/core/tox/txmsrt.cxx
index 3916a6c..c943f61 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;
More information about the Libreoffice-commits
mailing list