Fix typo
Change-Id: I8204875e480356cdb5ce7bc26996884eb1f4c131 Reviewed-on: https://gerrit.libreoffice.org/48859 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
This commit is contained in:
committed by
Julien Nabet
parent
e29565272c
commit
25399354e3
@@ -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;
|
||||
|
Reference in New Issue
Block a user