summaryrefslogtreecommitdiff
path: root/store
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2003-04-15 16:34:36 +0000
committerVladimir Glazounov <vg@openoffice.org>2003-04-15 16:34:36 +0000
commit77d640c328b38f81c71c78e54f1e681fef1d41a0 (patch)
tree0dd1364879e78c736dbd8ba4a6feea61d938136d /store
parent841d904b04b4c07a703fbdb6e24129940938aacc (diff)
INTEGRATION: CWS dbgmacros1 (1.9.4.1.10); FILE MERGED
2003/04/10 08:39:21 kso 1.9.4.1.10.1: #108413# - debug macro unification.
Diffstat (limited to 'store')
-rw-r--r--store/source/filelckb.cxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/store/source/filelckb.cxx b/store/source/filelckb.cxx
index 51bec8de1753..67455f86d911 100644
--- a/store/source/filelckb.cxx
+++ b/store/source/filelckb.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: filelckb.cxx,v $
*
- * $Revision: 1.11 $
+ * $Revision: 1.12 $
*
- * last change: $Author: hr $ $Date: 2003-03-27 14:06:30 $
+ * last change: $Author: vg $ $Date: 2003-04-15 17:34:36 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -112,9 +112,9 @@ using namespace store;
* OFileLockBytes internals.
*
*======================================================================*/
-#ifdef DEBUG
+#if OSL_DEBUG_LEVEL > 1
#define inline static
-#endif /* DEBUG */
+#endif /* OSL_DEBUG_LEVEL > 1 */
/*
* __store_memcpy.
@@ -168,12 +168,12 @@ static storeError __store_errnoToErrCode (sal_uInt32 nErrno)
return store_E_Unknown;
}
-#ifdef DEBUG
+#if OSL_DEBUG_LEVEL > 1
#ifdef inline
#undef inline
#endif
#define inline
-#endif /* DEBUG */
+#endif /* OSL_DEBUG_LEVEL > 1 */
/*========================================================================
*