From ef4776458c65ab34208c8146344b37c46ba662ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=BCdiger=20Timm?= Date: Tue, 24 Jul 2007 11:09:55 +0000 Subject: [PATCH] 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 --- dbaccess/source/ui/inc/unodatbr.hxx | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/dbaccess/source/ui/inc/unodatbr.hxx b/dbaccess/source/ui/inc/unodatbr.hxx index caf8e386d3a5..7a5596e06f96 100644 --- a/dbaccess/source/ui/inc/unodatbr.hxx +++ b/dbaccess/source/ui/inc/unodatbr.hxx @@ -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;