diff options
author | Rüdiger Timm <rt@openoffice.org> | 2003-04-17 12:33:51 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2003-04-17 12:33:51 +0000 |
commit | fa3aa4be6500f3f60b6350fe59696cf5ec3d25a3 (patch) | |
tree | cbf7934840f72d7cd7269b353534964f98a9ee0f /configmgr/source/treemgr | |
parent | eb9b0410e0a805432afdf03d03ebfdcd1ae6df73 (diff) |
INTEGRATION: CWS configapi01 (1.3.4); FILE MERGED
2003/04/14 16:04:10 ssmith 1.3.4.1: #108808# fix for OInnerGroupInfoAccess:XElementAccess
Diffstat (limited to 'configmgr/source/treemgr')
-rw-r--r-- | configmgr/source/treemgr/viewstrategy.hxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/configmgr/source/treemgr/viewstrategy.hxx b/configmgr/source/treemgr/viewstrategy.hxx index 45fbcca0c6eb..bd8c90e72c3b 100644 --- a/configmgr/source/treemgr/viewstrategy.hxx +++ b/configmgr/source/treemgr/viewstrategy.hxx @@ -2,9 +2,9 @@ * * $RCSfile: viewstrategy.hxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: vg $ $Date: 2003-04-01 13:43:20 $ + * last change: $Author: rt $ $Date: 2003-04-17 13:33:51 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -170,6 +170,9 @@ namespace configmgr /// does this hold a child value of the given name bool hasValue(GroupNode const& _aNode, Name const& _aName) const; + /// does this hold a child value + bool hasValue(GroupNode const& _aNode) const; + /// are defaults for this node available ? bool areValueDefaultsAvailable(GroupNode const& _aNode) const; |