[Libreoffice-commits] core.git: sw/source
Andrea Gelmini (via logerrit)
logerrit at kemper.freedesktop.org
Wed Apr 15 21:22:33 UTC 2020
sw/source/filter/ww8/docxattributeoutput.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit bf536201ae83e7ca6a565eb8ff0dbc0e4e887d64
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Wed Apr 15 20:30:23 2020 +0200
Commit: Andras Timar <andras.timar at collabora.com>
CommitDate: Wed Apr 15 23:22:00 2020 +0200
Fix typo
Change-Id: I78fad18e12254cd3c3bb3f49b5898e09bb7b6c6f
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/92318
Tested-by: Jenkins
Reviewed-by: Andras Timar <andras.timar at collabora.com>
diff --git a/sw/source/filter/ww8/docxattributeoutput.cxx b/sw/source/filter/ww8/docxattributeoutput.cxx
index 10afeb9fd918..3e574e5bcc59 100644
--- a/sw/source/filter/ww8/docxattributeoutput.cxx
+++ b/sw/source/filter/ww8/docxattributeoutput.cxx
@@ -3770,7 +3770,7 @@ sal_Int32 lcl_getWordCompatibilityMode( const SwDoc& rDoc )
}
}
- // TODO: this is duplicative, better store it in DocxExport member?
+ // TODO: this is duplicated, better store it in DocxExport member?
if (!rDoc.getIDocumentSettingAccess().get(DocumentSettingId::ADD_EXT_LEADING))
{
if (nWordCompatibilityMode == -1 || 14 < nWordCompatibilityMode)
More information about the Libreoffice-commits
mailing list