| commit | 4e8206b40d960509606d4e19012da296ab71aee8 | [log] |
|---|---|---|
| author | Kohei Yoshida <kohei.yoshida@gmail.com> | Wed May 08 00:08:14 2013 -0400 |
| committer | Kohei Yoshida <kohei.yoshida@gmail.com> | Thu May 09 13:34:35 2013 -0400 |
| tree | f558a7ba1b2aaaff50271d0d9781150b027de273 | |
| parent | cc7ec4b3066d47e632ebb0478259a060d030373a [diff] |
Change of plan. ScColumn::DeleteRange() will NOT broadcast. Ever. Change-Id: I610cafaab2d29d0260ebeacdd9b2bf75722a95f2
diff --git a/sc/source/core/data/column3.cxx b/sc/source/core/data/column3.cxx index 9290e3a..e9ecd31 100644 --- a/sc/source/core/data/column3.cxx +++ b/sc/source/core/data/column3.cxx
@@ -435,9 +435,6 @@ void ScColumn::DeleteRange( SCSIZE nStartIndex, SCSIZE nEndIndex, sal_uInt16 nDe (*aIt)->Delete(); } } // TODO: Broadcasting is temporarily removed from this method. Add it back // once the broadcaster refactoring is finished. }