diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-03-10 00:24:10 +0100 |
---|---|---|
committer | Jens Carl <j.carl43@gmx.de> | 2019-03-10 06:22:37 +0100 |
commit | 59f58b432f6998cf1255dd4439a20c9369d01187 (patch) | |
tree | a2ab33e5e7bdc0c8118a9b2ff6a185c17aa13c58 /test/source | |
parent | 25a4ff61d34aa5c5ab94bbc16724121f436c6074 (diff) |
Fix typo
Change-Id: I61dd04afe8d753123eeb88e6d8eb0c76c88f5836
Reviewed-on: https://gerrit.libreoffice.org/68985
Tested-by: Jenkins
Reviewed-by: Jens Carl <j.carl43@gmx.de>
Diffstat (limited to 'test/source')
-rw-r--r-- | test/source/sheet/xarealink.cxx | 2 |
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(); |