summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-07-14 12:03:25 +0200
committerNoel Grandin <noel@peralex.com>2014-07-14 13:27:30 +0200
commit06a40a242fe1382a208cfb85857f371d0a6a5fa5 (patch)
treef9990fa31661112e71fc102997f83bb881991de4 /sc
parent34cabe837dbb78bf7531c4bab6f50c4764e64cf5 (diff)
-Wunused-variable
Change-Id: I3a22b16d2449a1cb2eba00164f8fca0fd022bd0a
Diffstat (limited to 'sc')
-rw-r--r--sc/source/core/data/table3.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/core/data/table3.cxx b/sc/source/core/data/table3.cxx
index 6306f6ad2f4e..a842d829592d 100644
--- a/sc/source/core/data/table3.cxx
+++ b/sc/source/core/data/table3.cxx
@@ -800,7 +800,7 @@ void ScTable::SortReorderByRow(
pNew->CopyAllBroadcasters(*rCell.maCell.mpFormula);
pNew->GetCode()->AdjustReferenceOnMovedOrigin(aOldPos, aCellPos);
- sc::CellStoreType::iterator itBlk = rCellStore.push_back(pNew);
+ rCellStore.push_back(pNew);
}
break;
default: