[Libreoffice-commits] core.git: Branch 'feature/borderline3' - svx/source

Armin Le Grand Armin.Le.Grand at cib.de
Wed Sep 13 09:22:46 UTC 2017


 svx/source/dialog/framelinkarray.cxx |   13 -------------
 1 file changed, 13 deletions(-)

New commits:
commit d9e912b83f66e4cd5e7505dcc71fb8c359688fe3
Author: Armin Le Grand <Armin.Le.Grand at cib.de>
Date:   Wed Sep 13 11:21:34 2017 +0200

    borderline: more clang changes
    
    Change-Id: I886885b1fffc36df6e29afb31ad4fa19eb99f23e

diff --git a/svx/source/dialog/framelinkarray.cxx b/svx/source/dialog/framelinkarray.cxx
index 2d81caebd3a7..db54294640c5 100644
--- a/svx/source/dialog/framelinkarray.cxx
+++ b/svx/source/dialog/framelinkarray.cxx
@@ -249,9 +249,6 @@ struct ArrayImpl
     long                GetColPosition( size_t nCol ) const;
     long                GetRowPosition( size_t nRow ) const;
 
-    long                GetColWidth( size_t nFirstCol, size_t nLastCol ) const;
-    long                GetRowHeight( size_t nFirstRow, size_t nLastRow ) const;
-
     bool                HasCellRotation() const;
 };
 
@@ -375,16 +372,6 @@ long ArrayImpl::GetRowPosition( size_t nRow ) const
     return maYCoords[ nRow ];
 }
 
-long ArrayImpl::GetColWidth( size_t nFirstCol, size_t nLastCol ) const
-{
-    return GetColPosition( nLastCol + 1 ) - GetColPosition( nFirstCol );
-}
-
-long ArrayImpl::GetRowHeight( size_t nFirstRow, size_t nLastRow ) const
-{
-    return GetRowPosition( nLastRow + 1 ) - GetRowPosition( nFirstRow );
-}
-
 bool ArrayImpl::HasCellRotation() const
 {
     // check cell array


More information about the Libreoffice-commits mailing list