summaryrefslogtreecommitdiff
path: root/configmgr
diff options
context:
space:
mode:
authorSander Vesik <svesik@openoffice.org>2004-04-21 12:23:29 +0000
committerSander Vesik <svesik@openoffice.org>2004-04-21 12:23:29 +0000
commitfa7118c1660f21d8a5f4cbba2fe7c054d0e56417 (patch)
treeadb1e4f1531cb948bfdf213086860ce84aa2777d /configmgr
parenta9b0bf27a1611e0b7c67dbf9a2c04a1e390ce1c6 (diff)
INTEGRATION: CWS ooo20040329 (1.25.90); FILE MERGED
2004/04/08 02:18:02 svesik 1.25.90.2: RESYNC: (1.25-1.26); FILE MERGED 2004/03/17 09:24:51 waratah 1.25.90.1: #i1858# alter the order of some definitions to fix some -Wall warnings
Diffstat (limited to 'configmgr')
-rw-r--r--configmgr/source/inc/valuenode.hxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/configmgr/source/inc/valuenode.hxx b/configmgr/source/inc/valuenode.hxx
index f80b37061820..2d1e8764cedd 100644
--- a/configmgr/source/inc/valuenode.hxx
+++ b/configmgr/source/inc/valuenode.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: valuenode.hxx,v $
*
- * $Revision: 1.26 $
+ * $Revision: 1.27 $
*
- * last change: $Author: kz $ $Date: 2004-03-23 10:26:24 $
+ * last change: $Author: svesik $ $Date: 2004-04-21 13:23:29 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -199,6 +199,7 @@ namespace configmgr
ISubtree(ISubtree const& other)
:INode(other)
,m_nLevel(other.m_nLevel)
+ ,m_sId() // do not copy ID while cloning !
,m_nDefaultLevels(other.m_nDefaultLevels)
,m_sTemplateName(other.m_sTemplateName)
,m_sTemplateModule(other.m_sTemplateModule)