[Libreoffice-commits] core.git: sc/source

Markus Mohrhard markus.mohrhard at googlemail.com
Tue Jun 27 19:57:01 UTC 2017


 sc/source/core/data/colorscale.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 7bc21cfd16b4289dd072fa82f4d38ddb1498ed2d
Author: Markus Mohrhard <markus.mohrhard at 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 <ci at libreoffice.org>
    Reviewed-by: Markus Mohrhard <markus.mohrhard at 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:


More information about the Libreoffice-commits mailing list