[Libreoffice-commits] core.git: sc/source
Shubham Goyal (via logerrit)
logerrit at kemper.freedesktop.org
Wed May 15 07:58:57 UTC 2019
sc/source/ui/app/inputhdl.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 38ea76edb9b009a5eeeeeff748e7e14b98423828
Author: Shubham Goyal <22shubh22 at gmail.com>
AuthorDate: Mon May 13 18:34:23 2019 +0530
Commit: Eike Rathke <erack at redhat.com>
CommitDate: Wed May 15 09:57:40 2019 +0200
tdf#105622 Highlight 128 cells.
Change-Id: I72897ed9eb8bb0b042c6353fef82c0fa60be86a3
Reviewed-on: https://gerrit.libreoffice.org/69828
Tested-by: Jenkins
Reviewed-by: Eike Rathke <erack at redhat.com>
diff --git a/sc/source/ui/app/inputhdl.cxx b/sc/source/ui/app/inputhdl.cxx
index 01aab1f45958..cadf157bdc0d 100644
--- a/sc/source/ui/app/inputhdl.cxx
+++ b/sc/source/ui/app/inputhdl.cxx
@@ -86,7 +86,7 @@
#include <gridwin.hxx>
// Maximum Ranges in RangeFinder
-#define RANGEFIND_MAX 64
+#define RANGEFIND_MAX 128
using namespace formula;
More information about the Libreoffice-commits
mailing list