summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2013-12-13 09:50:52 +0200
committerStephan Bergmann <sbergman@redhat.com>2014-01-20 10:10:29 +0100
commitbcd9a318dc524c31c3a5544b2181efdb305045f6 (patch)
treee73698c211b67f2b16048b3addd86d2d733d012e /sc
parent819249513ad7ec6325a4c5babb88298e2fdc814f (diff)
WaE: variable 'itResEnd' set but not used
Change-Id: I6594472b1e93c083fdc52133a6b120c031dff64a (cherry picked from commit 49ce8c126c962d75e2fefd5b4a578c213ff6a9bf) Signed-off-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'sc')
-rw-r--r--sc/source/core/tool/interpr1.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/core/tool/interpr1.cxx b/sc/source/core/tool/interpr1.cxx
index 2a048ae90a0a..b5510f665714 100644
--- a/sc/source/core/tool/interpr1.cxx
+++ b/sc/source/core/tool/interpr1.cxx
@@ -5630,7 +5630,7 @@ double ScInterpreter::IterateParametersIfs( ScIterFuncIfs eFunc )
}
else
{
- std::vector<sal_uInt8>::const_iterator itRes = aResArray.begin(), itResEnd = aResArray.end();
+ std::vector<sal_uInt8>::const_iterator itRes = aResArray.begin();
for (size_t nCol = 0; nCol < nColSize; ++nCol)
{
for (size_t nRow = 0; nRow < nRowSize; ++nRow, ++itRes)