diff options
author | Henry Castro <hcvcastro@gmail.com> | 2015-03-04 17:26:05 -0400 |
---|---|---|
committer | Andras Timar <andras.timar@collabora.com> | 2015-03-05 08:19:56 +0000 |
commit | 3381cb4a421bf390445b7dac9ea42f9ccaf3d875 (patch) | |
tree | 5eb17e6a95ea187208d2882b47454126499875cb /sc/source/ui/inc | |
parent | 291f32a0dd7a56f70ba187ae308d4b7c2c84cd6f (diff) |
Resolves tdf#78221 Cannot drag twice the same cell when editing formula
Change-Id: I69402778e68a2955bdda1ba2c9d31d9b10fb60cc
Reviewed-on: https://gerrit.libreoffice.org/14748
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Andras Timar <andras.timar@collabora.com>
Diffstat (limited to 'sc/source/ui/inc')
-rw-r--r-- | sc/source/ui/inc/rfindlst.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sc/source/ui/inc/rfindlst.hxx b/sc/source/ui/inc/rfindlst.hxx index 7159b108f6b1..80aaecfbd4ee 100644 --- a/sc/source/ui/inc/rfindlst.hxx +++ b/sc/source/ui/inc/rfindlst.hxx @@ -41,6 +41,7 @@ class ScRangeFindList std::vector<ScRangeFindData> maEntries; OUString aDocName; bool bHidden; + sal_uInt16 nIndexColor; public: ScRangeFindList(const OUString& rName); @@ -56,6 +57,7 @@ public: bool IsHidden() const { return bHidden; } static ColorData GetColorName(const size_t nIndex); + ColorData FindColor(const ScRange& rRef, const size_t nIndex); }; #endif |