[Libreoffice-commits] core.git: Branch 'feature/formula-core-rework' - sc/source

Kohei Yoshida kohei.yoshida at gmail.com
Wed May 8 12:41:16 PDT 2013


 sc/source/core/data/column.cxx |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit 38aa448312398842f434c7c62a822e7fc23fe249
Author: Kohei Yoshida <kohei.yoshida at gmail.com>
Date:   Wed May 8 15:43:36 2013 -0400

    This is not necessary either.
    
    Change-Id: I9651d58209afd1dd9a77d859db0925b586c3c8ab

diff --git a/sc/source/core/data/column.cxx b/sc/source/core/data/column.cxx
index 1ffa949..97b361e 100644
--- a/sc/source/core/data/column.cxx
+++ b/sc/source/core/data/column.cxx
@@ -1211,7 +1211,6 @@ void ScColumn::InsertRow( SCROW nStartRow, SCSIZE nSize )
             if (pBC)
             {
                 MoveListeners( *pBC, pDelRows[i] - nSize );
-                maBroadcasters.set_empty(nDelRow, nDelRow);
                 ppDelCells[i]->Delete();
             }
         }


More information about the Libreoffice-commits mailing list