summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2015-03-25 20:41:42 +0100
committerJulien Nabet <serval2412@yahoo.fr>2015-03-25 20:42:37 +0100
commit5584d73f2db413889347b4b3a1fcaf124db02b21 (patch)
tree7a059c1ea9afd6f8ba27800e7f636188976c1f0e /test
parent0ff90591d27330581da48badb2c5f1471d3aea27 (diff)
Typos
Change-Id: I434be0034b26ac4719590238817538ecd90b8923
Diffstat (limited to 'test')
-rw-r--r--test/source/sheet/xnamedrange.cxx2
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);