summaryrefslogtreecommitdiff
path: root/configmgr/source/access.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'configmgr/source/access.hxx')
-rw-r--r--configmgr/source/access.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/configmgr/source/access.hxx b/configmgr/source/access.hxx
index 51e43d5bcfcc..7b59e81cfdc8 100644
--- a/configmgr/source/access.hxx
+++ b/configmgr/source/access.hxx
@@ -323,7 +323,8 @@ protected:
rtl::Reference< Node > getParentNode();
rtl::Reference< ChildAccess > getChild(OUString const & name);
- std::vector< rtl::Reference< ChildAccess > > getAllChildren();
+ void forAllChildren(const std::function<bool(ChildAccess&)> & f);
+ bool isAllChildrenEmpty();
void checkValue(
css::uno::Any const & value, Type type, bool nillable);