summaryrefslogtreecommitdiff
path: root/configmgr/source
diff options
context:
space:
mode:
authorJörg Barfurth <jb@openoffice.org>2001-06-11 08:33:08 +0000
committerJörg Barfurth <jb@openoffice.org>2001-06-11 08:33:08 +0000
commit4b72c8b78d54e908a5a7a16515fc8aae5021c511 (patch)
treeb0c57d5217caaf7c6cfb835f67a0599f8231f152 /configmgr/source
parentb94dad78f5b2d63d2b2883c70fdaeab23e27125c (diff)
Move+rename inc\cmtree.hxx to tree/subtree.hxx; Decouples class Subtree from public access
Diffstat (limited to 'configmgr/source')
-rw-r--r--configmgr/source/tree/cmtree.cxx6
-rw-r--r--configmgr/source/tree/localizedtreeactions.cxx6
-rw-r--r--configmgr/source/tree/treenodefactory.cxx6
3 files changed, 9 insertions, 9 deletions
diff --git a/configmgr/source/tree/cmtree.cxx b/configmgr/source/tree/cmtree.cxx
index a28b317bab59..af9717090641 100644
--- a/configmgr/source/tree/cmtree.cxx
+++ b/configmgr/source/tree/cmtree.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: cmtree.cxx,v $
*
- * $Revision: 1.19 $
+ * $Revision: 1.20 $
*
- * last change: $Author: jl $ $Date: 2001-03-21 12:26:09 $
+ * last change: $Author: jb $ $Date: 2001-06-11 09:33:08 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -62,7 +62,7 @@
#include <stdio.h>
/* PLEASE DON'T DELETE ANY COMMENT LINES, ALSO IT'S UNNECESSARY. */
-#include "cmtree.hxx"
+#include "subtree.hxx"
#include <deque>
#include <vector>
diff --git a/configmgr/source/tree/localizedtreeactions.cxx b/configmgr/source/tree/localizedtreeactions.cxx
index 4a7fbd36ca93..cca223238921 100644
--- a/configmgr/source/tree/localizedtreeactions.cxx
+++ b/configmgr/source/tree/localizedtreeactions.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: localizedtreeactions.cxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: jb $ $Date: 2001-06-11 08:28:01 $
+ * last change: $Author: jb $ $Date: 2001-06-11 09:33:08 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -62,7 +62,7 @@
#include <stdio.h>
#include "treeactions.hxx"
-#include "cmtree.hxx"
+#include "subtree.hxx"
#include "matchlocale.hxx"
#include "typeconverter.hxx"
diff --git a/configmgr/source/tree/treenodefactory.cxx b/configmgr/source/tree/treenodefactory.cxx
index e44f6700ede0..f350682619b9 100644
--- a/configmgr/source/tree/treenodefactory.cxx
+++ b/configmgr/source/tree/treenodefactory.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: treenodefactory.cxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: jb $ $Date: 2001-06-11 08:22:33 $
+ * last change: $Author: jb $ $Date: 2001-06-11 09:33:08 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -65,7 +65,7 @@
#include "treenodefactory.hxx"
#include "valuenode.hxx"
-#include "cmtree.hxx"
+#include "subtree.hxx"
namespace configmgr