From d35a4a08724231cc0696fc57776eca7461f81f1b Mon Sep 17 00:00:00 2001 From: Ivo Hinkelmann Date: Thu, 12 Jul 2007 09:41:17 +0000 Subject: INTEGRATION: CWS os98 (1.10.354); FILE MERGED 2007/06/25 13:57:33 os 1.10.354.1: #i78461# remove MAC code --- sw/source/core/bastyp/swcache.cxx | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/sw/source/core/bastyp/swcache.cxx b/sw/source/core/bastyp/swcache.cxx index 60687b0ce2dc..8f0abff34e68 100644 --- a/sw/source/core/bastyp/swcache.cxx +++ b/sw/source/core/bastyp/swcache.cxx @@ -4,9 +4,9 @@ * * $RCSfile: swcache.cxx,v $ * - * $Revision: 1.10 $ + * $Revision: 1.11 $ * - * last change: $Author: obo $ $Date: 2006-09-16 20:43:01 $ + * last change: $Author: ihi $ $Date: 2007-07-12 10:41:17 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -155,7 +155,6 @@ SwCache::SwCache( const USHORT nInitSize, const USHORT nGrowSize SwCache::~SwCache() { #if OSL_DEBUG_LEVEL > 1 -#ifndef MAC { ByteString sOut( aName ); sOut += '\n'; (( sOut += "Anzahl neuer Eintraege: " ) @@ -189,7 +188,6 @@ SwCache::~SwCache() } Check(); #endif -#endif } #endif -- cgit