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

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Fri Feb 14 14:03:47 UTC 2020


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

New commits:
commit cb7bb12fb7534a37437ee768c0a5c940f29b5f4f
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Fri Feb 14 14:20:34 2020 +0100
Commit:     Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Fri Feb 14 15:03:11 2020 +0100

    Fix typo
    
    Change-Id: Ice82d39a0f523f3d535ecf2669edc3856c378e15
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/88711
    Tested-by: Julien Nabet <serval2412 at yahoo.fr>
    Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>

diff --git a/sw/qa/extras/ooxmlexport/ooxmlexport3.cxx b/sw/qa/extras/ooxmlexport/ooxmlexport3.cxx
index 2c4d4db7ffb5..55337895efb7 100644
--- a/sw/qa/extras/ooxmlexport/ooxmlexport3.cxx
+++ b/sw/qa/extras/ooxmlexport/ooxmlexport3.cxx
@@ -184,7 +184,7 @@ DECLARE_OOXMLEXPORT_TEST(testStyleInheritance, "style-inheritance.docx")
     // Check that we output real content of rPrDefault
     assertXPath(pXmlStyles, "/w:styles/w:docDefaults/w:rPrDefault/w:rPr/w:rFonts", "ascii", "Times New Roman");
     assertXPath(pXmlStyles, "/w:styles/w:docDefaults/w:rPrDefault/w:rPr/w:lang", "bidi", "ar-SA");
-    // pPrDefault contains only one hyphenation propery
+    // pPrDefault contains only one hyphenation property
     assertXPath(pXmlStyles, "/w:styles/w:docDefaults/w:pPrDefault/w:pPr/*", 1);
 
     // Check latent styles


More information about the Libreoffice-commits mailing list