summaryrefslogtreecommitdiff
path: root/include/svl
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-01-17 13:12:52 +0200
committerNoel Grandin <noel@peralex.com>2015-03-11 10:16:52 +0200
commit82c37453482e6b8bd6ab7b7e96b1257a1d5b0699 (patch)
tree9620e5eff60e7cc5c3b3792a99793e687d78cd80 /include/svl
parentd26052bdb267f042256c3fac34ebf4697dbc3ceb (diff)
SfxItemHandle is only used in one place, so inline it
Change-Id: Ie54e0699312b6c072d2b162a068cffdf960be4d0
Diffstat (limited to 'include/svl')
-rw-r--r--include/svl/poolitem.hxx17
1 files changed, 0 insertions, 17 deletions
diff --git a/include/svl/poolitem.hxx b/include/svl/poolitem.hxx
index 182da1946510..a03794a11fcf 100644
--- a/include/svl/poolitem.hxx
+++ b/include/svl/poolitem.hxx
@@ -339,23 +339,6 @@ public:
};
-// Handle class for PoolItems
-
-class SVL_DLLPUBLIC SfxItemHandle
-{
- sal_uInt16 *pRef;
- SfxPoolItem *pItem;
-public:
- explicit SfxItemHandle( SfxPoolItem& );
- SfxItemHandle( const SfxItemHandle& );
- ~SfxItemHandle();
-
- const SfxItemHandle &operator=(const SfxItemHandle &);
- const SfxPoolItem &GetItem() const { return *pItem; }
-};
-
-
-
DECL_PTRHINT(SVL_DLLPUBLIC, SfxPoolItemHint, SfxPoolItem);