diff options
author | Dirk Grobler <dg@openoffice.org> | 2001-09-18 18:12:17 +0000 |
---|---|---|
committer | Dirk Grobler <dg@openoffice.org> | 2001-09-18 18:12:17 +0000 |
commit | 20c22b99129a4bcefbca6976f9c6329bb7ac7a72 (patch) | |
tree | 4e6654be331c50a90bec1aa787916b3c7a2a9b8a /configmgr/source/inc/mergechange.hxx | |
parent | 3ac225c65b392558bc4fbd93a0a6b2a3f720a20f (diff) |
#91972# correction of pathhandling, pathhepler replaced by lookup context
Diffstat (limited to 'configmgr/source/inc/mergechange.hxx')
-rw-r--r-- | configmgr/source/inc/mergechange.hxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/configmgr/source/inc/mergechange.hxx b/configmgr/source/inc/mergechange.hxx index a6205ebfd8e4..f1b641adede4 100644 --- a/configmgr/source/inc/mergechange.hxx +++ b/configmgr/source/inc/mergechange.hxx @@ -2,9 +2,9 @@ * * $RCSfile: mergechange.hxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: jb $ $Date: 2001-07-16 17:00:30 $ + * last change: $Author: dg $ $Date: 2001-09-18 19:11:44 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -103,6 +103,9 @@ namespace configmgr virtual void handle(SubtreeChange const& _rSubtree); }; + // method that applies changes on a existing subtree + void applyChanges(TreeChangeList & _aTreeChangeList, ISubtree& _aSubtree); + // ----------------------------------------------------------------------------- class OMergeChanges : private ChangeTreeAction, private OPathCreator<RelativePath> { |