sw/source/filter/ww8/docxexport.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 1187f1d5f90296f527ba66651cd9b5b3913b597e Author: Andrea Gelmini <[email protected]> AuthorDate: Wed Mar 18 15:49:36 2020 +0100 Commit: Julien Nabet <[email protected]> CommitDate: Wed Mar 18 22:12:29 2020 +0100 Fix typo Change-Id: Id7787ef9c0d37716572f79906c129ce1b037b5df Reviewed-on: https://gerrit.libreoffice.org/c/core/+/90703 Tested-by: Jenkins Reviewed-by: Julien Nabet <[email protected]> diff --git a/sw/source/filter/ww8/docxexport.cxx b/sw/source/filter/ww8/docxexport.cxx index 1e85b8ca8c70..bdb39000533b 100644 --- a/sw/source/filter/ww8/docxexport.cxx +++ b/sw/source/filter/ww8/docxexport.cxx @@ -1102,7 +1102,7 @@ void DocxExport::WriteSettings() * Its focus is on sharing files between multiple users, tracking the lowest supported mode in the group. * It is to BENEFIT older programs by not using certain new features that they don't understand. * - * The next time the compat mode needs to be changed, I forsee the following steps: + * The next time the compat mode needs to be changed, I foresee the following steps: * 1.) Accept the new mode: Start round-tripping the new value, indicating we understand that format. * 2.) Many years later, change the TargetCompatilityMode for new documents, when we no longer care * about working with perfect compatibility with older versions of MS Word. _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
