summaryrefslogtreecommitdiff
path: root/store
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2006-08-24 09:41:41 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2006-08-24 09:41:41 +0000
commit74c28a0328dd8e927970c2dd69ea6049797771a0 (patch)
tree9f7384a5dcf4e36a522120e7e039fd7311651b63 /store
parent0e47f7736e56cbbd96ea7aed0d2361cb09e130f4 (diff)
INTEGRATION: CWS sb56 (1.7.2); FILE MERGED
2006/07/07 09:18:28 sb 1.7.2.1: #i67105# Made code compile (warning-free) with debug=x.
Diffstat (limited to 'store')
-rw-r--r--store/source/memlckb.cxx14
1 files changed, 2 insertions, 12 deletions
diff --git a/store/source/memlckb.cxx b/store/source/memlckb.cxx
index b1242ea2ad61..fd7d170e6ed6 100644
--- a/store/source/memlckb.cxx
+++ b/store/source/memlckb.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: memlckb.cxx,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: hr $ $Date: 2006-06-20 00:32:37 $
+ * last change: $Author: ihi $ $Date: 2006-08-24 10:41:41 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -77,9 +77,6 @@ using namespace store;
* OMemoryLockBytes internals.
*
*======================================================================*/
-#if OSL_DEBUG_LEVEL > 1
-#define inline static
-#endif /* OSL_DEBUG_LEVEL 1 */
/*
* __store_memcpy.
@@ -97,13 +94,6 @@ inline void __store_memset (void * dst, int val, sal_uInt32 n)
::memset (dst, val, n);
}
-#if OSL_DEBUG_LEVEL > 1
-#ifdef inline
-#undef inline
-#endif
-#define inline
-#endif /* OSL_DEBUG_LEVEL > 1 */
-
/*========================================================================
*
* OMemoryLockBytes_Impl interface.