sw/source/filter/ww8/docxattributeoutput.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit bf536201ae83e7ca6a565eb8ff0dbc0e4e887d64 Author: Andrea Gelmini <[email protected]> AuthorDate: Wed Apr 15 20:30:23 2020 +0200 Commit: Andras Timar <[email protected]> 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 <[email protected]> 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) _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
