summaryrefslogtreecommitdiff
path: root/store
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2003-04-15 16:34:46 +0000
committerVladimir Glazounov <vg@openoffice.org>2003-04-15 16:34:46 +0000
commit374bd0e35687396475b346c53d86823eb7aa296c (patch)
tree61063cc470f778561ea2b6bf0bd6d455f88b784c /store
parent77d640c328b38f81c71c78e54f1e681fef1d41a0 (diff)
INTEGRATION: CWS dbgmacros1 (1.3.6.1.10); FILE MERGED
2003/04/10 08:39:22 kso 1.3.6.1.10.1: #108413# - debug macro unification.
Diffstat (limited to 'store')
-rw-r--r--store/source/memlckb.cxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/store/source/memlckb.cxx b/store/source/memlckb.cxx
index 8730633be39b..9c80d197bca7 100644
--- a/store/source/memlckb.cxx
+++ b/store/source/memlckb.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: memlckb.cxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: hr $ $Date: 2003-03-27 14:06:34 $
+ * last change: $Author: vg $ $Date: 2003-04-15 17:34:46 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -103,9 +103,9 @@ using namespace store;
* OMemoryLockBytes internals.
*
*======================================================================*/
-#ifdef DEBUG
+#if OSL_DEBUG_LEVEL > 1
#define inline static
-#endif /* DEBUG */
+#endif /* OSL_DEBUG_LEVEL 1 */
/*
* __store_memcpy.
@@ -123,12 +123,12 @@ inline void __store_memset (void * dst, int val, sal_uInt32 n)
::memset (dst, val, n);
}
-#ifdef DEBUG
+#if OSL_DEBUG_LEVEL > 1
#ifdef inline
#undef inline
#endif
#define inline
-#endif /* DEBUG */
+#endif /* OSL_DEBUG_LEVEL > 1 */
/*========================================================================
*