sw/source/filter/ww8/docxattributeoutput.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 0f60e31ba86429c7210ffcd9525d28c1380de901 Author: Andrea Gelmini <[email protected]> AuthorDate: Wed Dec 17 11:22:04 2025 +0100 Commit: Julien Nabet <[email protected]> CommitDate: Fri Dec 19 19:35:47 2025 +0100 Fix typo Change-Id: I5e0aff26da2b1d0db784416ecb55252a7d11e440 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/195776 Reviewed-by: Julien Nabet <[email protected]> Tested-by: Jenkins diff --git a/sw/source/filter/ww8/docxattributeoutput.cxx b/sw/source/filter/ww8/docxattributeoutput.cxx index 4a0b6cfdb082..9f378375cfb1 100644 --- a/sw/source/filter/ww8/docxattributeoutput.cxx +++ b/sw/source/filter/ww8/docxattributeoutput.cxx @@ -7008,7 +7008,7 @@ void DocxAttributeOutput::StartStyle( const OUString& rName, StyleType eType, m_pSerializer->singleElementNS(XML_w, XML_semiHidden); if (bUnhideWhenUsed) m_pSerializer->singleElementNS(XML_w, XML_unhideWhenUsed); - // by default we use old quess, if user marks style as non-favourite -> do not export qFormat + // by default we use old guess, if user marks style as non-favourite -> do not export qFormat if (bRealQFormat && (bQFormat || lcl_guessQFormat(rName, nWwId))) m_pSerializer->singleElementNS(XML_w, XML_qFormat); if (bLocked)
