summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorKumar Thangavel <kumarr908@gmail.com>2016-02-04 12:02:26 +0530
committerEike Rathke <erack@redhat.com>2016-02-04 13:53:32 +0000
commite6c4b88f5bc4887aa498b2896b1261a4022affca (patch)
treea035dc54a49232067b84d838d5e6111639aec26f /sc
parent7236df4fec03bc8f58f33a7aa43cef7e52e48882 (diff)
tdf#65206 Highlighted (colored) references limited to 32 references in formula
Change-Id: I45731be3d7c3a8ebbafb11d8580294dab01784f4 Reviewed-on: https://gerrit.libreoffice.org/22094 Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Eike Rathke <erack@redhat.com>
Diffstat (limited to 'sc')
-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 d567842f09c6..effb8f631c3b 100644
--- a/sc/source/ui/app/inputhdl.cxx
+++ b/sc/source/ui/app/inputhdl.cxx
@@ -83,7 +83,7 @@
#include <gridwin.hxx>
// Maximum Ranges in RangeFinder
-#define RANGEFIND_MAX 32
+#define RANGEFIND_MAX 64
using namespace formula;