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

Andrea Gelmini andrea.gelmini at gelma.net
Wed Aug 16 15:36:48 UTC 2017


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

New commits:
commit dbf05779a3986ad03960196c216118a258110bb7
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
Date:   Wed Aug 16 17:16:43 2017 +0200

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

diff --git a/sd/qa/unit/activex-controls-tests.cxx b/sd/qa/unit/activex-controls-tests.cxx
index 13b35ce1450b..ce6533bf95dc 100755
--- a/sd/qa/unit/activex-controls-tests.cxx
+++ b/sd/qa/unit/activex-controls-tests.cxx
@@ -783,7 +783,7 @@ void SdActiveXControlsTest::testOptionButtonProperties()
     xPropertySet.set(xControlShape->getControl(), uno::UNO_QUERY);
 
     xPropertySet->getPropertyValue("State") >>= nState;
-    CPPUNIT_ASSERT_EQUAL(sal_Int16(0), nState); // TriState / undefiend imported as unchecked
+    CPPUNIT_ASSERT_EQUAL(sal_Int16(0), nState); // TriState / undefined imported as unchecked
 
     xPropertySet->getPropertyValue("Align") >>= nAlign;
     CPPUNIT_ASSERT_EQUAL(sal_Int16(awt::TextAlign::RIGHT), nAlign);


More information about the Libreoffice-commits mailing list