diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-19 22:33:36 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-19 22:33:36 +0000 |
commit | 1bb1b4d3e4fd5cf2e23ab8a8e96ea6c0ffebb2d1 (patch) | |
tree | 1fc4867eeab732609416f2aaa22525f72905a20b /configmgr/source | |
parent | b2c062adbdfcfded024922584605daad3121bde3 (diff) |
INTEGRATION: CWS warnings01 (1.13.4); FILE MERGED
2005/11/01 12:47:39 cd 1.13.4.1: #i53898# Warning free code for sun solaris compiler
Diffstat (limited to 'configmgr/source')
-rw-r--r-- | configmgr/source/treemgr/nodeimplobj.hxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/configmgr/source/treemgr/nodeimplobj.hxx b/configmgr/source/treemgr/nodeimplobj.hxx index edd515d91cd0..4044f6f9b395 100644 --- a/configmgr/source/treemgr/nodeimplobj.hxx +++ b/configmgr/source/treemgr/nodeimplobj.hxx @@ -4,9 +4,9 @@ * * $RCSfile: nodeimplobj.hxx,v $ * - * $Revision: 1.13 $ + * $Revision: 1.14 $ * - * last change: $Author: rt $ $Date: 2005-09-08 04:32:18 $ + * last change: $Author: hr $ $Date: 2006-06-19 23:33:36 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -156,6 +156,7 @@ namespace configmgr typedef ValueMemberNode::DeferredImplRef MemberChange; MemberChange findValueChange(Name const& aName); + using GroupNodeImpl::makeValueMember; ValueMemberNode makeValueMember(data::Accessor const& _aAccessor, Name const& _aName, bool _bForUpdate); private: |