summaryrefslogtreecommitdiff
path: root/sc/source/core
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@gmail.com>2013-05-08 00:08:14 -0400
committerKohei Yoshida <kohei.yoshida@gmail.com>2013-05-09 13:34:35 -0400
commit4e8206b40d960509606d4e19012da296ab71aee8 (patch)
treef558a7ba1b2aaaff50271d0d9781150b027de273 /sc/source/core
parentcc7ec4b3066d47e632ebb0478259a060d030373a (diff)
Change of plan. ScColumn::DeleteRange() will NOT broadcast. Ever.
Change-Id: I610cafaab2d29d0260ebeacdd9b2bf75722a95f2
Diffstat (limited to 'sc/source/core')
-rw-r--r--sc/source/core/data/column3.cxx3
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.
}