sc/source/core/tool/interpr1.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 49ce8c126c962d75e2fefd5b4a578c213ff6a9bf Author: Tor Lillqvist <t...@collabora.com> Date: Fri Dec 13 09:50:52 2013 +0200 WaE: variable 'itResEnd' set but not used Change-Id: I6594472b1e93c083fdc52133a6b120c031dff64a diff --git a/sc/source/core/tool/interpr1.cxx b/sc/source/core/tool/interpr1.cxx index 517f43d..bf32280 100644 --- a/sc/source/core/tool/interpr1.cxx +++ b/sc/source/core/tool/interpr1.cxx @@ -5631,7 +5631,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) _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits