[Libreoffice-commits] core.git: Branch 'feature/calc-group-interpreter' - sc/source

Kohei Yoshida kohei.yoshida at gmail.com
Wed Jul 24 20:27:55 PDT 2013


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

New commits:
commit 18a41dd60fbcfdc9701bac136a22dca45dd31726
Author: Kohei Yoshida <kohei.yoshida at gmail.com>
Date:   Wed Jul 24 23:28:29 2013 -0400

    Fix build breakage.
    
    Change-Id: I2a96eeebed7ed06621a9b4ee71b4381de98e96fd

diff --git a/sc/source/core/data/colorscale.cxx b/sc/source/core/data/colorscale.cxx
index 1e4cc26..644c5ee 100644
--- a/sc/source/core/data/colorscale.cxx
+++ b/sc/source/core/data/colorscale.cxx
@@ -135,7 +135,6 @@ void ScColorScaleEntry::UpdateReference(
     aCxt.mnRowDelta = nDy;
     aCxt.mnTabDelta = nDz;
     mpCell->UpdateReference(aCxt);
-    mpListener.reset(new ScFormulaListener(mpCell.get()));
 }
 
 const Color& ScColorScaleEntry::GetColor() const


More information about the Libreoffice-commits mailing list