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

Andras Timar andras.timar at collabora.com
Sun Nov 27 21:04:15 UTC 2016


 sd/qa/unit/import-tests.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 8938ed4c660c6169759e1b3a5401174eeaad662f
Author: Andras Timar <andras.timar at collabora.com>
Date:   Sun Nov 27 22:03:35 2016 +0100

    typo: Scond -> Second
    
    Change-Id: Icea85b778375f591583732919a999cb066c40868

diff --git a/sd/qa/unit/import-tests.cxx b/sd/qa/unit/import-tests.cxx
index c1c4224..22bb3b7 100644
--- a/sd/qa/unit/import-tests.cxx
+++ b/sd/qa/unit/import-tests.cxx
@@ -1606,7 +1606,7 @@ void SdImportTest::testTdf104201()
             pObj->GetMergedItem(XATTR_FILLCOLOR));
         CPPUNIT_ASSERT_EQUAL(ColorData(0x00FF00), rColorItem.GetColorValue().GetColor());
     }
-    // Scond shape has blue fill, but this should be overwritten by green group fill
+    // Second shape has blue fill, but this should be overwritten by green group fill
     {
         SdrObject *const pObj = pPage->GetObj(0);
         CPPUNIT_ASSERT_MESSAGE("Wrong object", pObj != nullptr);


More information about the Libreoffice-commits mailing list