[Libreoffice-commits] core.git: sc/source
Julien Nabet
serval2412 at yahoo.fr
Fri Nov 4 07:58:09 UTC 2016
sc/source/core/data/markdata.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit dc04de04814a6318144361b62d43711a03ae7fa6
Author: Julien Nabet <serval2412 at yahoo.fr>
Date: Fri Nov 4 07:19:08 2016 +0100
loplugin:defaultparams
Change-Id: I3436df5ebfe0ef4bca6d44ba426f26911482bbcb
Reviewed-on: https://gerrit.libreoffice.org/30557
Tested-by: Jenkins <ci at libreoffice.org>
Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
diff --git a/sc/source/core/data/markdata.cxx b/sc/source/core/data/markdata.cxx
index 40e6ff4..9a49013 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;
}
More information about the Libreoffice-commits
mailing list