User: vg Date: 2007/01/15 06:37:31 Modified: dba/dbaccess/source/ui/tabledesign/TableController.cxx
Log: INTEGRATION: CWS dba22b (1.109.6); FILE MERGED 2006/12/09 21:49:55 fs 1.109.6.1: #i72428# NamedValueCollection API changes 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.109&r2=1.110 Delta lines: +1 -2 ------------------- --- TableController.cxx 21 Nov 2006 17:17:16 -0000 1.109 +++ TableController.cxx 15 Jan 2007 14:37:28 -0000 1.110 @@ -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]
