sc/source/core/data/table3.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit e4c2cada42d5f81bc09291da3b000f57de4a50b0 Author: Markus Mohrhard <markus.mohrh...@googlemail.com> Date: Sat Jan 10 16:12:20 2015 +0100 fix Werror build Change-Id: Ief706ff4dc74efe2a8cee69d9e9806e025394329 Reviewed-on: https://gerrit.libreoffice.org/13847 Reviewed-by: Norbert Thiebaud <nthieb...@gmail.com> Tested-by: Norbert Thiebaud <nthieb...@gmail.com> diff --git a/sc/source/core/data/table3.cxx b/sc/source/core/data/table3.cxx index 6a1a305..fd22ead 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: _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits