diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 21:22:35 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 21:22:35 +0000 |
commit | 9a04c4610eeacc539c2c3a9701297e4b7e401a99 (patch) | |
tree | 3cab1d06e50771694ca50861a55b408c1bef9f89 /tools | |
parent | c809a8728c3be9eab44cef7d768d1fb325028bf7 (diff) |
INTEGRATION: CWS vgbugs07 (1.36.90); FILE MERGED
2007/06/04 13:32:29 vg 1.36.90.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01
Diffstat (limited to 'tools')
-rw-r--r-- | tools/workben/urltest.cxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tools/workben/urltest.cxx b/tools/workben/urltest.cxx index 82e9f545f99a..310c08093514 100644 --- a/tools/workben/urltest.cxx +++ b/tools/workben/urltest.cxx @@ -4,9 +4,9 @@ * * $RCSfile: urltest.cxx,v $ * - * $Revision: 1.36 $ + * $Revision: 1.37 $ * - * last change: $Author: obo $ $Date: 2006-09-17 01:10:18 $ + * last change: $Author: hr $ $Date: 2007-06-27 22:22:35 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -37,10 +37,10 @@ #include "precompiled_tools.hxx" #ifndef TOOLS_INETMIME_HXX -#include "inetmime.hxx" +#include <tools/inetmime.hxx> #endif #ifndef _URLOBJ_HXX -#include "urlobj.hxx" +#include <tools/urlobj.hxx> #endif #ifndef _COM_SUN_STAR_UTIL_XSTRINGWIDTH_HPP_ |