Kaydet (Commit) 59f58b43 authored tarafından Andrea Gelmini's avatar Andrea Gelmini Kaydeden (comit) Jens Carl

Fix typo

Change-Id: I61dd04afe8d753123eeb88e6d8eb0c76c88f5836
Reviewed-on: https://gerrit.libreoffice.org/68985
Tested-by: Jenkins
Reviewed-by: 's avatarJens Carl <j.carl43@gmx.de>
üst 25a4ff61
......@@ -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();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment