diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2004-01-06 13:49:37 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2004-01-06 13:49:37 +0000 |
commit | ff87695a70027e6d90f215ac9f8a4bc76439349c (patch) | |
tree | 353099616881fff43738b2258f054e48a1871ef6 /vcl | |
parent | 0463edb65d59ea1d81dc32482617f33598a02d39 (diff) |
INTEGRATION: CWS vclcleanup02 (1.10.4); FILE MERGED
2003/12/16 18:15:56 mt 1.10.4.1: #i23061# And more cleanups...
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/win/inc/salgdi.h | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/vcl/win/inc/salgdi.h b/vcl/win/inc/salgdi.h index 89ecb383f387..4bf3bda0c273 100644 --- a/vcl/win/inc/salgdi.h +++ b/vcl/win/inc/salgdi.h @@ -2,9 +2,9 @@ * * $RCSfile: salgdi.h,v $ * - * $Revision: 1.10 $ + * $Revision: 1.11 $ * - * last change: $Author: rt $ $Date: 2003-12-01 09:58:56 $ + * last change: $Author: vg $ $Date: 2004-01-06 14:49:37 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -310,11 +310,7 @@ void ImplGetLogFontFromFontSelect( HDC hDC, // - Defines - // ----------- -#ifdef WIN -#define MAX_64KSALPOINTS ((((USHORT)0xFFFF)-4)/sizeof(POINT)) -#else #define MAX_64KSALPOINTS ((((USHORT)0xFFFF)-8)/sizeof(POINTS)) -#endif // ----------- // - Inlines - |