[Libreoffice-commits] core.git: Branch 'libreoffice-4-3' - sc/source

Markus Mohrhard markus.mohrhard at googlemail.com
Sat Jan 10 07:38:25 PST 2015


 sc/source/core/data/table3.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit e4c2cada42d5f81bc09291da3b000f57de4a50b0
Author: Markus Mohrhard <markus.mohrhard at 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 <nthiebaud at gmail.com>
    Tested-by: Norbert Thiebaud <nthiebaud at 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:


More information about the Libreoffice-commits mailing list