[Libreoffice-commits] core.git: sw/qa
Andrea Gelmini
andrea.gelmini at gelma.net
Tue Jul 3 06:55:54 UTC 2018
sw/qa/extras/rtfimport/rtfimport.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 71654c950e7d56453cf314cfd179cd8afb9ce879
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
Date: Mon Jul 2 23:35:30 2018 +0200
Fix typo
Change-Id: I8f2692a7f917b53c28783599b589fd0a39e3b880
Reviewed-on: https://gerrit.libreoffice.org/56835
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
diff --git a/sw/qa/extras/rtfimport/rtfimport.cxx b/sw/qa/extras/rtfimport/rtfimport.cxx
index c7d2a2ca2af3..ab7df4cdcf31 100644
--- a/sw/qa/extras/rtfimport/rtfimport.cxx
+++ b/sw/qa/extras/rtfimport/rtfimport.cxx
@@ -1252,7 +1252,7 @@ DECLARE_RTFIMPORT_TEST(testTdf90097, "tdf90097.rtf")
// thus I will correct the values here.
// Indeed need to use the Linux values, I have no idea why these differ
// from Mac/Win ones, but the disable above hints to that (maybe a problem
- // of it's own). Factor between Twips and 100thmm is ca. 1.76 -> stable change
+ // of its own). Factor between Twips and 100thmm is ca. 1.76 -> stable change
// Vertical flip for the line shape was ignored, so Y coordinates were swapped.
CPPUNIT_ASSERT_EQUAL(static_cast<sal_Int32>(4972), rPolygon[0].X); // was: 2819, win is 10927
More information about the Libreoffice-commits
mailing list