diff options
-rw-r--r-- | sc/source/core/data/column3.cxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sc/source/core/data/column3.cxx b/sc/source/core/data/column3.cxx index 9290e3a8b715..e9ecd3103d3a 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. } |