diff options
Diffstat (limited to 'test/source/sheet/xnamedrange.cxx')
-rw-r--r-- | test/source/sheet/xnamedrange.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/source/sheet/xnamedrange.cxx b/test/source/sheet/xnamedrange.cxx index 2fc13f558545..1ce6d989abd3 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 xCellAddress = xNamedRange->getReferencePosition(); - // the expeted 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 intial2 created CPPUNIT_ASSERT_MESSAGE("Wrong SHEET reference position", xCellAddress.Sheet == 0); CPPUNIT_ASSERT_MESSAGE("Wrong COLUMN reference position", xCellAddress.Column == 1); CPPUNIT_ASSERT_MESSAGE("Wrong ROW reference position", xCellAddress.Row == 0); |