sw/source/filter/ww8/docxattributeoutput.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit dc79c5086b7f7fb24df8d24397c65a4d6af97793
Author:     Michael Stahl <[email protected]>
AuthorDate: Wed Jan 18 14:02:43 2023 +0100
Commit:     Michael Stahl <[email protected]>
CommitDate: Wed Jan 18 17:06:00 2023 +0000

    sw: DOCX export: remove extraneous comma in lcl_guessQFormat()
    
    Added like this in commit be515af4d9e86c8bc13a47413676bda80cee6a3e.
    
    Change-Id: I4a9190b18c80930c2c7ba31c9e657280527c3ea9
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/145743
    Tested-by: Jenkins
    Reviewed-by: Michael Stahl <[email protected]>

diff --git a/sw/source/filter/ww8/docxattributeoutput.cxx 
b/sw/source/filter/ww8/docxattributeoutput.cxx
index e1516042cd95..cef4bf2e33e9 100644
--- a/sw/source/filter/ww8/docxattributeoutput.cxx
+++ b/sw/source/filter/ww8/docxattributeoutput.cxx
@@ -7121,7 +7121,7 @@ static bool lcl_guessQFormat(const OUString& rName, 
sal_uInt16 nWwId)
         "List Paragraph",
         "Quote",
         "Intense Quote",
-        "Subtle Emphasis,",
+        "Subtle Emphasis",
         "Intense Emphasis",
         "Subtle Reference",
         "Intense Reference",

Reply via email to