User: hr Date: 06/06/19 18:57:43 Modified: /dba/connectivity/source/inc/ OTypeInfo.hxx
Log: INTEGRATION: CWS warnings01 (1.5.30); FILE MERGED 2005/11/16 12:59:22 fs 1.5.30.2: #i57457# warning free code 2005/11/07 14:44:06 fs 1.5.30.1: #i57457# warning-free code File Changes: Directory: /dba/connectivity/source/inc/ ======================================== File [changed]: OTypeInfo.hxx Url: http://dba.openoffice.org/source/browse/dba/connectivity/source/inc/OTypeInfo.hxx?r1=1.5&r2=1.6 Delta lines: +13 -13 --------------------- --- OTypeInfo.hxx 8 Sep 2005 06:38:14 -0000 1.5 +++ OTypeInfo.hxx 20 Jun 2006 01:57:41 -0000 1.6 @@ -71,25 +71,25 @@ bEmpty_2 : 1; OTypeInfo() - :bCurrency(sal_False) - ,bAutoIncrement(sal_False) - ,bNullable(sal_True) - ,bCaseSensitive(sal_False) - ,bUnsigned(sal_False) + :nPrecision(0) ,nMaximumScale(0) ,nMinimumScale(0) ,nType( ::com::sun::star::sdbc::DataType::OTHER) - ,nPrecision(0) ,nSearchType( ::com::sun::star::sdbc::ColumnSearch::FULL) + ,bCurrency(sal_False) + ,bAutoIncrement(sal_False) + ,bNullable(sal_True) + ,bCaseSensitive(sal_False) + ,bUnsigned(sal_False) {} 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 /*nSize*/,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 * /*pMem*/,void* /*_pHint*/ ) SAL_THROW( () ) { } sal_Bool operator == (const OTypeInfo& lh) const { return lh.nType == nType; } --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
