diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2006-08-24 09:41:31 +0000 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2006-08-24 09:41:31 +0000 |
commit | 0e47f7736e56cbbd96ea7aed0d2361cb09e130f4 (patch) | |
tree | 8ab1284c45007da1fe1b6d1b63e206171994b319 /store | |
parent | 9131a4bd7e660328149aa90cf8c3cb6d89c9e3e1 (diff) |
INTEGRATION: CWS sb56 (1.14.24); FILE MERGED
2006/07/07 09:18:28 sb 1.14.24.1: #i67105# Made code compile (warning-free) with debug=x.
Diffstat (limited to 'store')
-rw-r--r-- | store/source/filelckb.cxx | 14 |
1 files changed, 2 insertions, 12 deletions
diff --git a/store/source/filelckb.cxx b/store/source/filelckb.cxx index 1343d66ba1fc..91d55ba467bc 100644 --- a/store/source/filelckb.cxx +++ b/store/source/filelckb.cxx @@ -4,9 +4,9 @@ * * $RCSfile: filelckb.cxx,v $ * - * $Revision: 1.14 $ + * $Revision: 1.15 $ * - * last change: $Author: rt $ $Date: 2005-09-08 08:40:46 $ + * last change: $Author: ihi $ $Date: 2006-08-24 10:41:31 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -86,9 +86,6 @@ using namespace store; * OFileLockBytes internals. * *======================================================================*/ -#if OSL_DEBUG_LEVEL > 1 -#define inline static -#endif /* OSL_DEBUG_LEVEL > 1 */ /* * __store_memcpy. @@ -142,13 +139,6 @@ static storeError __store_errnoToErrCode (sal_uInt32 nErrno) return store_E_Unknown; } -#if OSL_DEBUG_LEVEL > 1 -#ifdef inline -#undef inline -#endif -#define inline -#endif /* OSL_DEBUG_LEVEL > 1 */ - /*======================================================================== * * FileMapping_Impl. |