sw/source/filter/ww8/wrtw8nds.cxx | 2 -- 1 file changed, 2 deletions(-)
New commits: commit b2e0e6c0b8e9b85c7657f784f13810af16a2298c Author: Justin Luth <[email protected]> AuthorDate: Tue Feb 10 12:09:52 2026 -0500 Commit: Justin Luth <[email protected]> CommitDate: Tue Feb 10 21:49:16 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 diff --git a/sw/source/filter/ww8/wrtw8nds.cxx b/sw/source/filter/ww8/wrtw8nds.cxx index 42527ad762a9..fdbec62edf7e 100644 --- a/sw/source/filter/ww8/wrtw8nds.cxx +++ b/sw/source/filter/ww8/wrtw8nds.cxx @@ -2858,8 +2858,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;
