sc/source/core/data/markdata.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit dc04de04814a6318144361b62d43711a03ae7fa6
Author: Julien Nabet <serval2...@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 <c...@libreoffice.org>
    Reviewed-by: Julien Nabet <serval2...@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;
 }
 
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to