summaryrefslogtreecommitdiff
path: root/configmgr
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2006-11-06 13:49:27 +0000
committerKurt Zenker <kz@openoffice.org>2006-11-06 13:49:27 +0000
commit4d854ec704a3286edeada4b1f863c1d037250c38 (patch)
treec8529791c1e4b0f4debd97507e09b899dedddd3d /configmgr
parent7c173a814663ba80719a119a96fedb16d94cbe10 (diff)
INTEGRATION: CWS sb63 (1.4.70); FILE MERGED
2006/10/20 10:13:26 sb 1.4.70.1: #i69914#, #i69982# Patch by mmeeks: cleanup and memory shrink.
Diffstat (limited to 'configmgr')
-rw-r--r--configmgr/source/inc/valuenodeaccess.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/configmgr/source/inc/valuenodeaccess.hxx b/configmgr/source/inc/valuenodeaccess.hxx
index 9ebf90428994..9561e03a7244 100644
--- a/configmgr/source/inc/valuenodeaccess.hxx
+++ b/configmgr/source/inc/valuenodeaccess.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: valuenodeaccess.hxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 04:02:20 $
+ * last change: $Author: kz $ $Date: 2006-11-06 14:49:26 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -127,7 +127,7 @@ namespace configmgr
inline
NodeAccess::Name ValueNodeAccess::getName() const
- { return NodeAccess::wrapName( data().info.getName(m_aAccessor) ); }
+ { return NodeAccess::wrapName( data().info.getName() ); }
inline
NodeAccess::Attributes ValueNodeAccess::getAttributes() const