diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2018-03-24 12:36:28 +0100 |
---|---|---|
committer | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2018-03-24 14:08:10 -0600 |
commit | 4e2e1d04d8f9a38d76c259bb21fbf53b1088b813 (patch) | |
tree | 636e4dad4c9353ee5db6183b2462ccd3e64c817d /sw | |
parent | a541c989f07fd7cf908915a9f005d32aca6cd953 (diff) |
Fix typos
Change-Id: I6c515e716b232fecfe1750b806f0a5624f648de5
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() |