diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2003-04-01 12:39:15 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2003-04-01 12:39:15 +0000 |
commit | 616fde093905298863baf2c59a88765a2853f747 (patch) | |
tree | 59282dd9ef5f653167c5733f48c9446c44ba780c /configmgr/source | |
parent | dba251accd3dfc5ac8f8e21a22f615b27ad5fa66 (diff) |
INTEGRATION: CWS cfg01 (1.2.10.2.4); FILE MERGED
2003/03/12 16:54:58 jb 1.2.10.2.4.1: #108154# Use NodeAccessRef to avoid copying Accessor objects
Diffstat (limited to 'configmgr/source')
-rw-r--r-- | configmgr/source/treecache/cacheline.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/configmgr/source/treecache/cacheline.cxx b/configmgr/source/treecache/cacheline.cxx index 790baa118cc7..5512e43bbefc 100644 --- a/configmgr/source/treecache/cacheline.cxx +++ b/configmgr/source/treecache/cacheline.cxx @@ -2,9 +2,9 @@ * * $RCSfile: cacheline.cxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: hr $ $Date: 2003-03-19 16:19:42 $ + * last change: $Author: vg $ $Date: 2003-04-01 13:39:15 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -214,7 +214,7 @@ namespace configmgr data::TreeAccessor aModuleTree(_anAccessor, m_base); OSL_ASSERT( aModuleTree.isValid()); - data::NodeAccess aNode = aModuleTree.getRootNode(); + data::NodeAccess aNode = aModuleTree.getRootNode().toNodeAccess(); OSL_ENSURE( aNode.isValid(), "CacheLine contains no nodes"); Path::Iterator it = aConfigName.begin(); |