Tag: cws_src680_dba22b User: fs Date: 2006/12/09 13:49:58 Modified: dba/dbaccess/source/ui/tabledesign/TableController.cxx
Log: #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.109.6.1 Delta lines: +4 -5 ------------------- --- TableController.cxx 21 Nov 2006 17:17:16 -0000 1.109 +++ TableController.cxx 9 Dec 2006 21:49:55 -0000 1.109.6.1 @@ -4,9 +4,9 @@ * * $RCSfile: TableController.cxx,v $ * - * $Revision: 1.109 $ + * $Revision: 1.109.6.1 $ * - * last change: $Author: vg $ $Date: 2006/11/21 17:17:16 $ + * last change: $Author: fs $ $Date: 2006/12/09 21:49:55 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -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]
