diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2004-01-06 12:47:28 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2004-01-06 12:47:28 +0000 |
commit | 49ee78ebd4f143afffc208aa2b1cc735a7906625 (patch) | |
tree | 85ea0edc972d8bd4e431cde33e2c1eba3939e776 /vcl | |
parent | df28b5f7d34f0e893f151d0409f647e19bd54876 (diff) |
INTEGRATION: CWS vclcleanup02 (1.1.1.1.386); FILE MERGED
2003/12/17 16:04:43 mt 1.1.1.1.386.2: #i23061# header cleanup, remove #ifdef ???_CXX and #define ???_CXX, also removed .impl files and fixed soke windows compiler warnings
2003/12/16 18:15:20 mt 1.1.1.1.386.1: #i23061# And more cleanups...
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/source/gdi/mapmod.cxx | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/vcl/source/gdi/mapmod.cxx b/vcl/source/gdi/mapmod.cxx index 5690e1c7cf0f..96225a936f2c 100644 --- a/vcl/source/gdi/mapmod.cxx +++ b/vcl/source/gdi/mapmod.cxx @@ -2,9 +2,9 @@ * * $RCSfile: mapmod.cxx,v $ * - * $Revision: 1.1.1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: hr $ $Date: 2000-09-18 17:05:38 $ + * last change: $Author: vg $ $Date: 2004-01-06 13:47:28 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -59,8 +59,6 @@ * ************************************************************************/ -#define _SV_MAPMOD_CXX - #ifndef _STREAM_HXX #include <tools/stream.hxx> #endif @@ -137,12 +135,7 @@ SvStream& operator<<( SvStream& rOStm, const ImplMapMode& rImplMapMode ) static ImplMapMode* ImplGetStaticMapMode( MapUnit eUnit ) { - // Achtung: Ganz fies und dreckig !!! -#ifdef WIN - static long _near aStaticImplMapModeAry[(MAP_LASTENUMDUMMY)*sizeof(ImplMapMode)/sizeof(long)]; -#else static long aStaticImplMapModeAry[(MAP_LASTENUMDUMMY)*sizeof(ImplMapMode)/sizeof(long)]; -#endif ImplMapMode* pImplMapMode = ((ImplMapMode*)aStaticImplMapModeAry)+eUnit; if ( !pImplMapMode->mbSimple ) |