diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2021-01-22 08:55:14 +0100 |
---|---|---|
committer | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2021-01-22 10:14:25 +0100 |
commit | 71e40f6a3cb4c05e267910ae296b52109096409c (patch) | |
tree | 27af5dcdf12e19b5098f1b204fb9ea20e6516e56 | |
parent | 792a73540dea6fc6ed73ad715632a96aa769502b (diff) |
Fix typo
Change-Id: I5bea6423a3c3bbe933ae5160ac02923ddea5c408
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/109777
Tested-by: Jenkins
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
-rw-r--r-- | sw/source/filter/inc/msfilter.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/filter/inc/msfilter.hxx b/sw/source/filter/inc/msfilter.hxx index 78948385c6840..209eb0fced41b 100644 --- a/sw/source/filter/inc/msfilter.hxx +++ b/sw/source/filter/inc/msfilter.hxx @@ -140,7 +140,7 @@ namespace sw And it needs to report to the importer if the style being mapped to was already in existence, for the cut and paste/insert file mode we should not modify the returned style if it is already in use as it - is does not belong to us to change. + does not belong to us to change. */ class ParaStyleMapper { @@ -197,7 +197,7 @@ namespace sw And it needs to report to the importer if the style being mapped to was already in existence, for the cut and paste/insert file mode we should not modify the returned style if it is already in use as it - is does not belong to us to change. + does not belong to us to change. */ class CharStyleMapper { |