From 7bc21cfd16b4289dd072fa82f4d38ddb1498ed2d Mon Sep 17 00:00:00 2001 From: Markus Mohrhard Date: Tue, 27 Jun 2017 00:36:04 +0200 Subject: push the whole range to the cell range list Change-Id: I25e8ca24530872ba0277aa9e0ebc8262606dcf20 Reviewed-on: https://gerrit.libreoffice.org/39314 Tested-by: Jenkins Reviewed-by: Markus Mohrhard --- sc/source/core/data/colorscale.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sc/source/core/data/colorscale.cxx b/sc/source/core/data/colorscale.cxx index d14b0622be54..916143664b81 100644 --- a/sc/source/core/data/colorscale.cxx +++ b/sc/source/core/data/colorscale.cxx @@ -53,7 +53,7 @@ void ScFormulaListener::startListening(ScTokenArray* pArr, const ScRange& rRange if (aRange.IsValid()) mpDoc->StartListeningArea(aRange, false, this); - maCells.push_back(aCell); + maCells.push_back(aRange); } break; case formula::svDoubleRef: -- cgit