[Libreoffice-commits] core.git: Branch 'libreoffice-4-2' - sc/source

Tor Lillqvist tml at collabora.com
Mon Jan 20 01:11:03 PST 2014


 sc/source/core/tool/interpr1.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit bcd9a318dc524c31c3a5544b2181efdb305045f6
Author: Tor Lillqvist <tml at collabora.com>
Date:   Fri Dec 13 09:50:52 2013 +0200

    WaE: variable 'itResEnd' set but not used
    
    Change-Id: I6594472b1e93c083fdc52133a6b120c031dff64a
    (cherry picked from commit 49ce8c126c962d75e2fefd5b4a578c213ff6a9bf)
    Signed-off-by: Stephan Bergmann <sbergman at redhat.com>

diff --git a/sc/source/core/tool/interpr1.cxx b/sc/source/core/tool/interpr1.cxx
index 2a048ae..b5510f6 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)


More information about the Libreoffice-commits mailing list