diff options
author | Rüdiger Timm <rt@openoffice.org> | 2007-07-03 13:01:24 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2007-07-03 13:01:24 +0000 |
commit | 93bf30c071164e5a57336136a011ea494d67abe0 (patch) | |
tree | 7f888a0f594f2682296c8acc41ec82089e2c4a71 /rsc/source/tools/rsctools.cxx | |
parent | fe7ec1f80b1eeb4e07d723faf00b5052e165e81d (diff) |
INTEGRATION: CWS vcl79 (1.15.26); FILE MERGED
2007/06/18 13:13:51 pl 1.15.26.1: #i78468# remove old MAC
Diffstat (limited to 'rsc/source/tools/rsctools.cxx')
-rw-r--r-- | rsc/source/tools/rsctools.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/rsc/source/tools/rsctools.cxx b/rsc/source/tools/rsctools.cxx index 8757498f78ba..387e6a444ba8 100644 --- a/rsc/source/tools/rsctools.cxx +++ b/rsc/source/tools/rsctools.cxx @@ -4,9 +4,9 @@ * * $RCSfile: rsctools.cxx,v $ * - * $Revision: 1.15 $ + * $Revision: 1.16 $ * - * last change: $Author: obo $ $Date: 2006-09-17 16:04:21 $ + * last change: $Author: rt $ $Date: 2007-07-03 14:01:24 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -63,7 +63,7 @@ #include <rtl/alloc.h> #include <rtl/memory.h> -#if defined (WIN) || defined (MAC) +#if defined (WIN) #define ONLY_NEW #endif |