[Libreoffice-commits] core.git: svx/source

Andrea Gelmini andrea.gelmini at gelma.net
Mon Jan 29 23:33:34 UTC 2018


 svx/source/dialog/framelinkarray.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 25399354e327f09360766f16d446b6c02c92d045
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
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 <serval2412 at yahoo.fr>
    Tested-by: Julien Nabet <serval2412 at yahoo.fr>

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;


More information about the Libreoffice-commits mailing list