User: hr Date: 06/06/19 20:33:33 Modified: /dba/dbaccess/source/ui/tabledesign/ TableRow.cxx
Log: INTEGRATION: CWS warnings01 (1.17.6); FILE MERGED 2006/03/24 15:36:31 fs 1.17.6.1: #i57457# warning-free code (unxlngi6/.pro + unxsoli4.pro) File Changes: Directory: /dba/dbaccess/source/ui/tabledesign/ =============================================== File [changed]: TableRow.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/tabledesign/TableRow.cxx?r1=1.17&r2=1.18 Delta lines: +4 -5 ------------------- --- TableRow.cxx 16 Jan 2006 15:30:55 -0000 1.17 +++ TableRow.cxx 20 Jun 2006 03:33:30 -0000 1.18 @@ -52,7 +52,7 @@ //======================================================================== // class OTableRow //======================================================================== -DBG_NAME(OTableRow); +DBG_NAME(OTableRow) //------------------------------------------------------------------------------ OTableRow::OTableRow() :m_pActFieldDescr( NULL ) @@ -73,10 +73,10 @@ m_pActFieldDescr = new OFieldDescription(xAffectedCol); } //------------------------------------------------------------------------------ -OTableRow::OTableRow( const OTableRow& rRow, long nPosition ) : - m_nPos( nPosition ) +OTableRow::OTableRow( const OTableRow& rRow, long nPosition ) + :m_pActFieldDescr(NULL) + ,m_nPos( nPosition ) ,m_bReadOnly(rRow.IsReadOnly()) - ,m_pActFieldDescr(NULL) ,m_bOwnsDescriptions(false) { DBG_CTOR(OTableRow,NULL); @@ -187,7 +187,6 @@ _rStr.ReadByteString(sValue); pFieldDesc->SetDescription(sValue); - sal_Int32 nValue; _rStr >> nValue; Any aControlDefault; switch ( nValue ) --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
