diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-19 12:55:30 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-19 12:55:30 +0000 |
commit | bbb68f8b6aaf06833837b95d2d3f996fa9de70a3 (patch) | |
tree | b5884def5dae9230fdbf42487aae5be8aad4a59e /tools/win | |
parent | c5130c97d013ae2d38fa06db5cbc9254a0bbd3bc (diff) |
INTEGRATION: CWS warnings01 (1.2.8); FILE MERGED
2006/02/24 14:49:17 sb 1.2.8.1: #i53898# Made code warning-free; removed dead code.
Diffstat (limited to 'tools/win')
-rw-r--r-- | tools/win/inc/parser.hxx | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/tools/win/inc/parser.hxx b/tools/win/inc/parser.hxx index c9fac4574b11..3025e730466c 100644 --- a/tools/win/inc/parser.hxx +++ b/tools/win/inc/parser.hxx @@ -4,9 +4,9 @@ * * $RCSfile: parser.hxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: rt $ $Date: 2005-09-09 14:44:37 $ + * last change: $Author: hr $ $Date: 2006-06-19 13:55:30 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -35,6 +35,8 @@ #ifndef _PARSER_HXX #define _PARSER_HXX +#if defined WNT + #include <string.hxx> #include <winshell.hxx> @@ -49,4 +51,6 @@ String GetHostNotationFromURL( const String & rURL ); CItemIDList MakeIDToken( const String &rToken ); CItemIDList ParseSpecialURL( const String & rURL ); +#endif + #endif // _PARSER_HXX |