diff options
author | Kumar Thangavel <kumarr908@gmail.com> | 2016-02-04 12:02:26 +0530 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2016-02-04 13:53:32 +0000 |
commit | e6c4b88f5bc4887aa498b2896b1261a4022affca (patch) | |
tree | a035dc54a49232067b84d838d5e6111639aec26f /sc | |
parent | 7236df4fec03bc8f58f33a7aa43cef7e52e48882 (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.cxx | 2 |
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; |