diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 21:21:33 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 21:21:33 +0000 |
commit | 4973fba7ed244930418ad6e4ee3977015ae86179 (patch) | |
tree | 62ab56cc0672d38463eb2d3ac67b1920b27273fe /tools | |
parent | df7b963fd27a8f9759681a6eb9edc0e92dd29de6 (diff) |
INTEGRATION: CWS vgbugs07 (1.3.132); FILE MERGED
2007/06/19 10:17:29 vg 1.3.132.2: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01
2007/06/04 13:32:28 vg 1.3.132.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01
Diffstat (limited to 'tools')
-rw-r--r-- | tools/win/inc/winshell.hxx | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/tools/win/inc/winshell.hxx b/tools/win/inc/winshell.hxx index 24e00db58633..98749fb97b87 100644 --- a/tools/win/inc/winshell.hxx +++ b/tools/win/inc/winshell.hxx @@ -4,9 +4,9 @@ * * $RCSfile: winshell.hxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: hr $ $Date: 2006-06-19 13:56:22 $ + * last change: $Author: hr $ $Date: 2007-06-27 22:21:33 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -38,11 +38,11 @@ #if defined WNT -#include <prewin.h> +#include <tools/prewin.h> #include "shutil.h" -#include <postwin.h> +#include <tools/postwin.h> -#include <string.hxx> +#include <tools/string.hxx> //---------------------------------------------------------------------------- // CItemIDList |