diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 21:18:59 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 21:18:59 +0000 |
commit | 257eb643df6e81e62ed70e52f3534a91f45a20ab (patch) | |
tree | f5943cc7e6adc2d05c1fca9abc0bdd886ddad56c /tools | |
parent | dff1be88b75eab67989226ddd1008eebcc3f2939 (diff) |
INTEGRATION: CWS vgbugs07 (1.7.8); FILE MERGED
2007/06/06 10:20:32 vg 1.7.8.2: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01
2007/06/04 13:32:27 vg 1.7.8.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01
Diffstat (limited to 'tools')
-rw-r--r-- | tools/source/stream/strmwnt.cxx | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/tools/source/stream/strmwnt.cxx b/tools/source/stream/strmwnt.cxx index 5983df675bbc..6c500932e19c 100644 --- a/tools/source/stream/strmwnt.cxx +++ b/tools/source/stream/strmwnt.cxx @@ -4,9 +4,9 @@ * * $RCSfile: strmwnt.cxx,v $ * - * $Revision: 1.7 $ + * $Revision: 1.8 $ * - * last change: $Author: kz $ $Date: 2007-05-10 16:38:49 $ + * last change: $Author: hr $ $Date: 2007-06-27 22:18:59 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -42,11 +42,11 @@ #include <string.h> #include <limits.h> -#include <svwin.h> +#include <tools/svwin.h> -#include <debug.hxx> -#include <fsys.hxx> -#include <stream.hxx> +#include <tools/debug.hxx> +#include <tools/fsys.hxx> +#include <tools/stream.hxx> // class FileBase #ifndef _OSL_FILE_HXX_ |