From 4e2e1d04d8f9a38d76c259bb21fbf53b1088b813 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Sat, 24 Mar 2018 12:36:28 +0100 Subject: Fix typos Change-Id: I6c515e716b232fecfe1750b806f0a5624f648de5 --- sw/qa/extras/ooxmlexport/ooxmlexport11.cxx | 2 +- sw/qa/uitest/writer_tests/insertFootEndnote.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'sw') 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() -- cgit