summaryrefslogtreecommitdiff
path: root/sc/source/core/data/column3.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/core/data/column3.cxx')
-rw-r--r--sc/source/core/data/column3.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/core/data/column3.cxx b/sc/source/core/data/column3.cxx
index 30168164b776..bd1cebd63689 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();