diff options
author | Noel Grandin <noel@peralex.com> | 2014-02-26 12:04:38 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2014-02-27 10:27:31 +0200 |
commit | 778e685b6dd6694e83de047f8f72548d232c4b4b (patch) | |
tree | 7877f4ab08a03acbec5ab85b6df4f12a20cf0124 | |
parent | 368d3aba406a2e4557fd5b2b15ff569b6c16857d (diff) |
remove unused code ScDPFilteredCache::SingleFilter::getMatchValue()
Change-Id: If47b1c5e3c04be18315cd9698c18d6e6bf5b7084
-rw-r--r-- | sc/inc/dpfilteredcache.hxx | 1 | ||||
-rw-r--r-- | sc/source/core/data/dpfilteredcache.cxx | 5 | ||||
-rw-r--r-- | unusedcode.easy | 1 |
3 files changed, 0 insertions, 7 deletions
diff --git a/sc/inc/dpfilteredcache.hxx b/sc/inc/dpfilteredcache.hxx index e6c9bd0dc7c5..b95ff5266312 100644 --- a/sc/inc/dpfilteredcache.hxx +++ b/sc/inc/dpfilteredcache.hxx @@ -69,7 +69,6 @@ public: virtual bool match(const ScDPItemData& rCellData) const; virtual std::vector<ScDPItemData> getMatchValues() const; - const ScDPItemData& getMatchValue() const; private: explicit SingleFilter(); diff --git a/sc/source/core/data/dpfilteredcache.cxx b/sc/source/core/data/dpfilteredcache.cxx index 68e8ce2a9b27..45ddaf8df74f 100644 --- a/sc/source/core/data/dpfilteredcache.cxx +++ b/sc/source/core/data/dpfilteredcache.cxx @@ -66,11 +66,6 @@ std::vector<ScDPItemData> ScDPFilteredCache::SingleFilter::getMatchValues() cons return aValues; } -const ScDPItemData& ScDPFilteredCache::SingleFilter::getMatchValue() const -{ - return maItem; -} - ScDPFilteredCache::GroupFilter::GroupFilter() { } diff --git a/unusedcode.easy b/unusedcode.easy index 271724b25958..9a4624fb7319 100644 --- a/unusedcode.easy +++ b/unusedcode.easy @@ -73,7 +73,6 @@ ScColumn::MoveListeners(SvtBroadcaster&, int) ScColumn::SetRawString(sc::ColumnBlockPosition&, int, rtl::OUString const&, bool) ScComplexRefData::IsDeleted() const ScDBQueryDataIterator::DataAccessInternal::setPos(unsigned long) -ScDPFilteredCache::SingleFilter::getMatchValue() const ScDocument::CreateFormatTable() const ScExtIButton::GetSelected() const ScVbaFormat<ooo::vba::excel::XStyle>::getAddIndent() |