summaryrefslogtreecommitdiff
path: root/store
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 23:32:37 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 23:32:37 +0000
commit8ddc3751a322136651e3aa45002914c55ca0de13 (patch)
treee23cd9189fab8a1242aabbb93a72c13427a35b5f /store
parent5d170010edac8863acc2d871e1a0b94d920b15fa (diff)
INTEGRATION: CWS warnings01 (1.5.88); FILE MERGED
2005/09/22 21:56:55 sb 1.5.88.2: RESYNC: (1.5-1.6); FILE MERGED 2005/09/02 16:30:31 sb 1.5.88.1: #i53898# Made code warning-free.
Diffstat (limited to 'store')
-rw-r--r--store/source/memlckb.cxx10
1 files changed, 4 insertions, 6 deletions
diff --git a/store/source/memlckb.cxx b/store/source/memlckb.cxx
index c84c34535..b1242ea2a 100644
--- a/store/source/memlckb.cxx
+++ b/store/source/memlckb.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: memlckb.cxx,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 08:42:56 $
+ * last change: $Author: hr $ $Date: 2006-06-20 00:32:37 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -355,8 +355,7 @@ storeError OMemoryLockBytes::stat (sal_uInt32 &rnSize)
/*
* lockRange.
*/
-storeError OMemoryLockBytes::lockRange (
- sal_uInt32 nOffset, sal_uInt32 nBytes)
+storeError OMemoryLockBytes::lockRange (sal_uInt32, sal_uInt32)
{
// Acquire exclusive access.
osl::MutexGuard aGuard (m_aMutex);
@@ -366,8 +365,7 @@ storeError OMemoryLockBytes::lockRange (
/*
* unlockRange.
*/
-storeError OMemoryLockBytes::unlockRange (
- sal_uInt32 nOffset, sal_uInt32 nBytes)
+storeError OMemoryLockBytes::unlockRange (sal_uInt32, sal_uInt32)
{
// Acquire exclusive access.
osl::MutexGuard aGuard (m_aMutex);