summaryrefslogtreecommitdiff
path: root/oox/source/xls/addressconverter.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'oox/source/xls/addressconverter.cxx')
-rw-r--r--oox/source/xls/addressconverter.cxx8
1 files changed, 0 insertions, 8 deletions
diff --git a/oox/source/xls/addressconverter.cxx b/oox/source/xls/addressconverter.cxx
index 9fd9c387d49a..3f4567803870 100644
--- a/oox/source/xls/addressconverter.cxx
+++ b/oox/source/xls/addressconverter.cxx
@@ -687,14 +687,6 @@ bool AddressConverter::convertToCellRange( CellRangeAddress& orRange,
// ----------------------------------------------------------------------------
-bool AddressConverter::checkCellRangeList( const ApiCellRangeList& rRanges, bool bAllowOverflow, bool bTrackOverflow )
-{
- for( ApiCellRangeList::const_iterator aIt = rRanges.begin(), aEnd = rRanges.end(); aIt != aEnd; ++aIt )
- if( !checkCellRange( *aIt, bAllowOverflow, bTrackOverflow ) )
- return false;
- return true;
-}
-
void AddressConverter::validateCellRangeList( ApiCellRangeList& orRanges, bool bTrackOverflow )
{
for( size_t nIndex = orRanges.size(); nIndex > 0; --nIndex )