sw/source/filter/ww8/docxattributeoutput.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit aaf61a278a8f5c77059c33818e45f34e40a7fff6 Author: Andrea Gelmini <andrea.gelm...@gelma.net> AuthorDate: Sat Oct 19 15:48:01 2024 +0200 Commit: Julien Nabet <serval2...@yahoo.fr> CommitDate: Sat Oct 19 15:53:05 2024 +0200 Fix typo Change-Id: Ib3ee31656c5c9b99d77d359d28761713bb2479ca Reviewed-on: https://gerrit.libreoffice.org/c/core/+/175193 Tested-by: Julien Nabet <serval2...@yahoo.fr> Reviewed-by: Julien Nabet <serval2...@yahoo.fr> diff --git a/sw/source/filter/ww8/docxattributeoutput.cxx b/sw/source/filter/ww8/docxattributeoutput.cxx index 5d375603e210..9ff7da04e015 100644 --- a/sw/source/filter/ww8/docxattributeoutput.cxx +++ b/sw/source/filter/ww8/docxattributeoutput.cxx @@ -3542,7 +3542,7 @@ constexpr auto constTransformationToTokenId = frozen::make_unordered_map<model:: { model::TransformationType::LumMod, XML_lumMod }, }); -} // end anonymous namepsace +} // end anonymous namespace void DocxAttributeOutput::WriteCollectedRunProperties() {