summaryrefslogtreecommitdiff
path: root/sc/source/filter/starcalc/collect.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-02-26 13:27:12 +0200
committerNoel Grandin <noel@peralex.com>2014-02-27 10:27:33 +0200
commit39ff662a15683d02ca6a9b1e407b5ed16e460779 (patch)
tree6680bdf333791a39e713f6d9f8ecea012bdb5042 /sc/source/filter/starcalc/collect.hxx
parent6374c59217325721dc2c091338e665a238b7ace3 (diff)
remove unused code ScCollection::IndexOf(ScDataObject*) const
Change-Id: I142bc93cbe1ce6c0462ccc63defbd49e519f7f75
Diffstat (limited to 'sc/source/filter/starcalc/collect.hxx')
-rw-r--r--sc/source/filter/starcalc/collect.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/sc/source/filter/starcalc/collect.hxx b/sc/source/filter/starcalc/collect.hxx
index 33001f881b4c..8e7d3086f488 100644
--- a/sc/source/filter/starcalc/collect.hxx
+++ b/sc/source/filter/starcalc/collect.hxx
@@ -48,7 +48,6 @@ public:
bool Insert(ScDataObject* pScDataObject);
ScDataObject* At(sal_uInt16 nIndex) const;
- sal_uInt16 IndexOf(ScDataObject* pScDataObject) const;
sal_uInt16 GetCount() const;
ScDataObject* operator[]( const sal_uInt16 nIndex) const { return At(nIndex); }