[Libreoffice-commits] core.git: Branch 'feature/formula-core-rework' - sc/source

Kohei Yoshida kohei.yoshida at gmail.com
Fri Mar 22 20:37:28 PDT 2013


 sc/source/core/tool/interpr1.cxx |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit c06269755ddbe11ff0d60fce7cdb52112687162b
Author: Kohei Yoshida <kohei.yoshida at gmail.com>
Date:   Fri Mar 22 23:02:33 2013 -0400

    Remove unused variable.
    
    Change-Id: Ibb79f153799ac98d29bd2391c8903b00bb153956

diff --git a/sc/source/core/tool/interpr1.cxx b/sc/source/core/tool/interpr1.cxx
index a51f28a..1b598cf 100644
--- a/sc/source/core/tool/interpr1.cxx
+++ b/sc/source/core/tool/interpr1.cxx
@@ -4153,7 +4153,6 @@ double ScInterpreter::IterateParameters( ScIterFunc eFunc, bool bTextAsZero )
                 }
                 if( eFunc == ifCOUNT2 )
                 {
-                    ScBaseCell* pCell;
                     ScCellIterator aIter( pDok, aRange, glSubTotal );
                     for (bool bHas = aIter.first(); bHas; bHas = aIter.next())
                     {


More information about the Libreoffice-commits mailing list