summaryrefslogtreecommitdiff
path: root/sc/source/core/data/column3.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-02-26 13:19:57 +0200
committerNoel Grandin <noel@peralex.com>2014-02-27 10:27:32 +0200
commit2d257fa7781fff9c56a4cd55b26c3ef7e813c84e (patch)
tree9c29fdc485ae8f80ae0e191d29dd61bb8db28649 /sc/source/core/data/column3.cxx
parentb709688cae4f3a00525fdd17c20852e55f131308 (diff)
remove unused code in ScColumn
Specifically: ScColumn::DeleteCellNote(int) ScColumn::MoveListeners(SvtBroadcaster&, int) ScColumn::SetRawString(sc::ColumnBlockPosition&, int, rtl::OUString const&, bool) Change-Id: I34ec659bce7ae18cc3e9d0e27fcd138bc64201b0
Diffstat (limited to 'sc/source/core/data/column3.cxx')
-rw-r--r--sc/source/core/data/column3.cxx10
1 files changed, 0 insertions, 10 deletions
diff --git a/sc/source/core/data/column3.cxx b/sc/source/core/data/column3.cxx
index b50536b0a71a..f006f0eb0d60 100644
--- a/sc/source/core/data/column3.cxx
+++ b/sc/source/core/data/column3.cxx
@@ -2250,16 +2250,6 @@ void ScColumn::SetRawString( SCROW nRow, const svl::SharedString& rStr, bool bBr
}
void ScColumn::SetRawString(
- sc::ColumnBlockPosition& rBlockPos, SCROW nRow, const OUString& rStr, bool bBroadcast )
-{
- svl::SharedString aSS = pDocument->GetSharedStringPool().intern(rStr);
- if (!aSS.getData())
- return;
-
- SetRawString(rBlockPos, nRow, aSS, bBroadcast);
-}
-
-void ScColumn::SetRawString(
sc::ColumnBlockPosition& rBlockPos, SCROW nRow, const svl::SharedString& rStr, bool bBroadcast )
{
if (!ValidRow(nRow))