summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2015-01-10 16:12:20 +0100
committerNorbert Thiebaud <nthiebaud@gmail.com>2015-01-10 15:37:56 +0000
commite4c2cada42d5f81bc09291da3b000f57de4a50b0 (patch)
tree644744c7513b8fcb800486c4540609ef3fd7a9db
parent54eb3d31b7be999468f1ae54a99730a8c739a22d (diff)
fix Werror build
Change-Id: Ief706ff4dc74efe2a8cee69d9e9806e025394329 Reviewed-on: https://gerrit.libreoffice.org/13847 Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com> Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
-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 6a1a305e2c80..fd22eadde1d9 100644
--- a/sc/source/core/data/table3.cxx
+++ b/sc/source/core/data/table3.cxx
@@ -948,7 +948,7 @@ void ScTable::SortReorderByRow(
pNew->GetCode()->AdjustReferenceOnMovedOriginIfOtherSheet(aOldPos, aCellPos);
}
- sc::CellStoreType::iterator itBlk = rCellStore.push_back(pNew);
+ rCellStore.push_back(pNew);
}
break;
default: