summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-03-04 10:43:53 +0200
committerNoel Grandin <noel@peralex.com>2014-03-05 09:17:51 +0200
commit01e5d5fe2e4034b23ff40df7c4a64fae28058906 (patch)
treeeb5c23fca8588e7f3e5c7981e64e036cbec4d2c9
parent94e0f1a0b351018d2ec012d57639fa155b6d7575 (diff)
remove unused code ScTable::GetCellCount(short)
Change-Id: I8ef300c77053d540aa68e3e3463286d56e82c50f
-rw-r--r--sc/inc/table.hxx1
-rw-r--r--sc/source/core/data/table3.cxx5
-rw-r--r--unusedcode.easy1
3 files changed, 0 insertions, 7 deletions
diff --git a/sc/inc/table.hxx b/sc/inc/table.hxx
index 9a621ab8bc58..fd8fbdd18253 100644
--- a/sc/inc/table.hxx
+++ b/sc/inc/table.hxx
@@ -227,7 +227,6 @@ public:
ScOutlineTable* GetOutlineTable() { return pOutlineTable; }
- SCSIZE GetCellCount(SCCOL nCol) const;
sal_uLong GetCellCount() const;
sal_uLong GetWeightedCount() const;
sal_uLong GetCodeCount() const; // RPN code in formula
diff --git a/sc/source/core/data/table3.cxx b/sc/source/core/data/table3.cxx
index 5b51ac246437..f6fd9d3b6214 100644
--- a/sc/source/core/data/table3.cxx
+++ b/sc/source/core/data/table3.cxx
@@ -2253,11 +2253,6 @@ const ScDocument& ScTable::GetDoc() const
return *pDocument;
}
-SCSIZE ScTable::GetCellCount(SCCOL nCol) const
-{
- return aCol[nCol].GetCellCount();
-}
-
sal_uLong ScTable::GetCellCount() const
{
sal_uLong nCellCount = 0;
diff --git a/unusedcode.easy b/unusedcode.easy
index 23f5449ff416..718f102cf33f 100644
--- a/unusedcode.easy
+++ b/unusedcode.easy
@@ -32,7 +32,6 @@ SalGraphics::drawTransformedBitmap(basegfx::B2DPoint const&, basegfx::B2DPoint c
ScDocument::CreateFormatTable() const
ScExtIButton::GetSelected() const
ScSimpleRefDlg::GetRefString() const
-ScTable::GetCellCount(short) const
ScVbaFormat<ooo::vba::excel::XStyle>::getAddIndent()
ScVbaFormat<ooo::vba::excel::XStyle>::setAddIndent(com::sun::star::uno::Any const&)
SdrItemBrowser::ForceParent()