Tag: cws_src680_oj14 User: oj Date: 2006/07/04 01:12:15 Modified: dba/dbaccess/source/ui/misc/RowSetDrop.cxx
Log: RESYNC: (1.10-1.12); FILE MERGED File Changes: Directory: /dba/dbaccess/source/ui/misc/ ======================================== File [changed]: RowSetDrop.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/misc/RowSetDrop.cxx?r1=1.10.4.2&r2=1.10.4.3 Delta lines: +7 -6 ------------------- --- RowSetDrop.cxx 20 Mar 2006 07:48:42 -0000 1.10.4.2 +++ RowSetDrop.cxx 4 Jul 2006 08:12:12 -0000 1.10.4.3 @@ -54,7 +54,9 @@ #ifndef DBACCESS_SHARED_DBUSTRINGS_HRC #include "dbustrings.hrc" #endif - +#ifndef _COM_SUN_STAR_SDBC_XROWUPDATE_HPP_ +#include <com/sun/star/sdbc/XRowUpdate.hpp> +#endif #include <functional> using namespace dbaui; @@ -135,7 +137,6 @@ return FALSE; sal_Int32 nCurrentRow = 0; sal_Int32 nRowFilterIndex = 0; - sal_Int32 kk=0; sal_Bool bContinue = sal_True; if(m_aSelection.getLength()) { --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
