diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2018-12-16 21:40:20 +0000 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2018-12-17 09:04:17 +0100 |
commit | bdc82e277759a2df68855fce0a3fdd58f9b1ea66 (patch) | |
tree | 9256fde85ca38b585073c484f49ac50a21a2dec7 /sw/qa | |
parent | 1620fc40320a05d622074dc4175fac74cf40f4c0 (diff) |
Fix typo
Change-Id: I62306962317a4801b2f6a83a96fa3645e652e80f
Reviewed-on: https://gerrit.libreoffice.org/65238
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'sw/qa')
-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 2882d9ff0778..fea9c91dfced 100644 --- a/sw/qa/extras/ooxmlimport/ooxmlimport2.cxx +++ b/sw/qa/extras/ooxmlimport/ooxmlimport2.cxx @@ -217,7 +217,7 @@ DECLARE_OOXMLIMPORT_TEST(testTdf113946, "tdf113946.docx") // tdf#106792 Checked loading of tdf113946.docx. Before the change, the expected // value of this test was "1696". Opening the file shows a single short line anchored // at the doc start. Only diff is that in 'old' version it is slightly rotated, in 'new' - // version line is strict hiorizontal. Checked against MSWord2013, there the line + // version line is strict horizontal. Checked against MSWord2013, there the line // is also not rotated -> the change is to the better, correct the expected result here. CPPUNIT_ASSERT_EQUAL(OUString("1695"), aTop); } |