summaryrefslogtreecommitdiff
path: root/include/svl
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-12-18 09:37:44 +0200
committerNoel Grandin <noel@peralex.com>2015-12-21 10:20:31 +0200
commite18b08363a939b35e7f5dc435e606d2c62bddebd (patch)
tree6318e03a67fd2dfbbd29b88b3de36ad7e9fd6292 /include/svl
parent20ff8cc5c3534d149b18b9776ab964324e70fdfd (diff)
loplugin:unusedmethods
Change-Id: Ifafdaf6da0225f244853a0042a6458643b570623
Diffstat (limited to 'include/svl')
-rw-r--r--include/svl/ilstitem.hxx1
-rw-r--r--include/svl/ownlist.hxx3
2 files changed, 0 insertions, 4 deletions
diff --git a/include/svl/ilstitem.hxx b/include/svl/ilstitem.hxx
index 21156c886008..cea8abce74c0 100644
--- a/include/svl/ilstitem.hxx
+++ b/include/svl/ilstitem.hxx
@@ -37,7 +37,6 @@ public:
SfxIntegerListItem( const SfxIntegerListItem& rItem );
virtual ~SfxIntegerListItem();
- std::vector< sal_Int32 >& GetList() { return m_aList; }
const std::vector< sal_Int32 >& GetList() const { return m_aList; }
virtual bool operator==( const SfxPoolItem& ) const override;
diff --git a/include/svl/ownlist.hxx b/include/svl/ownlist.hxx
index 78d5c676fca3..171d38deab44 100644
--- a/include/svl/ownlist.hxx
+++ b/include/svl/ownlist.hxx
@@ -74,9 +74,6 @@ public:
return aCommandList[ i ];
}
- void clear() {
- aCommandList.clear();
- }
};
#endif // INCLUDED_SVL_OWNLIST_HXX