summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2016-11-04 07:19:08 +0100
committerJulien Nabet <serval2412@yahoo.fr>2016-11-04 07:57:41 +0000
commitdc04de04814a6318144361b62d43711a03ae7fa6 (patch)
tree5fb3ab44e2fa1bd089b3bcf34a908c3cc753591c
parent02eaf40ba04e970d88e37ef15963a409e375a7ad (diff)
loplugin:defaultparams
Change-Id: I3436df5ebfe0ef4bca6d44ba426f26911482bbcb Reviewed-on: https://gerrit.libreoffice.org/30557 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
-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;
}