sc/source/core/data/column3.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit e00136005db2784428f03635ff2f4a4e7196bb84 Author: Tor Lillqvist <t...@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(); _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits