summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2018-03-23 16:27:34 +0100
committerAdolfo Jayme Barrientos <fitojb@ubuntu.com>2018-03-23 20:22:34 +0100
commit524cf62841783b88fe2fd5d68c0c151232880269 (patch)
tree076653397ae6b73a79d384feacc1b7eedc589db0 /test
parent2367557493c216be5b5e8156ba6493d440a10b0f (diff)
Fix typo
Change-Id: I278098108a8120b1b7a8115d8e5abc6d1ea57321 Reviewed-on: https://gerrit.libreoffice.org/51784 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Diffstat (limited to 'test')
-rw-r--r--test/source/sheet/spreadsheetdocumentsettings.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/source/sheet/spreadsheetdocumentsettings.cxx b/test/source/sheet/spreadsheetdocumentsettings.cxx
index c57c5b911fe3..cd464b2e15a8 100644
--- a/test/source/sheet/spreadsheetdocumentsettings.cxx
+++ b/test/source/sheet/spreadsheetdocumentsettings.cxx
@@ -53,7 +53,7 @@ void SpreadsheetDocumentSettings::testSpreadsheetDocumentSettingsProperties()
aNewValue <<= util::Date(1, 1, 2000);
xSpreadsheetDocumentSettings->setPropertyValue(propName, aNewValue);
CPPUNIT_ASSERT(xSpreadsheetDocumentSettings->getPropertyValue(propName) >>= aNullDateSet);
- CPPUNIT_ASSERT_EQUAL_MESSAGE("Unabel to set PropertyValue: NullDate", sal_Int16(2000),
+ CPPUNIT_ASSERT_EQUAL_MESSAGE("Unable to set PropertyValue: NullDate", sal_Int16(2000),
aNullDateSet.Year);
propName = "DefaultTabStop";