Tag: cws_src680_dba23b User: fs Date: 2007-07-08 20:34:50+0000 Modified: dba/dbaccess/source/ui/inc/datasourceconnector.hxx
Log: during #i65812#: context details not used File Changes: Directory: /dba/dbaccess/source/ui/inc/ ======================================= File [changed]: datasourceconnector.hxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/inc/datasourceconnector.hxx?r1=1.5&r2=1.5.282.1 Delta lines: +4 -6 ------------------- --- datasourceconnector.hxx 2005-09-08 15:46:48+0000 1.5 +++ datasourceconnector.hxx 2007-07-08 20:34:47+0000 1.5.282.1 @@ -4,9 +4,9 @@ * * $RCSfile: datasourceconnector.hxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.5.282.1 $ * - * last change: $Author: rt $ $Date: 2005/09/08 15:46:48 $ + * last change: $Author: fs $ $Date: 2007/07/08 20:34:47 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -67,7 +67,6 @@ ::com::sun::star::uno::Reference< ::com::sun::star::container::XNameAccess > m_xDatabaseContext; ::rtl::OUString m_sContextInformation; - ::rtl::OUString m_sContextDetails; public: ODatasourceConnector( @@ -77,8 +76,7 @@ ODatasourceConnector( const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory >& _rxORB, Window* _pMessageParent, - const ::rtl::OUString& _rContextInformation, - const ::rtl::OUString& _rContextDetails = ::rtl::OUString() + const ::rtl::OUString& _rContextInformation ); /// returns <TRUE/> if the object is able to create data source connections --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
