diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 21:08:17 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 21:08:17 +0000 |
commit | a65696fa70ffcce3c4a5301c55a771b70ba15e84 (patch) | |
tree | dae067638876468bea1257f52d6a6e2ee32aeeb8 /tools | |
parent | d285898379730364439e64168171a23d279eb803 (diff) |
INTEGRATION: CWS vgbugs07 (1.4.54); FILE MERGED
2007/06/04 13:32:23 vg 1.4.54.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01
Diffstat (limited to 'tools')
-rw-r--r-- | tools/inc/impcont.hxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tools/inc/impcont.hxx b/tools/inc/impcont.hxx index 9e7690a394b0..ccab254ee535 100644 --- a/tools/inc/impcont.hxx +++ b/tools/inc/impcont.hxx @@ -4,9 +4,9 @@ * * $RCSfile: impcont.hxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: vg $ $Date: 2006-11-21 17:46:12 $ + * last change: $Author: hr $ $Date: 2007-06-27 22:08:17 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -37,11 +37,11 @@ #define _IMPCONT_HXX #ifndef _TOOLS_H -#include <tools.h> +#include <tools/tools.h> #endif #ifndef _CONTNR_HXX -#include <contnr.hxx> +#include <tools/contnr.hxx> #endif typedef void* PVOID; |