summaryrefslogtreecommitdiff
path: root/configmgr/source/inc/treeactions.hxx
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2004-03-23 09:25:58 +0000
committerKurt Zenker <kz@openoffice.org>2004-03-23 09:25:58 +0000
commitbdb7a4201fdbe86fcac13b83b0fcc572d7f24c38 (patch)
treec36ea0788c762c3a06400f1b7bde5fca189d7fa1 /configmgr/source/inc/treeactions.hxx
parent936e5e2252c1710e4c475e94ee7b646f2b7a6198 (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.hxx37
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
//==========================================================================