diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2004-01-06 12:41:07 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2004-01-06 12:41:07 +0000 |
commit | 280b16dc2878274c1aacd1eec1ea62f785d56b18 (patch) | |
tree | e29f8b3cc38afdcfa31a2d386a4ebaf11fbaac62 /vcl/source/gdi/image.cxx | |
parent | 4498fd9173bc2f22ac09c6bb3cc9cd9bea15622a (diff) |
INTEGRATION: CWS vclcleanup02 (1.8.228); FILE MERGED
2003/12/17 16:04:28 mt 1.8.228.2: #i23061# header cleanup, remove #ifdef ???_CXX and #define ???_CXX, also removed .impl files and fixed soke windows compiler warnings
2003/12/10 15:59:22 mt 1.8.228.1: #i23061# VCL cleanup, removed headers, methods and types...
Diffstat (limited to 'vcl/source/gdi/image.cxx')
-rw-r--r-- | vcl/source/gdi/image.cxx | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/vcl/source/gdi/image.cxx b/vcl/source/gdi/image.cxx index 1d20876c2f6c..8d06142ffe59 100644 --- a/vcl/source/gdi/image.cxx +++ b/vcl/source/gdi/image.cxx @@ -2,9 +2,9 @@ * * $RCSfile: image.cxx,v $ * - * $Revision: 1.8 $ + * $Revision: 1.9 $ * - * last change: $Author: hr $ $Date: 2003-03-27 17:57:57 $ + * last change: $Author: vg $ $Date: 2004-01-06 13:41:07 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -61,8 +61,6 @@ #include <string.h> -#define _SV_IMAGE_CXX - #ifndef _DEBUG_HXX #include <tools/debug.hxx> #endif @@ -71,13 +69,13 @@ #endif #ifndef _SV_RC_H -#include <rc.h> +#include <tools/rc.h> #endif -#ifndef _SV_RC_HXX -#include <rc.hxx> +#ifndef _TOOLS_RC_HXX +#include <tools/rc.hxx> #endif #ifndef _SV_RESMGR_HXX -#include <resmgr.hxx> +#include <tools/resmgr.hxx> #endif #ifndef _SV_SETTINGS_HXX #include <settings.hxx> |