From 568806027c8392fbb79c7b6442e2201d20c3d308 Mon Sep 17 00:00:00 2001 From: Jens-Heiner Rechtien Date: Wed, 27 Jun 2007 21:19:35 +0000 Subject: 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 --- tools/source/stream/strmunx.cxx | 10 +++++----- tools/source/string/strucvt.cxx | 8 ++++---- 2 files changed, 9 insertions(+), 9 deletions(-) (limited to 'tools') 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 #include // fuer getenv() -#include -#include -#include +#include +#include +#include #include #include // 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 +#include #endif #ifndef _TOOLS_RCID_H -#include +#include #endif UniString::UniString( const ResId& rResId ) -- cgit