summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@gmail.com>2013-05-08 15:43:36 -0400
committerKohei Yoshida <kohei.yoshida@gmail.com>2013-05-09 13:34:36 -0400
commitc264a7e7176da645698c770ac50a76ce5b632efa (patch)
treeb67883d9ee951b74fe9faa41627e2a9122b8534f /sc
parentd3a3db0e5fd5693b14caf53e50eb564912980722 (diff)
This is not necessary either.
Change-Id: I9651d58209afd1dd9a77d859db0925b586c3c8ab
Diffstat (limited to 'sc')
-rw-r--r--sc/source/core/data/column.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/sc/source/core/data/column.cxx b/sc/source/core/data/column.cxx
index 1ffa9490a3a2..97b361ee1801 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();
}
}