diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2007-04-11 19:07:28 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2007-04-11 19:07:28 +0000 |
commit | ddf17d8fd5f568bc24c68688aa73c30a3bbf8989 (patch) | |
tree | d0fcfd31386d61c2655f27ad72ad3776c94c1ec8 /tools/inc/bootstrp | |
parent | 057843577ecba370ba8684655f98bc9f4f87f787 (diff) |
INTEGRATION: CWS hedaburemove01 (1.2.94); FILE MERGED
2006/12/12 16:28:11 vg 1.2.94.1: #i72503# get rid of hedabu
Diffstat (limited to 'tools/inc/bootstrp')
-rw-r--r-- | tools/inc/bootstrp/mkcreate.hxx | 9 | ||||
-rw-r--r-- | tools/inc/bootstrp/prj.hxx | 9 |
2 files changed, 8 insertions, 10 deletions
diff --git a/tools/inc/bootstrp/mkcreate.hxx b/tools/inc/bootstrp/mkcreate.hxx index c2590771c48a..0ad963ee5ff3 100644 --- a/tools/inc/bootstrp/mkcreate.hxx +++ b/tools/inc/bootstrp/mkcreate.hxx @@ -4,9 +4,9 @@ * * $RCSfile: mkcreate.hxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: hr $ $Date: 2006-06-19 13:32:14 $ + * last change: $Author: vg $ $Date: 2007-04-11 20:07:00 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -36,13 +36,13 @@ #ifndef _MK_CREATE_HXX #define _MK_CREATE_HXX -#include "string.hxx" +#include <tools/string.hxx> #ifndef _SSTRING_HXX #include "bootstrp/sstring.hxx" #endif -#include "list.hxx" +#include <tools/list.hxx> #ifndef _PRJ_HXX #include "bootstrp/prj.hxx" @@ -129,7 +129,6 @@ public: } }; - // // class SourceDirectory // diff --git a/tools/inc/bootstrp/prj.hxx b/tools/inc/bootstrp/prj.hxx index 2dfc9f362c88..5eb2990b28f8 100644 --- a/tools/inc/bootstrp/prj.hxx +++ b/tools/inc/bootstrp/prj.hxx @@ -4,9 +4,9 @@ * * $RCSfile: prj.hxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: hr $ $Date: 2006-06-19 13:32:23 $ + * last change: $Author: vg $ $Date: 2007-04-11 20:07:28 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -36,8 +36,8 @@ #ifndef _PRJ_HXX #define _PRJ_HXX -#include "fsys.hxx" -#include "stream.hxx" +#include <tools/fsys.hxx> +#include <tools/stream.hxx> #ifndef _LISTMACR_HXX #include "bootstrp/listmacr.hxx" #endif @@ -183,7 +183,6 @@ public: #define ENV_EMERG 0x00200000 #define ENV_STAND 0x00400000 - /********************************************************************* * * class Prj |