diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 21:19:35 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 21:19:35 +0000 |
commit | 568806027c8392fbb79c7b6442e2201d20c3d308 (patch) | |
tree | c216bba4e7af0ce360c0f34e48cfa3d09357bef1 /tools | |
parent | f57ee420dfc3a8377b4084973afe69f111fd9284 (diff) |
INTEGRATION: CWS vgbugs07 (1.13.8); FILE MERGED
2007/06/04 13:32:27 vg 1.13.8.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01
Diffstat (limited to 'tools')
-rw-r--r-- | tools/source/stream/strmunx.cxx | 10 | ||||
-rw-r--r-- | tools/source/string/strucvt.cxx | 8 |
2 files changed, 9 insertions, 9 deletions
diff --git a/tools/source/stream/strmunx.cxx b/tools/source/stream/strmunx.cxx index 2158b912f0c3..899edcf90776 100644 --- a/tools/source/stream/strmunx.cxx +++ b/tools/source/stream/strmunx.cxx @@ -4,9 +4,9 @@ * * $RCSfile: strmunx.cxx,v $ * - * $Revision: 1.13 $ + * $Revision: 1.14 $ * - * last change: $Author: kz $ $Date: 2007-05-10 16:38:38 $ + * last change: $Author: hr $ $Date: 2007-06-27 22:18:46 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -44,9 +44,9 @@ #include <limits.h> #include <stdlib.h> // fuer getenv() -#include <debug.hxx> -#include <fsys.hxx> -#include <stream.hxx> +#include <tools/debug.hxx> +#include <tools/fsys.hxx> +#include <tools/stream.hxx> #include <vos/mutex.hxx> #include <osl/thread.h> // osl_getThreadTextEncoding diff --git a/tools/source/string/strucvt.cxx b/tools/source/string/strucvt.cxx index 8a337e02e970..c524304ee9a7 100644 --- a/tools/source/string/strucvt.cxx +++ b/tools/source/string/strucvt.cxx @@ -4,9 +4,9 @@ * * $RCSfile: strucvt.cxx,v $ * - * $Revision: 1.13 $ + * $Revision: 1.14 $ * - * last change: $Author: kz $ $Date: 2007-05-10 16:39:39 $ + * last change: $Author: hr $ $Date: 2007-06-27 22:19:35 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -179,10 +179,10 @@ UniString UniString::intern() const // ======================================================================= #ifndef _TOOLS_RC_HXX -#include <rc.hxx> +#include <tools/rc.hxx> #endif #ifndef _TOOLS_RCID_H -#include <rcid.h> +#include <tools/rcid.h> #endif UniString::UniString( const ResId& rResId ) |