diff options
author | Kohei Yoshida <kohei.yoshida@gmail.com> | 2013-03-22 23:02:33 -0400 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@gmail.com> | 2013-03-22 23:02:33 -0400 |
commit | c06269755ddbe11ff0d60fce7cdb52112687162b (patch) | |
tree | 988bd7e341ac0cdcd891d4244314d22cad6cbfc3 /sc | |
parent | f9bf7f4d2c95a42671c4ba136a445e794538093c (diff) |
Remove unused variable.
Change-Id: Ibb79f153799ac98d29bd2391c8903b00bb153956
Diffstat (limited to 'sc')
-rw-r--r-- | sc/source/core/tool/interpr1.cxx | 1 |
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()) { |