summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2007-07-12 09:41:17 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2007-07-12 09:41:17 +0000
commitd35a4a08724231cc0696fc57776eca7461f81f1b (patch)
treec2dbc0d7970dce7db89a8c49eb852cb56cda538d
parent80f015bf7f6f687d624bf401c91da9401388edad (diff)
INTEGRATION: CWS os98 (1.10.354); FILE MERGED
2007/06/25 13:57:33 os 1.10.354.1: #i78461# remove MAC code
-rw-r--r--sw/source/core/bastyp/swcache.cxx6
1 files 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