summaryrefslogtreecommitdiff
path: root/connectivity/source/inc/TKeyValue.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/TKeyValue.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/TKeyValue.hxx')
-rw-r--r--connectivity/source/inc/TKeyValue.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/connectivity/source/inc/TKeyValue.hxx b/connectivity/source/inc/TKeyValue.hxx
index 05d53adcecdb..7562f1515fb5 100644
--- a/connectivity/source/inc/TKeyValue.hxx
+++ b/connectivity/source/inc/TKeyValue.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: TKeyValue.hxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 06:39:29 $
+ * last change: $Author: hr $ $Date: 2006-06-20 01:57:52 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -56,11 +56,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( () )
{ }
static OKeyValue* createKeyValue(sal_Int32 nVal);