sw/source/filter/ww8/docxexport.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 98c08942863198d9f9b6f38b38e39c7d012df6b7 Author: Andrea Gelmini <andrea.gelm...@gelma.net> AuthorDate: Sat Jan 11 13:26:42 2025 +0100 Commit: Julien Nabet <serval2...@yahoo.fr> CommitDate: Sat Jan 11 15:30:58 2025 +0100 Fix typo Change-Id: Iaf3fa835b43e8272b4bceaf4cfe6104fd1cd7e34 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/180114 Reviewed-by: Julien Nabet <serval2...@yahoo.fr> Tested-by: Julien Nabet <serval2...@yahoo.fr> diff --git a/sw/source/filter/ww8/docxexport.cxx b/sw/source/filter/ww8/docxexport.cxx index 8a309d7da39c..6ab11f355a6e 100644 --- a/sw/source/filter/ww8/docxexport.cxx +++ b/sw/source/filter/ww8/docxexport.cxx @@ -2158,7 +2158,7 @@ sal_Int32 DocxExport::getWordCompatibilityMode() } } } - // Keep the imported compatiblity mode (unless it is unknown / unsupported) + // Keep the imported compatibility mode (unless it is unknown / unsupported) const bool bPreventRoundTrippingUnknownMode = nImportedWordCompatbilityMode > m_nWordCompatibilityMode; assert(!bPreventRoundTrippingUnknownMode && "create a new meta bug for new compat mode");