summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-07-21 12:14:05 +0200
committerNoel Grandin <noel@peralex.com>2014-07-23 13:26:16 +0200
commitb0a13b78e7b381cfc9d06a4a351d5d345e15e557 (patch)
treed9555b8fd62abd0b196b17f6e0acdf88fed8f3c5 /include
parent331132b4cb5717ec0177ef89bc90ef1f474dfea7 (diff)
remove unused SfxPoolItem::Delete_Impl method
Change-Id: Idb20e9acd97a27801ff95dc53d3e179326c122d4
Diffstat (limited to 'include')
-rw-r--r--include/svl/poolitem.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/svl/poolitem.hxx b/include/svl/poolitem.hxx
index af8e405de58e..0d438a95546a 100644
--- a/include/svl/poolitem.hxx
+++ b/include/svl/poolitem.hxx
@@ -173,7 +173,6 @@ public:
inline sal_uLong AddRef( sal_uLong n = 1 ) const;
private:
inline sal_uLong ReleaseRef( sal_uLong n = 1 ) const;
- SVL_DLLPRIVATE long Delete_Impl(void*);
protected:
explicit SfxPoolItem( sal_uInt16 nWhich = 0 );