sc/source/core/data/column3.cxx | 3 --- 1 file changed, 3 deletions(-)
New commits: commit c7a07fc3cc179fa3928e4de11e237774c30e19d8 Author: Kohei Yoshida <[email protected]> Date: Wed May 8 00:08:14 2013 -0400 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. } _______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
