From 47a9523f3fdc0bde2103e3c247fe9a74ab96af81 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Sat, 18 Mar 2017 15:36:19 +0100 Subject: Fix typos + some German translations Change-Id: I1c5bb725ffdf72363279436ad9bbb88064228253 Reviewed-on: https://gerrit.libreoffice.org/35406 Reviewed-by: Julien Nabet Tested-by: Julien Nabet --- test/source/sheet/xnamedrange.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/source/sheet/xnamedrange.cxx b/test/source/sheet/xnamedrange.cxx index 3ce1477e6351..5234a9835eb4 100644 --- a/test/source/sheet/xnamedrange.cxx +++ b/test/source/sheet/xnamedrange.cxx @@ -106,7 +106,7 @@ void XNamedRange::testGetReferencePosition() uno::Reference< sheet::XNamedRange > xNamedRange = getNamedRange(aTestedNamedRangeString); table::CellAddress aCellAddress = xNamedRange->getReferencePosition(); - // the expected address is on B1, as it was the active cell when intial2 created + // the expected address is on B1, as it was the active cell when initial2 was created CPPUNIT_ASSERT_MESSAGE("Wrong SHEET reference position", aCellAddress.Sheet == 0); CPPUNIT_ASSERT_MESSAGE("Wrong COLUMN reference position", aCellAddress.Column == 1); CPPUNIT_ASSERT_MESSAGE("Wrong ROW reference position", aCellAddress.Row == 0); -- cgit