diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 21:19:48 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 21:19:48 +0000 |
commit | 1b14b3df6fa02da18c2a187d0766f30fa0eb2c1c (patch) | |
tree | e3a9e71498acd7acb655576e6f9ee79dc43b284d /tools | |
parent | 568806027c8392fbb79c7b6442e2201d20c3d308 (diff) |
INTEGRATION: CWS vgbugs07 (1.3.90); FILE MERGED
2007/06/04 13:32:27 vg 1.3.90.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01
Diffstat (limited to 'tools')
-rw-r--r-- | tools/source/stream/vcompat.cxx | 8 | ||||
-rw-r--r-- | tools/source/string/tenccvt.cxx | 6 |
2 files changed, 7 insertions, 7 deletions
diff --git a/tools/source/stream/vcompat.cxx b/tools/source/stream/vcompat.cxx index 9d7ea8f997c0..05f48b0b35fe 100644 --- a/tools/source/stream/vcompat.cxx +++ b/tools/source/stream/vcompat.cxx @@ -4,9 +4,9 @@ * * $RCSfile: vcompat.cxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: obo $ $Date: 2006-09-17 01:02:29 $ + * last change: $Author: hr $ $Date: 2007-06-27 22:19:11 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -39,10 +39,10 @@ #define _VCOMPAT_CXX #ifndef _STREAM_HXX -#include "stream.hxx" +#include <tools/stream.hxx> #endif #ifndef _VCOMPAT_HXX -#include "vcompat.hxx" +#include <tools/vcompat.hxx> #endif // ----------------- diff --git a/tools/source/string/tenccvt.cxx b/tools/source/string/tenccvt.cxx index 1af6b6831c5b..594f32effecb 100644 --- a/tools/source/string/tenccvt.cxx +++ b/tools/source/string/tenccvt.cxx @@ -4,9 +4,9 @@ * * $RCSfile: tenccvt.cxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: obo $ $Date: 2006-09-17 01:04:25 $ + * last change: $Author: hr $ $Date: 2007-06-27 22:19:48 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -40,7 +40,7 @@ #include <rtl/tencinfo.h> #endif #ifndef _TOOLS_TENCCVT_HXX -#include <tenccvt.hxx> +#include <tools/tenccvt.hxx> #endif // ======================================================================= |