INTEGRATION: CWS dba23b (1.68.14); FILE MERGED

2007/06/28 09:04:04 fs 1.68.14.1: #i78362# don't register the data source browser as controller for all opened database connections
This commit is contained in:
Rüdiger Timm 2007-07-24 11:09:55 +00:00
parent 2e71587d23
commit ef4776458c

View file

@ -4,9 +4,9 @@
*
* $RCSfile: unodatbr.hxx,v $
*
* $Revision: 1.68 $
* $Revision: 1.69 $
*
* last change: $Author: kz $ $Date: 2007-05-10 10:34:04 $
* last change: $Author: rt $ $Date: 2007-07-24 12:09:55 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@ -465,10 +465,6 @@ namespace dbaui
bool impl_isDataSourceEntry( SvLBoxEntry* _pEntry ) const;
#endif
/// retrieves the database document to which a given connection belongs
::com::sun::star::uno::Reference< ::com::sun::star::frame::XModel >
impl_nf_getDBDocumentForConnection( const ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XConnection >& _rxConnection );
/// retrieves the data source URL/name for the given entry representing a data source
String getDataSourceAcessor( SvLBoxEntry* _pDataSourceEntry ) const;