diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 21:21:10 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 21:21:10 +0000 |
commit | 7ab7d78f823d96f6c56ddb9c9dd47dd7ea7bcf12 (patch) | |
tree | e5ddcfd14ee2c1ac5b79ff4a79f32b6cd9a1e130 /tools | |
parent | 3599087dd041bb48997b8a4ff3e65fb8ee388d13 (diff) |
INTEGRATION: CWS vgbugs07 (1.3.132); FILE MERGED
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/parser.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/win/inc/parser.hxx b/tools/win/inc/parser.hxx index 3025e730466c..18dc3bcdc370 100644 --- a/tools/win/inc/parser.hxx +++ b/tools/win/inc/parser.hxx @@ -4,9 +4,9 @@ * * $RCSfile: parser.hxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: hr $ $Date: 2006-06-19 13:55:30 $ + * last change: $Author: hr $ $Date: 2007-06-27 22:21:10 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -37,7 +37,7 @@ #if defined WNT -#include <string.hxx> +#include <tools/string.hxx> #include <winshell.hxx> void * NewBinaryFromString( const String & rBinStr ); |