[Libreoffice-commits] core.git: test/source
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Sun Mar 10 05:22:59 UTC 2019
test/source/sheet/xarealink.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 59f58b432f6998cf1255dd4439a20c9369d01187
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Sun Mar 10 00:24:10 2019 +0100
Commit: Jens Carl <j.carl43 at gmx.de>
CommitDate: Sun Mar 10 06:22:37 2019 +0100
Fix typo
Change-Id: I61dd04afe8d753123eeb88e6d8eb0c76c88f5836
Reviewed-on: https://gerrit.libreoffice.org/68985
Tested-by: Jenkins
Reviewed-by: Jens Carl <j.carl43 at gmx.de>
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();
More information about the Libreoffice-commits
mailing list