diff options
Diffstat (limited to 'include/svl/itemset.hxx')
-rw-r--r-- | include/svl/itemset.hxx | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/svl/itemset.hxx b/include/svl/itemset.hxx index f2598ef842c5..418eb8666dec 100644 --- a/include/svl/itemset.hxx +++ b/include/svl/itemset.hxx @@ -95,6 +95,10 @@ public: bool bSrchInParent = true, const SfxPoolItem **ppItem = 0 ) const; + SfxItemState GetItemState( sal_uInt16 nWhich, + bool bSrchInParent = true, + SfxPoolItem **ppItem = 0 ); + bool HasItem(sal_uInt16 nWhich, const SfxPoolItem** ppItem = NULL) const; virtual void DisableItem(sal_uInt16 nWhich); |