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

tdf#90926 remove footnote mark from cross reference

Change-Id: I0354bca230395d8061bb6d9ce9f9b7a6229b73a7
Reviewed-on: https://gerrit.libreoffice.org/16234Tested-by: 's avatarJenkins <ci@libreoffice.org>
Reviewed-by: 's avatarAndras Timar <andras.timar@collabora.com>
(cherry picked from commit 5956cbcb)
üst d0062b99
......@@ -390,7 +390,7 @@ void SwGetRefField::UpdateField( const SwTextField* pFieldTextAttr )
if( nStart != nEnd ) // a section?
{
sText = pTextNd->GetExpandText( nStart, nEnd - nStart );
sText = pTextNd->GetExpandText( nStart, nEnd - nStart, false, false, false, false );
// remove all special characters (replace them with blanks)
if( !sText.isEmpty() )
......
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