sc/source/core/data/colorscale.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 7bc21cfd16b4289dd072fa82f4d38ddb1498ed2d Author: Markus Mohrhard <markus.mohrh...@googlemail.com> Date: Tue Jun 27 00:36:04 2017 +0200 push the whole range to the cell range list Change-Id: I25e8ca24530872ba0277aa9e0ebc8262606dcf20 Reviewed-on: https://gerrit.libreoffice.org/39314 Tested-by: Jenkins <c...@libreoffice.org> Reviewed-by: Markus Mohrhard <markus.mohrh...@googlemail.com> 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: _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits