diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2003-06-12 09:13:52 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2003-06-12 09:13:52 +0000 |
commit | 92904e236c8b467b4587a3386e3b2782060e762c (patch) | |
tree | febc34d807cbd954315300ffcb453efeac86610e /configmgr/source/inc | |
parent | 11e8e0f7f5b0c06c0f87738a183965505c0b9856 (diff) |
INTEGRATION: CWS mh11rc (1.20.26); FILE MERGED
2003/06/06 10:08:12 mh 1.20.26.1: join: from beta2
Diffstat (limited to 'configmgr/source/inc')
-rw-r--r-- | configmgr/source/inc/change.hxx | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/configmgr/source/inc/change.hxx b/configmgr/source/inc/change.hxx index 81d17c1696ee..999a3c7f2f4c 100644 --- a/configmgr/source/inc/change.hxx +++ b/configmgr/source/inc/change.hxx @@ -2,9 +2,9 @@ * * $RCSfile: change.hxx,v $ * - * $Revision: 1.20 $ + * $Revision: 1.21 $ * - * last change: $Author: vg $ $Date: 2003-04-01 13:32:26 $ + * last change: $Author: vg $ $Date: 2003-06-12 10:13:52 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -62,15 +62,15 @@ #ifndef CONFIGMGR_CHANGE_HXX #define CONFIGMGR_CHANGE_HXX +#ifndef _CONFIGMGR_TREE_VALUENODE_HXX +#include "valuenode.hxx" +#endif #ifndef CONFIGMGR_TREESEGMENT_HXX #include "treesegment.hxx" #endif #ifndef CONFIGMGR_TREEADDRESS_HXX #include "treeaddress.hxx" #endif -#ifndef _CONFIGMGR_TREE_VALUENODE_HXX -#include "valuenode.hxx" -#endif #ifndef _SAL_TYPES_H_ #include <sal/types.h> |