From bb14099a3ae636473759e0f7416723861a54050f Mon Sep 17 00:00:00 2001 From: Vladimir Glazounov Date: Tue, 15 Apr 2003 16:34:57 +0000 Subject: INTEGRATION: CWS dbgmacros1 (1.4.24); FILE MERGED 2003/04/10 08:39:22 kso 1.4.24.1: #108413# - debug macro unification. --- store/source/storcach.cxx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'store/source/storcach.cxx') diff --git a/store/source/storcach.cxx b/store/source/storcach.cxx index e41e36048772..08f22779c3b0 100644 --- a/store/source/storcach.cxx +++ b/store/source/storcach.cxx @@ -2,9 +2,9 @@ * * $RCSfile: storcach.cxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: mhu $ $Date: 2002-08-17 17:29:04 $ + * last change: $Author: vg $ $Date: 2003-04-15 17:34:57 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -59,7 +59,7 @@ * ************************************************************************/ -#define _STORE_STORCACH_CXX "$Revision: 1.4 $" +#define _STORE_STORCACH_CXX "$Revision: 1.5 $" #ifndef _SAL_TYPES_H_ #include @@ -343,10 +343,10 @@ OStorePageCache::OStorePageCache (sal_uInt16 nPages) */ OStorePageCache::~OStorePageCache (void) { -#ifdef DEBUG +#if OSL_DEBUG_LEVEL > 1 double x = hitRatio(); x = 0; -#endif /* DEBUG */ +#endif /* OSL_DEBUG_LEVEL > 1 */ for (sal_uInt16 i = 0; i < m_nSize; i++) delete m_pData[i]; -- cgit