diff options
Diffstat (limited to 'include/sfx2/itemwrapper.hxx')
-rw-r--r-- | include/sfx2/itemwrapper.hxx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/sfx2/itemwrapper.hxx b/include/sfx2/itemwrapper.hxx index 21424acf6467..594bcd4440ca 100644 --- a/include/sfx2/itemwrapper.hxx +++ b/include/sfx2/itemwrapper.hxx @@ -73,11 +73,9 @@ public: +- ValueItemWrapper< ItemT, ValueT > [1] | | | +- BoolItemWrapper [1] - | +- Int16ItemWrapper [1] | +- UInt16ItemWrapper [1] | +- Int32ItemWrapper [1] | +- UInt32ItemWrapper [1] - | +- StringItemWrapper [1] | +- IdentItemWrapper< ItemT > [1] @@ -150,11 +148,9 @@ public: typedef ValueItemWrapper< SfxBoolItem, sal_Bool > BoolItemWrapper; -typedef ValueItemWrapper< SfxInt16Item, sal_Int16 > Int16ItemWrapper; typedef ValueItemWrapper< SfxUInt16Item, sal_uInt16 > UInt16ItemWrapper; typedef ValueItemWrapper< SfxInt32Item, sal_Int32 > Int32ItemWrapper; typedef ValueItemWrapper< SfxUInt32Item, sal_uInt32 > UInt32ItemWrapper; -typedef ValueItemWrapper< SfxStringItem, const OUString& > StringItemWrapper; |