summaryrefslogtreecommitdiff
path: root/test/source/sheet
diff options
context:
space:
mode:
Diffstat (limited to 'test/source/sheet')
-rw-r--r--test/source/sheet/xarealink.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/source/sheet/xarealink.cxx b/test/source/sheet/xarealink.cxx
index 18c15e725bdb..28c455bab3d3 100644
--- a/test/source/sheet/xarealink.cxx
+++ b/test/source/sheet/xarealink.cxx
@@ -26,7 +26,7 @@ void XAreaLink::testSetDestArea()
uno::Reference< sheet::XAreaLink > xAreaLink(init(), UNO_QUERY_THROW);
xAreaLink->setDestArea(table::CellRangeAddress(1,3,4,5,8));
- // After setting the the destination area, the link is refreshed and the area
+ // After setting the destination area, the link is refreshed and the area
// is adjusted to the size of the source data.
// Only test the 'Sheet', 'StartCol', and 'StartRow'
table::CellRangeAddress aDestArea = xAreaLink->getDestArea();