diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2023-12-20 11:49:55 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2023-12-20 14:11:18 +0100 |
commit | b721e4c5fceb9fe85a91a6e290ac8a27308a7157 (patch) | |
tree | d66c424756bf18ca19dc264480b1949a460c4424 /sw | |
parent | 6ca67850d471478542bec458e1ea94175e5bba14 (diff) |
Fix typo
Change-Id: Ib5f99a525deeaddbc9e85081acbba62bd6a9cb7e
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/161064
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'sw')
-rw-r--r-- | sw/qa/extras/ooxmlimport/ooxmlimport2.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/qa/extras/ooxmlimport/ooxmlimport2.cxx b/sw/qa/extras/ooxmlimport/ooxmlimport2.cxx index 0c29484d765e..ccd62f5041b6 100644 --- a/sw/qa/extras/ooxmlimport/ooxmlimport2.cxx +++ b/sw/qa/extras/ooxmlimport/ooxmlimport2.cxx @@ -1190,7 +1190,7 @@ CPPUNIT_TEST_FIXTURE(Test, testTdf141969) CPPUNIT_TEST_FIXTURE(Test, testTdf154370) { - // Import a file with pargraph and character styles containing toggle properties applied to the end of + // Import a file with paragraph and character styles containing toggle properties applied to the end of // the paragraphs. Should result in hard attributes resetting the properties createSwDoc("tdf154370.docx"); { |