summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@gmail.com>2013-03-22 23:02:33 -0400
committerKohei Yoshida <kohei.yoshida@gmail.com>2013-03-22 23:02:33 -0400
commitc06269755ddbe11ff0d60fce7cdb52112687162b (patch)
tree988bd7e341ac0cdcd891d4244314d22cad6cbfc3 /sc
parentf9bf7f4d2c95a42671c4ba136a445e794538093c (diff)
Remove unused variable.
Change-Id: Ibb79f153799ac98d29bd2391c8903b00bb153956
Diffstat (limited to 'sc')
-rw-r--r--sc/source/core/tool/interpr1.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/sc/source/core/tool/interpr1.cxx b/sc/source/core/tool/interpr1.cxx
index a51f28adcdf7..1b598cff89e9 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())
{