User: hr      
Date: 06/06/19 18:58:05

Modified:
 /dba/connectivity/source/inc/
  TSkipDeletedSet.hxx

Log:
 INTEGRATION: CWS warnings01 (1.5.30); FILE MERGED
 2005/11/16 12:59:23 fs 1.5.30.1: #i57457# warning free code

File Changes:

Directory: /dba/connectivity/source/inc/
========================================

File [changed]: TSkipDeletedSet.hxx
Url: 
http://dba.openoffice.org/source/browse/dba/connectivity/source/inc/TSkipDeletedSet.hxx?r1=1.5&r2=1.6
Delta lines:  +6 -6
-------------------
--- TSkipDeletedSet.hxx 8 Sep 2005 06:40:12 -0000       1.5
+++ TSkipDeletedSet.hxx 20 Jun 2006 01:58:03 -0000      1.6
@@ -64,11 +64,11 @@
 
                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( () )
                        {  }
 
                /**




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to