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.
}