[Libreoffice-commits] core.git: sw/qa

Chris Sherlock chris.sherlock79 at gmail.com
Mon Feb 22 05:26:02 UTC 2016


 sw/qa/extras/ooxmlexport/ooxmlexport7.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 104c178a0c86b758288d9dbf6e5bd0db11fbb046
Author: Chris Sherlock <chris.sherlock79 at gmail.com>
Date:   Mon Feb 22 16:25:16 2016 +1100

    sw: fix typo in comment
    
    Change-Id: I34d7cdc7146c8e4d89b44a8a2824cd69ff9d7d6a

diff --git a/sw/qa/extras/ooxmlexport/ooxmlexport7.cxx b/sw/qa/extras/ooxmlexport/ooxmlexport7.cxx
index c8acb66..46c5390 100644
--- a/sw/qa/extras/ooxmlexport/ooxmlexport7.cxx
+++ b/sw/qa/extras/ooxmlexport/ooxmlexport7.cxx
@@ -1114,7 +1114,7 @@ DECLARE_OOXMLEXPORT_TEST(testFlipAndRotateCustomShape, "flip_and_rotate.odt")
     // check rotation angle
     assertXPath(pXmlDoc, "//a:xfrm", "rot", "13500000");
     // check the first few coordinates of the polygon
-#ifndef MACOSX /* Retina-reatled rounding rountrip error
+#ifndef MACOSX /* Retina-related rounding rountrip error
                 * hard to smooth out due to the use of string compare
                 * instead of number */
     assertXPath(pXmlDoc, "//a:custGeom/a:pathLst/a:path/a:lnTo[1]/a:pt", "x", "2351");


More information about the Libreoffice-commits mailing list