diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 21:13:02 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 21:13:02 +0000 |
commit | 8e02f176fe8d7624451a387edd096970e29f8559 (patch) | |
tree | 0f8a47cd56312fac7bd8c7249ab71205b995d5ce /tools | |
parent | 52c42ad3cd3fa05a30f91ba0ca7f10943d68a800 (diff) |
INTEGRATION: CWS vgbugs07 (1.12.8); FILE MERGED
2007/06/04 13:32:25 vg 1.12.8.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01
Diffstat (limited to 'tools')
-rw-r--r-- | tools/source/generic/color.cxx | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/tools/source/generic/color.cxx b/tools/source/generic/color.cxx index 7363ccf994c9..f8d03e117ca2 100644 --- a/tools/source/generic/color.cxx +++ b/tools/source/generic/color.cxx @@ -4,9 +4,9 @@ * * $RCSfile: color.cxx,v $ * - * $Revision: 1.12 $ + * $Revision: 1.13 $ * - * last change: $Author: rt $ $Date: 2007-04-26 09:47:30 $ + * last change: $Author: hr $ $Date: 2007-06-27 22:13:02 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -43,25 +43,25 @@ #endif #ifndef _TOOLS_COLOR_HXX -#include <color.hxx> +#include <tools/color.hxx> #endif #ifndef _TOOLS_DEBUG_HXX -#include <debug.hxx> +#include <tools/debug.hxx> #endif #ifndef _STREAM_HXX -#include <stream.hxx> +#include <tools/stream.hxx> #endif #ifndef _TOOLS_RC_HXX -#include <rc.hxx> +#include <tools/rc.hxx> #endif #ifndef _TOOLS_RCID_H -#include <rcid.h> +#include <tools/rcid.h> #endif #ifndef _TOOLS_RESID_HXX -#include <resid.hxx> +#include <tools/resid.hxx> #endif #ifndef _SV_RC_H -#include <rc.h> +#include <tools/rc.h> #endif // ----------- |