From 7732f1e9d0de872e8c4dd9e33ae107c4b64f2755 Mon Sep 17 00:00:00 2001 From: Kurt Zenker Date: Thu, 10 May 2007 09:19:39 +0000 Subject: INTEGRATION: CWS dba23a (1.74.60); FILE MERGED 2007/03/20 08:10:30 fs 1.74.60.2: RESYNC: (1.74-1.75); FILE MERGED 2007/02/26 11:48:10 fs 1.74.60.1: remove unused code Issue number: #i74804# Submitted by: jnavrati@openoffice.org Reviewed by: frank.schoenheit@sun.com --- dbaccess/source/ui/browser/genericcontroller.cxx | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) (limited to 'dbaccess/source/ui/browser/genericcontroller.cxx') diff --git a/dbaccess/source/ui/browser/genericcontroller.cxx b/dbaccess/source/ui/browser/genericcontroller.cxx index be0ea9c2260b..be469c8f7f9e 100644 --- a/dbaccess/source/ui/browser/genericcontroller.cxx +++ b/dbaccess/source/ui/browser/genericcontroller.cxx @@ -4,9 +4,9 @@ * * $RCSfile: genericcontroller.cxx,v $ * - * $Revision: 1.75 $ + * $Revision: 1.76 $ * - * last change: $Author: rt $ $Date: 2007-01-29 15:47:50 $ + * last change: $Author: kz $ $Date: 2007-05-10 10:19:39 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -990,13 +990,6 @@ Reference< XConnection > OGenericUnoController::connect( return xConnection; } -// ----------------------------------------------------------------------------- -Reference OGenericUnoController::connect(const ::rtl::OUString& _rDataSourceName, sal_Bool _bStartListening) -{ - const ::rtl::OUString sNoContext; - return connect( _rDataSourceName, sNoContext, sNoContext, _bStartListening ); -} - // ----------------------------------------------------------------------------- Reference< XConnection > OGenericUnoController::connect( const ::rtl::OUString& _rDataSourceName, const ::rtl::OUString& _rContextInformation, -- cgit