User: hr Date: 06/04/19 06:22:53 Modified: /dba/dbaccess/source/ui/misc/ RowSetDrop.cxx
Log: INTEGRATION: CWS oj17 (1.10.96); FILE MERGED 2006/03/09 07:47:16 oj 1.10.96.1: #i62561# use a prepared statement when the rowset can not be used for insertion 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&r2=1.11 Delta lines: +4 -2 ------------------- --- RowSetDrop.cxx 23 Sep 2005 12:37:02 -0000 1.10 +++ RowSetDrop.cxx 19 Apr 2006 13:22:50 -0000 1.11 @@ -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; --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
