remove unused code ScDPFilteredCache::SingleFilter::getMatchValue()
Change-Id: If47b1c5e3c04be18315cd9698c18d6e6bf5b7084
This commit is contained in:
parent
368d3aba40
commit
778e685b6d
3 changed files with 0 additions and 7 deletions
|
@ -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();
|
||||
|
|
|
@ -66,11 +66,6 @@ std::vector<ScDPItemData> ScDPFilteredCache::SingleFilter::getMatchValues() cons
|
|||
return aValues;
|
||||
}
|
||||
|
||||
const ScDPItemData& ScDPFilteredCache::SingleFilter::getMatchValue() const
|
||||
{
|
||||
return maItem;
|
||||
}
|
||||
|
||||
ScDPFilteredCache::GroupFilter::GroupFilter()
|
||||
{
|
||||
}
|
||||
|
|
|
@ -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()
|
||||
|
|
Loading…
Reference in a new issue