From 524cf62841783b88fe2fd5d68c0c151232880269 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Fri, 23 Mar 2018 16:27:34 +0100 Subject: Fix typo Change-Id: I278098108a8120b1b7a8115d8e5abc6d1ea57321 Reviewed-on: https://gerrit.libreoffice.org/51784 Tested-by: Jenkins Reviewed-by: Adolfo Jayme Barrientos --- test/source/sheet/spreadsheetdocumentsettings.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/source/sheet') 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"; -- cgit v1.2.3