sw/source/filter/ww8/wrtw8nds.cxx | 2 -- 1 file changed, 2 deletions(-)
New commits: commit e6f342905679e96f973fac37b9910a4348f03ddf Author: Justin Luth <[email protected]> AuthorDate: Tue Feb 10 12:09:52 2026 -0500 Commit: Miklos Vajna <[email protected]> CommitDate: Thu Feb 12 13:37:51 2026 +0100 NFC tdf#170516 cleanup: remove unused update to aSymbolFont No Functional Change intended This aSymbolFont was only used for bPostponeWritingText which was removed earlier for this bug report. Change-Id: Id912aaecca1cde9654d7a3051e9141bca64e1c43 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/199091 Reviewed-by: Justin Luth <[email protected]> Tested-by: Jenkins (cherry picked from commit b2e0e6c0b8e9b85c7657f784f13810af16a2298c) Reviewed-on: https://gerrit.libreoffice.org/c/core/+/199099 Reviewed-by: Miklos Vajna <[email protected]> Tested-by: Jenkins CollaboraOffice <[email protected]> diff --git a/sw/source/filter/ww8/wrtw8nds.cxx b/sw/source/filter/ww8/wrtw8nds.cxx index db55d80e73c9..dca9ff732760 100644 --- a/sw/source/filter/ww8/wrtw8nds.cxx +++ b/sw/source/filter/ww8/wrtw8nds.cxx @@ -2864,8 +2864,6 @@ void MSWordExportBase::OutputTextNode( SwTextNode& rNode ) AttrOutput().WritePostitFieldReference(); - aSymbolFont = lcl_GetSymbolFont(m_rDoc.GetAttrPool(), rNode, nCurrentPos, nCurrentPos + nLen); - AttrOutput().EndRun(&rNode, nCurrentPos, nLen, nNextAttr == nEnd); nCurrentPos = nNextAttr;
