[Libreoffice-commits] core.git: test/source
Andrea Gelmini
andrea.gelmini at gelma.net
Fri Mar 23 19:22:59 UTC 2018
test/source/sheet/spreadsheetdocumentsettings.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 524cf62841783b88fe2fd5d68c0c151232880269
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
Date: Fri Mar 23 16:27:34 2018 +0100
Fix typo
Change-Id: I278098108a8120b1b7a8115d8e5abc6d1ea57321
Reviewed-on: https://gerrit.libreoffice.org/51784
Tested-by: Jenkins <ci at libreoffice.org>
Reviewed-by: Adolfo Jayme Barrientos <fitojb at ubuntu.com>
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";
More information about the Libreoffice-commits
mailing list