summaryrefslogtreecommitdiff
path: root/vcl/source/gdi/mapmod.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/source/gdi/mapmod.cxx')
-rw-r--r--vcl/source/gdi/mapmod.cxx11
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 )