Tag: cws_src680_dba203c User: oj Date: 06/04/24 06:45:04 Modified: /dba/dbaccess/source/ui/misc/ RtfReader.cxx
Log: RESYNC: (1.18-1.19); FILE MERGED File Changes: Directory: /dba/dbaccess/source/ui/misc/ ======================================== File [changed]: RtfReader.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/misc/RtfReader.cxx?r1=1.18.50.1&r2=1.18.50.2 Delta lines: +6 -6 ------------------- --- RtfReader.cxx 13 Apr 2006 13:55:20 -0000 1.18.50.1 +++ RtfReader.cxx 24 Apr 2006 13:45:01 -0000 1.18.50.2 @@ -220,7 +220,7 @@ { try { - m_xResultSetUpdate->moveToInsertRow(); // sonst neue Zeile anh"angen + m_pUpdateHelper->moveToInsertRow(); // sonst neue Zeile anh"angen } catch(SQLException& e) // UpdateFehlerbehandlung @@ -264,8 +264,8 @@ insertValueIntoColumn(); m_nRowCount++; if(m_bIsAutoIncrement) // if bSetAutoIncrement then I have to set the autoincrement - m_xRowUpdate->updateInt(1,m_nRowCount); - m_xResultSetUpdate->insertRow(); + m_pUpdateHelper->updateInt(1,m_nRowCount); + m_pUpdateHelper->insertRow(); } catch(SQLException& e) ////////////////////////////////////////////////////////////////////// --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
