diff options
author | Kurt Zenker <kz@openoffice.org> | 2004-03-23 09:25:58 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2004-03-23 09:25:58 +0000 |
commit | bdb7a4201fdbe86fcac13b83b0fcc572d7f24c38 (patch) | |
tree | c36ea0788c762c3a06400f1b7bde5fca189d7fa1 /configmgr/source/inc/treeactions.hxx | |
parent | 936e5e2252c1710e4c475e94ee7b646f2b7a6198 (diff) |
INTEGRATION: CWS cfgcleanup (1.14.70); FILE MERGED
2004/02/09 15:30:21 jb 1.14.70.1: #i25025# Eliminate warnings from gcc
Diffstat (limited to 'configmgr/source/inc/treeactions.hxx')
-rw-r--r-- | configmgr/source/inc/treeactions.hxx | 37 |
1 files changed, 2 insertions, 35 deletions
diff --git a/configmgr/source/inc/treeactions.hxx b/configmgr/source/inc/treeactions.hxx index 9bd0149a41be..41bedfe0db35 100644 --- a/configmgr/source/inc/treeactions.hxx +++ b/configmgr/source/inc/treeactions.hxx @@ -2,9 +2,9 @@ * * $RCSfile: treeactions.hxx,v $ * - * $Revision: 1.14 $ + * $Revision: 1.15 $ * - * last change: $Author: hr $ $Date: 2003-03-19 16:19:07 $ + * last change: $Author: kz $ $Date: 2004-03-23 10:25:58 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -80,39 +80,6 @@ namespace configmgr void forceWritable(INode& _rNode); void forceWritable(data::TreeAccessor const & _aTree); - -//========================================================================== -//= OIdPropagator -//========================================================================== -/** propagates a node id to a subtree and its descendants -*/ -class OIdPropagator : private NodeModification -{ - ::rtl::OUString sId; - - OIdPropagator(const ::rtl::OUString& _rId) : sId(_rId) { } - virtual void handle(ValueNode& _rValueNode); - virtual void handle(ISubtree& _rSubtree); - -public: - static void propagateIdToChildren(ISubtree& rTree); - static void propagateIdToTree( ::rtl::OUString const& aId, ISubtree& rTree); -}; - -//========================================================================== -//= OIdRemover -//========================================================================== -/** propagates a node id to a subtree and its descendants -*/ -class OIdRemover : private NodeModification -{ - virtual void handle(ValueNode& _rValueNode); - virtual void handle(ISubtree& _rSubtree); - -public: - static void removeIds(INode& rNode); -}; - //========================================================================== //= OChangeActionCounter //========================================================================== |