sc/source/core/tool/interpr1.cxx | 1 - 1 file changed, 1 deletion(-) New commits: commit c06269755ddbe11ff0d60fce7cdb52112687162b Author: Kohei Yoshida <kohei.yosh...@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()) { _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits