[Libreoffice-commits] core.git: Branch 'feature/formula-core-rework' - sc/source
Kohei Yoshida
kohei.yoshida at gmail.com
Tue May 7 21:06:06 PDT 2013
sc/source/core/data/column3.cxx | 3 ---
1 file changed, 3 deletions(-)
New commits:
commit c7a07fc3cc179fa3928e4de11e237774c30e19d8
Author: Kohei Yoshida <kohei.yoshida at gmail.com>
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.
}
More information about the Libreoffice-commits
mailing list