diff options
Diffstat (limited to 'sw')
-rw-r--r-- | sw/qa/extras/ooxmlexport/ooxmlexport11.cxx | 2 | ||||
-rw-r--r-- | sw/qa/uitest/writer_tests/insertFootEndnote.py | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sw/qa/extras/ooxmlexport/ooxmlexport11.cxx b/sw/qa/extras/ooxmlexport/ooxmlexport11.cxx index 4ed36e31040c..14e03fbced9d 100644 --- a/sw/qa/extras/ooxmlexport/ooxmlexport11.cxx +++ b/sw/qa/extras/ooxmlexport/ooxmlexport11.cxx @@ -284,7 +284,7 @@ DECLARE_OOXMLEXPORT_TEST(testTdf107035, "tdf107035.docx") DECLARE_OOXMLEXPORT_TEST(testTdf112118_DOCX, "tdf112118.docx") { // The resulting left margin width (2081) differs from its DOC counterpart from ww8export2.cxx, - // because DOCX import does two conversions between mm/100 and twips on the route, loosing one + // because DOCX import does two conversions between mm/100 and twips on the route, losing one // twip on the road and arriving with a value that is 2 mm/100 less. I don't see an obvious way // to avoid that. struct { diff --git a/sw/qa/uitest/writer_tests/insertFootEndnote.py b/sw/qa/uitest/writer_tests/insertFootEndnote.py index 690096cd9271..397e98e5ff40 100644 --- a/sw/qa/uitest/writer_tests/insertFootEndnote.py +++ b/sw/qa/uitest/writer_tests/insertFootEndnote.py @@ -27,7 +27,7 @@ class insertFootEndnote(UITestCase): self.assertEqual(document.Footnotes.getCount(), 1) self.xUITest.executeCommand(".uno:Undo") self.assertEqual(document.Footnotes.getCount(), 0) -#Automatic - Endtnote +#Automatic - Endnote self.ui_test.execute_dialog_through_command(".uno:InsertFootnoteDialog") xDialog = self.xUITest.getTopFocusWindow() |