User: kz Date: 2008-03-06 18:22:39+0000 Modified: dba/dbaccess/source/ui/inc/UITools.hxx
Log: INTEGRATION: CWS odbmacros2 (1.32.116); FILE MERGED 2008/02/04 13:08:07 fs 1.32.116.2: RESYNC: (1.32-1.33); FILE MERGED 2007/12/19 13:25:34 fs 1.32.116.1: getDataSourceName_displayError: database context arg is not necessary File Changes: Directory: /dba/dbaccess/source/ui/inc/ ======================================= File [changed]: UITools.hxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/inc/UITools.hxx?r1=1.33&r2=1.34 Delta lines: +0 -3 ------------------- --- UITools.hxx 2008-01-30 08:47:50+0000 1.33 +++ UITools.hxx 2008-03-06 18:22:36+0000 1.34 @@ -199,8 +199,6 @@ URL will also be denoted. Yet more additionally, and other exceptions will be forwarded to a <type scope="com::sun::star::sdb">InteractionHandler</type>. - @param _rxDBContext - The database context. Must not be <NULL/> @param _rDataSourceName the URL of the database document, or the name of a registered data source @param _pErrorMessageParent @@ -212,7 +210,6 @@ */ ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XDataSource > getDataSourceByName_displayError( - const ::com::sun::star::uno::Reference< ::com::sun::star::container::XNameAccess >& _rxDBContext, const ::rtl::OUString& _rDataSourceName, Window* _pErrorMessageParent, ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory > _rxORB, --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
