diff options
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/dialog/framelinkarray.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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; |