summaryrefslogtreecommitdiff
path: root/sd
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2018-01-31 16:30:53 +0100
committerJulien Nabet <serval2412@yahoo.fr>2018-01-31 16:37:00 +0100
commitaf0fed1205476404d3710679a8cebf33d8bb8d41 (patch)
tree4accbc2f2156cab731426b48b567289eeaab2703 /sd
parent8b700053cf1b91fbc728cb0b69b6efe21ab61248 (diff)
Fix typos
Change-Id: I7dddc597b1a5c3f4572be4d3f91d9ebd83181a4d Reviewed-on: https://gerrit.libreoffice.org/49030 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'sd')
-rw-r--r--sd/qa/unit/activex-controls-tests.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sd/qa/unit/activex-controls-tests.cxx b/sd/qa/unit/activex-controls-tests.cxx
index c48993e9f61a..f82f29e4eb98 100644
--- a/sd/qa/unit/activex-controls-tests.cxx
+++ b/sd/qa/unit/activex-controls-tests.cxx
@@ -886,7 +886,7 @@ void SdActiveXControlsTest::testComboBoxProperties()
CPPUNIT_ASSERT_EQUAL(sal_Int16(130), nMaxTextLen);
xPropertySet->getPropertyValue("ReadOnly") >>= bReadOnly;
- CPPUNIT_ASSERT_EQUAL(false, bReadOnly); // Bugous, should be true (tdf#111417)
+ CPPUNIT_ASSERT_EQUAL(false, bReadOnly); // Bogus, should be true (tdf#111417)
xPropertySet->getPropertyValue("Align") >>= nAlign;
CPPUNIT_ASSERT_EQUAL(sal_Int16(awt::TextAlign::CENTER), nAlign);
@@ -983,7 +983,7 @@ void SdActiveXControlsTest::testListBoxProperties()
CPPUNIT_ASSERT_EQUAL(true, bMultiSelection);
xPropertySet->getPropertyValue("ReadOnly") >>= bReadOnly;
- CPPUNIT_ASSERT_EQUAL(false, bReadOnly); // Bugous, should be true (tdf#111417)
+ CPPUNIT_ASSERT_EQUAL(false, bReadOnly); // Bogus, should be true (tdf#111417)
xPropertySet->getPropertyValue("Align") >>= nAlign;
CPPUNIT_ASSERT_EQUAL(sal_Int16(awt::TextAlign::CENTER), nAlign);