diff options
author | Tamás Zolnai <tamas.zolnai@collabora.com> | 2016-11-05 11:45:11 +0000 |
---|---|---|
committer | Tamás Zolnai <tamas.zolnai@collabora.com> | 2016-11-05 11:45:11 +0000 |
commit | 18f5d68d685d3a75bab19a7442dfac86904bfc5d (patch) | |
tree | 3580b800263796687c690463713bc8603202c778 /sw | |
parent | 5ef66db91e87ef84724be22977acf4c9c472ad6b (diff) |
Fix these comments
Change-Id: Ie5c7876ce258a75f5507a862a320c4197a1e1f79
Diffstat (limited to 'sw')
-rw-r--r-- | sw/qa/extras/ooxmlimport/ooxmlimport.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/qa/extras/ooxmlimport/ooxmlimport.cxx b/sw/qa/extras/ooxmlimport/ooxmlimport.cxx index ffc225e2466f..975cae23eee0 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")); } |