diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 21:14:54 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 21:14:54 +0000 |
commit | 33539961a8e1836c85ff4a5208c8edd3bb028187 (patch) | |
tree | 7005bca1aa97c39cafbda4f7d8846e8e185bcee5 /tools | |
parent | 874d9b332fc09340cb510644282df7d8362898d1 (diff) |
INTEGRATION: CWS vgbugs07 (1.6.90); FILE MERGED
2007/06/04 13:32:26 vg 1.6.90.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01
Diffstat (limited to 'tools')
-rw-r--r-- | tools/source/generic/toolsin.cxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tools/source/generic/toolsin.cxx b/tools/source/generic/toolsin.cxx index 086e4458260f..b8c7b26ffbf9 100644 --- a/tools/source/generic/toolsin.cxx +++ b/tools/source/generic/toolsin.cxx @@ -4,9 +4,9 @@ * * $RCSfile: toolsin.cxx,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: obo $ $Date: 2006-09-17 00:57:20 $ + * last change: $Author: hr $ $Date: 2007-06-27 22:14:54 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -41,11 +41,11 @@ #include <string.h> #ifndef _SHL_HXX -#include <shl.hxx> +#include <tools/shl.hxx> #endif #ifndef _DEBUG_HXX -#include <debug.hxx> +#include <tools/debug.hxx> #endif #ifndef _TOOLSIN_HXX #include <toolsin.hxx> |