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

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Sun Nov 17 08:57:49 UTC 2019


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

New commits:
commit e51f9f509af9c3f59b479ab4d731c94fb2223af8
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Sat Nov 16 23:00:07 2019 +0100
Commit:     Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Sun Nov 17 09:56:56 2019 +0100

    Fix typo
    
    Change-Id: I0f71c9b31456b37130a9b6ef9f47d204b9c21aa1
    Reviewed-on: https://gerrit.libreoffice.org/83006
    Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
    Tested-by: Julien Nabet <serval2412 at yahoo.fr>

diff --git a/sw/qa/extras/ooxmlexport/ooxmlexport14.cxx b/sw/qa/extras/ooxmlexport/ooxmlexport14.cxx
index c8c95d1cd132..8996ba0edad7 100644
--- a/sw/qa/extras/ooxmlexport/ooxmlexport14.cxx
+++ b/sw/qa/extras/ooxmlexport/ooxmlexport14.cxx
@@ -145,7 +145,7 @@ DECLARE_OOXMLEXPORT_TEST(testTdf124367, "tdf124367.docx")
 
 DECLARE_OOXMLEXPORT_EXPORTONLY_TEST(testTdf128820, "tdf128820.fodt")
 {
-    // Import of exported DOCX failed because of wrong namespase used for wsp element
+    // Import of exported DOCX failed because of wrong namespace used for wsp element
     // Now test the exported XML, in case we stop failing opening invalid files
     xmlDocPtr pXml = parseExport("word/document.xml");
     CPPUNIT_ASSERT(pXml);


More information about the Libreoffice-commits mailing list