diff options
author | Jörg Barfurth <jb@openoffice.org> | 2001-06-20 19:35:06 +0000 |
---|---|---|
committer | Jörg Barfurth <jb@openoffice.org> | 2001-06-20 19:35:06 +0000 |
commit | e7a186d4c73c52df6cbaffed5d524253a9fa3ba2 (patch) | |
tree | 7fa42128bbd9a08aafedf35aeb3b0dab59234563 /configmgr | |
parent | 5c80887eb29b48dd08fdc1359361614505082189 (diff) |
#88036# Adjusted to NodeVisitor change
Diffstat (limited to 'configmgr')
-rw-r--r-- | configmgr/source/treemgr/collectchanges.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/configmgr/source/treemgr/collectchanges.cxx b/configmgr/source/treemgr/collectchanges.cxx index 09a2cd3e7253..476775cdc3e0 100644 --- a/configmgr/source/treemgr/collectchanges.cxx +++ b/configmgr/source/treemgr/collectchanges.cxx @@ -2,9 +2,9 @@ * * $RCSfile: collectchanges.cxx,v $ * - * $Revision: 1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: jb $ $Date: 2001-02-13 17:22:35 $ + * last change: $Author: jb $ $Date: 2001-06-20 20:35:06 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -211,7 +211,7 @@ bool CollectChanges::implSetLocation(NodeChangeLocation& rLocation_, Change cons rLocation_.setBase( aBaseID ); if (bSet_ && m_aAccessor.isEmpty()) // It is a set change affecting the base ... - rLocation_.setTarget( aBaseID ); + rLocation_.setAffected( aBaseID ); Name aChangeName( aOriginal_.getNodeName(), Name::NoValidate() ); rLocation_.setAccessor( m_aAccessor.child( aChangeName ) ); |