summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/browser/genericcontroller.cxx
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2007-05-10 09:19:39 +0000
committerKurt Zenker <kz@openoffice.org>2007-05-10 09:19:39 +0000
commit7732f1e9d0de872e8c4dd9e33ae107c4b64f2755 (patch)
tree7d6866b2819c0c13a39cea79d420ef5dd99b48e0 /dbaccess/source/ui/browser/genericcontroller.cxx
parent810cb890e22c5ba36514e8818bb57054c8d514dd (diff)
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
Diffstat (limited to 'dbaccess/source/ui/browser/genericcontroller.cxx')
-rw-r--r--dbaccess/source/ui/browser/genericcontroller.cxx11
1 files changed, 2 insertions, 9 deletions
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.
@@ -991,13 +991,6 @@ Reference< XConnection > OGenericUnoController::connect(
return xConnection;
}
// -----------------------------------------------------------------------------
-Reference<XConnection> 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,
const ::rtl::OUString& _rContextDetails, sal_Bool _bStartListening )