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

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Thu May 30 22:30:42 UTC 2019


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

New commits:
commit 3a0ca1bff25d6c2bbc5bf8684eefd67956c2db95
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Thu May 30 09:44:22 2019 +0000
Commit:     Jens Carl <j.carl43 at gmx.de>
CommitDate: Fri May 31 00:29:18 2019 +0200

    Fix typo
    
    I don't understand if the right one is:
    raising is greater, then 100%
    or
    raising is greater than 100%
    
    Change-Id: I0bd4b297214f423ce0e3bb5223e0e2edee2a30e9
    Reviewed-on: https://gerrit.libreoffice.org/73222
    Tested-by: Jenkins
    Reviewed-by: Jens Carl <j.carl43 at gmx.de>

diff --git a/sw/qa/extras/ooxmlexport/ooxmlexport10.cxx b/sw/qa/extras/ooxmlexport/ooxmlexport10.cxx
index 9cb85a8d11f0..089e6cd666d3 100644
--- a/sw/qa/extras/ooxmlexport/ooxmlexport10.cxx
+++ b/sw/qa/extras/ooxmlexport/ooxmlexport10.cxx
@@ -210,7 +210,7 @@ DECLARE_OOXMLEXPORT_TEST(testFontEsc, "test_tdf120412.docx")
         return;
     // don't lose the run with superscript formatting
     assertXPath(pXmlDoc, "/w:document/w:body/w:p/w:r", 2);
-    // raising is greater, than 100%
+    // raising is greater than 100%
     assertXPath(pXmlDoc, "/w:document/w:body/w:p/w:r[2]/w:rPr/w:position","val", "24");
 }
 


More information about the Libreoffice-commits mailing list