Kaydet (Commit) 5498f7f5 authored tarafından Andras Timar's avatar Andras Timar

tdf#90713 tdf#90925 remove footnote mark from TOC/List of Figures entry

Change-Id: I58ab0fbc6a247c29c77a4e9d7febc11daa4a79c8
Reviewed-on: https://gerrit.libreoffice.org/16233Tested-by: 's avatarJenkins <ci@libreoffice.org>
Reviewed-by: 's avatarAndras Timar <andras.timar@collabora.com>
(cherry picked from commit f20c03ac)
üst 343d16a3
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment