summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sc/source/core/data/markdata.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/core/data/markdata.cxx b/sc/source/core/data/markdata.cxx
index 40e6ff49a8ce..9a490134e7d8 100644
--- a/sc/source/core/data/markdata.cxx
+++ b/sc/source/core/data/markdata.cxx
@@ -437,7 +437,7 @@ void ScMarkData::ExtendRangeListTables( ScRangeList* pList ) const
ScRangeList ScMarkData::GetMarkedRanges() const
{
ScRangeList aRet;
- FillRangeListWithMarks(&aRet, false, -1);
+ FillRangeListWithMarks(&aRet, false);
return aRet;
}