summaryrefslogtreecommitdiff
path: root/configmgr
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2007-11-23 13:44:08 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2007-11-23 13:44:08 +0000
commit3547e7d630d4dd4e22bf9a288c5f31faa546d50b (patch)
treeb5f140bf175aae9d6dc9bc4d65cc7ef18fc20e07 /configmgr
parentd1aaf4f8b72bf553537821bd395b396a26a922a4 (diff)
INTEGRATION: CWS configrefactor01 (1.3.84); FILE MERGED
2007/01/08 20:49:03 mmeeks 1.3.84.1: Issue number: Submitted by: mmeeks Substantial configmgr re-factoring #1 ... + remove endless typedef chains + remove custom allocator & associated complexity + remove Pointer, and 'Address' classes
Diffstat (limited to 'configmgr')
-rw-r--r--configmgr/source/treemgr/nodefactory.hxx6
1 files changed, 2 insertions, 4 deletions
diff --git a/configmgr/source/treemgr/nodefactory.hxx b/configmgr/source/treemgr/nodefactory.hxx
index 9000753df61d..8a89536891fa 100644
--- a/configmgr/source/treemgr/nodefactory.hxx
+++ b/configmgr/source/treemgr/nodefactory.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: nodefactory.hxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 04:31:18 $
+ * last change: $Author: ihi $ $Date: 2007-11-23 14:44:08 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -55,7 +55,6 @@ namespace configmgr
{
class NodeImpl;
class Template;
-
}
//-----------------------------------------------------------------------------
namespace view
@@ -69,7 +68,6 @@ namespace configmgr
struct NodeFactory
{
-
virtual NodeImplRef makeValueNode(data::ValueNodeAccess const& _aNodeAccess) = 0;
virtual NodeImplRef makeGroupNode(data::GroupNodeAccess const& _aNodeAccess) = 0;
virtual NodeImplRef makeSetNode(data::SetNodeAccess const& _aNodeAccess, configuration::Template* pTemplate) = 0;