summaryrefslogtreecommitdiff
path: root/store
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2003-04-15 16:34:57 +0000
committerVladimir Glazounov <vg@openoffice.org>2003-04-15 16:34:57 +0000
commitbb14099a3ae636473759e0f7416723861a54050f (patch)
treec6ca055846399ed4d21ff86870c741eabc0df478 /store
parent374bd0e35687396475b346c53d86823eb7aa296c (diff)
INTEGRATION: CWS dbgmacros1 (1.4.24); FILE MERGED
2003/04/10 08:39:22 kso 1.4.24.1: #108413# - debug macro unification.
Diffstat (limited to 'store')
-rw-r--r--store/source/storcach.cxx10
1 files changed, 5 insertions, 5 deletions
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 <sal/types.h>
@@ -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];