svx/source/dialog/framelinkarray.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 25399354e327f09360766f16d446b6c02c92d045 Author: Andrea Gelmini <[email protected]> Date: Mon Jan 29 23:18:27 2018 +0100 Fix typo Change-Id: I8204875e480356cdb5ce7bc26996884eb1f4c131 Reviewed-on: https://gerrit.libreoffice.org/48859 Reviewed-by: Julien Nabet <[email protected]> Tested-by: Julien Nabet <[email protected]> diff --git a/svx/source/dialog/framelinkarray.cxx b/svx/source/dialog/framelinkarray.cxx index 3367fd9dac54..e795710ae31d 100644 --- a/svx/source/dialog/framelinkarray.cxx +++ b/svx/source/dialog/framelinkarray.cxx @@ -862,7 +862,7 @@ basegfx::B2DRange Array::GetCellRange( size_t nCol, size_t nRow, bool bExpandMer // probably *should* be included in the above extended // GetColPosition/GetColWidth already. This might be // added due to GetColPosition/GetColWidth not working - // correcly over PageChanges (if used), but not sure. + // correctly over PageChanges (if used), but not sure. aRect.Left() -= rCell.mnAddLeft; aRect.Right() += rCell.mnAddRight; aRect.Top() -= rCell.mnAddTop; _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
