summaryrefslogtreecommitdiff
path: root/sc/source/ui/app
diff options
context:
space:
mode:
authorShubham Goyal <22shubh22@gmail.com>2019-05-13 18:34:23 +0530
committerEike Rathke <erack@redhat.com>2019-05-15 09:57:40 +0200
commit38ea76edb9b009a5eeeeeff748e7e14b98423828 (patch)
treebec2ae8a12677ae7df4848fded1bd34d27a49092 /sc/source/ui/app
parent252452c108ea5a3178fe7cb4a99fea4e0cfdfcad (diff)
tdf#105622 Highlight 128 cells.
Change-Id: I72897ed9eb8bb0b042c6353fef82c0fa60be86a3 Reviewed-on: https://gerrit.libreoffice.org/69828 Tested-by: Jenkins Reviewed-by: Eike Rathke <erack@redhat.com>
Diffstat (limited to 'sc/source/ui/app')
-rw-r--r--sc/source/ui/app/inputhdl.cxx2
1 files changed, 1 insertions, 1 deletions
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;