[Libreoffice-commits] core.git: sc/source

Tor Lillqvist tml at collabora.com
Sat Mar 22 23:33:15 PDT 2014


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

New commits:
commit e00136005db2784428f03635ff2f4a4e7196bb84
Author: Tor Lillqvist <tml at collabora.com>
Date:   Sun Mar 23 08:29:03 2014 +0200

    WaE: unused variable 'it'
    
    Change-Id: Ib98e20284a2311db5b93412be7c59026deeefee2

diff --git a/sc/source/core/data/column3.cxx b/sc/source/core/data/column3.cxx
index 3016816..bd1cebd 100644
--- a/sc/source/core/data/column3.cxx
+++ b/sc/source/core/data/column3.cxx
@@ -1857,7 +1857,7 @@ bool ScColumn::SetFormulaCells( SCROW nRow, std::vector<ScFormulaCell*>& rCells
     std::vector<sc::CellTextAttr> aDefaults(rCells.size(), sc::CellTextAttr());
     maCellTextAttrs.set(nRow, aDefaults.begin(), aDefaults.end());
 
-    sc::CellStoreType::iterator it = maCells.set(aPos.first, nRow, rCells.begin(), rCells.end());
+    maCells.set(aPos.first, nRow, rCells.begin(), rCells.end());
 
     CellStorageModified();
 


More information about the Libreoffice-commits mailing list