Tag: cws_src680_oj14
User: oj      
Date: 2006/07/04 01:25:00

Modified:
   dba/dbaccess/source/ui/tabledesign/TableRow.cxx

Log:
 RESYNC: (1.17-1.18); FILE MERGED

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.16.8.1&r2=1.16.8.2
Delta lines:  +7 -8
-------------------
--- TableRow.cxx        3 Jan 2006 07:49:28 -0000       1.16.8.1
+++ TableRow.cxx        4 Jul 2006 08:24:57 -0000       1.16.8.2
@@ -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]

Reply via email to