sw/qa/extras/ooxmlimport/ooxmlimport.cxx |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 18f5d68d685d3a75bab19a7442dfac86904bfc5d
Author: Tamás Zolnai <tamas.zol...@collabora.com>
Date:   Sat Nov 5 11:45:11 2016 +0000

    Fix these comments
    
    Change-Id: Ie5c7876ce258a75f5507a862a320c4197a1e1f79

diff --git a/sw/qa/extras/ooxmlimport/ooxmlimport.cxx 
b/sw/qa/extras/ooxmlimport/ooxmlimport.cxx
index ffc225e..975cae23 100644
--- a/sw/qa/extras/ooxmlimport/ooxmlimport.cxx
+++ b/sw/qa/extras/ooxmlimport/ooxmlimport.cxx
@@ -1250,7 +1250,7 @@ DECLARE_OOXMLIMPORT_TEST(testTdf100830, "tdf100830.docx")
 
 DECLARE_OOXMLIMPORT_TEST(testTdf103664, "tdf103664.docx")
 {
-    // Wingdings symbols was displayed as rectangles
+    // Wingdings symbols were displayed as rectangles
     uno::Reference<text::XTextRange> xPara(getParagraph(1));
     CPPUNIT_ASSERT_EQUAL(sal_Unicode(0xf020), xPara->getString()[0] );
     CPPUNIT_ASSERT_EQUAL(sal_Unicode(0xf0fc), xPara->getString()[1] );
@@ -1262,7 +1262,7 @@ DECLARE_OOXMLIMPORT_TEST(testTdf103664, "tdf103664.docx")
     CPPUNIT_ASSERT_EQUAL(OUString("Wingdings"), getProperty<OUString>(xRun, 
"CharFontNameAsian"));
     CPPUNIT_ASSERT_EQUAL(OUString("Wingdings"), getProperty<OUString>(xRun, 
"CharFontNameComplex"));
 
-    // Make sure these special characters imported as symbols
+    // Make sure these special characters are imported as symbols
     CPPUNIT_ASSERT_EQUAL(awt::CharSet::SYMBOL, getProperty<sal_Int16>(xRun, 
"CharFontCharSet"));
 }
 
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to