diff options
Diffstat (limited to 'configmgr')
-rw-r--r-- | configmgr/source/tree/updatehelper.cxx | 24 |
1 files changed, 1 insertions, 23 deletions
diff --git a/configmgr/source/tree/updatehelper.cxx b/configmgr/source/tree/updatehelper.cxx index 7f6c24bb9646..10d1ff95380d 100644 --- a/configmgr/source/tree/updatehelper.cxx +++ b/configmgr/source/tree/updatehelper.cxx @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: updatehelper.cxx,v $ - * $Revision: 1.13 $ + * $Revision: 1.14 $ * * This file is part of OpenOffice.org. * @@ -150,28 +150,6 @@ public: //-------------------------------------------------------------------------- //-------------------------------------------------------------------------- - -// adjust a set of changes to the target tree, return true, if there are changes left - bool adjustUpdateToTree(SubtreeChange & _rUpdateTree, data::NodeAccess const & _aRootNode) - { - SubtreeChange aResultTree(_rUpdateTree, SubtreeChange::NoChildCopy()); - - bool bResult = AdjustUpdate::adjust(aResultTree,_rUpdateTree,_aRootNode); - - _rUpdateTree.swap(aResultTree); - - return bResult; - } -//-------------------------------------------------------------------------- - -// adjust a set of changes to the target tree, return true, if there are changes left - bool adjustUpdateToTree(SubtreeChange & _rUpdateTree, data::NodeAddress _aRootNode) - { - data::NodeAccess aTargetNode(_aRootNode); - return adjustUpdateToTree(_rUpdateTree, aTargetNode); - } -//-------------------------------------------------------------------------- - // apply a already matching set of changes to the target tree void applyUpdateToTree(SubtreeChange& _anUpdateTree, data::NodeAddress _aRootNode) { |