summaryrefslogtreecommitdiff
path: root/include/svl
diff options
context:
space:
mode:
Diffstat (limited to 'include/svl')
-rw-r--r--include/svl/itemiter.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/svl/itemiter.hxx b/include/svl/itemiter.hxx
index be2bf2e4360d..dfe3c9dc6e22 100644
--- a/include/svl/itemiter.hxx
+++ b/include/svl/itemiter.hxx
@@ -47,6 +47,9 @@ public:
sal_uInt16 GetFirstPos() const { return m_nStart; }
sal_uInt16 GetLastPos() const { return m_nEnd; }
+ SfxItemState GetItemState(bool bSrchInParent = true,
+ const SfxPoolItem** ppItem = nullptr) const;
+
private:
const SfxPoolItem* ImplNextItem();
};