summaryrefslogtreecommitdiff
path: root/connectivity/source/inc/TSkipDeletedSet.hxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-20 00:58:03 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-20 00:58:03 +0000
commitef87615693b98e32c6816f2a839206681c2f2c11 (patch)
treefa0a65dc496a17af0e81c7089ca9a8d5e9162ca7 /connectivity/source/inc/TSkipDeletedSet.hxx
parent3c52359f5c2fc80a8dd320246d15773a59f39fc4 (diff)
INTEGRATION: CWS warnings01 (1.5.30); FILE MERGED
2005/11/16 12:59:23 fs 1.5.30.1: #i57457# warning free code
Diffstat (limited to 'connectivity/source/inc/TSkipDeletedSet.hxx')
-rw-r--r--connectivity/source/inc/TSkipDeletedSet.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/connectivity/source/inc/TSkipDeletedSet.hxx b/connectivity/source/inc/TSkipDeletedSet.hxx
index 0ec1023a11de..cc365e26458d 100644
--- a/connectivity/source/inc/TSkipDeletedSet.hxx
+++ b/connectivity/source/inc/TSkipDeletedSet.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: TSkipDeletedSet.hxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 06:40:12 $
+ * last change: $Author: hr $ $Date: 2006-06-20 01:58:03 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -64,11 +64,11 @@ namespace connectivity
inline static void * SAL_CALL operator new( size_t nSize ) SAL_THROW( () )
{ return ::rtl_allocateMemory( nSize ); }
- inline static void * SAL_CALL operator new( size_t nSize,void* _pHint ) SAL_THROW( () )
+ inline static void * SAL_CALL operator new( size_t,void* _pHint ) SAL_THROW( () )
{ return _pHint; }
inline static void SAL_CALL operator delete( void * pMem ) SAL_THROW( () )
{ ::rtl_freeMemory( pMem ); }
- inline static void SAL_CALL operator delete( void * pMem,void* _pHint ) SAL_THROW( () )
+ inline static void SAL_CALL operator delete( void *,void* ) SAL_THROW( () )
{ }
/**