Tag: cws_src680_oj14 User: oj Date: 2007/02/20 07:52:10 Modified: dba/dbaccess/source/ui/tabledesign/TableController.cxx
Log: RESYNC: (1.109-1.110); FILE MERGED File Changes: Directory: /dba/dbaccess/source/ui/tabledesign/ =============================================== File [changed]: TableController.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/tabledesign/TableController.cxx?r1=1.99.4.5&r2=1.99.4.6 Delta lines: +1 -2 ------------------- --- TableController.cxx 18 Dec 2006 16:25:10 -0000 1.99.4.5 +++ TableController.cxx 20 Feb 2007 15:52:07 -0000 1.99.4.6 @@ -621,8 +621,7 @@ if ( xConnection.is() ) initializeConnection( xConnection ); - if ( !rArguments.getIfExists_ensureType( (::rtl::OUString)PROPERTY_CURRENTTABLE, m_sName ) ) - throw Exception(::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("Invalid argument type for CurrentTable.")),*this); + rArguments.get_ensureType( (::rtl::OUString)PROPERTY_CURRENTTABLE, m_sName ); // read autoincrement value set in the datasource ::dbaui::fillAutoIncrementValue(getDataSource(),m_bAllowAutoIncrementValue,m_sAutoIncrementValue); --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
