diff options
Diffstat (limited to 'include/svl/itemset.hxx')
-rw-r--r-- | include/svl/itemset.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/svl/itemset.hxx b/include/svl/itemset.hxx index 746ba8448afb..086ddc42f74e 100644 --- a/include/svl/itemset.hxx +++ b/include/svl/itemset.hxx @@ -227,6 +227,8 @@ public: void dumpAsXml(xmlTextWriterPtr pWriter) const; private: + sal_uInt16 ClearSingleItemImpl( sal_uInt16 nWhich ); + sal_uInt16 ClearAllItemsImpl(); SfxItemState GetItemStateImpl( sal_uInt16 nWhich, bool bSrchInParent, const SfxPoolItem **ppItem, |