diff options
author | Noel Grandin <noel@peralex.com> | 2015-01-17 13:12:52 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2015-03-11 10:16:52 +0200 |
commit | 82c37453482e6b8bd6ab7b7e96b1257a1d5b0699 (patch) | |
tree | 9620e5eff60e7cc5c3b3792a99793e687d78cd80 /include | |
parent | d26052bdb267f042256c3fac34ebf4697dbc3ceb (diff) |
SfxItemHandle is only used in one place, so inline it
Change-Id: Ie54e0699312b6c072d2b162a068cffdf960be4d0
Diffstat (limited to 'include')
-rw-r--r-- | include/svl/poolitem.hxx | 17 |
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); |