summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/dlg/ConnectionPage.hxx
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2005-01-21 16:12:00 +0000
committerKurt Zenker <kz@openoffice.org>2005-01-21 16:12:00 +0000
commit37e169c7c6a3cf8f927825327921a2341c8a2971 (patch)
treefa1b5b5ffca6ab7990b8075dc06c5931fbc90397 /dbaccess/source/ui/dlg/ConnectionPage.hxx
parent2fc0472f8dd93808c04131815bd079425a80266a (diff)
INTEGRATION: CWS dba22 (1.3.22); FILE MERGED
2005/01/06 12:42:48 oj 1.3.22.1: #i39321# extend createConnection to return a pair now
Diffstat (limited to 'dbaccess/source/ui/dlg/ConnectionPage.hxx')
-rw-r--r--dbaccess/source/ui/dlg/ConnectionPage.hxx5
1 files changed, 2 insertions, 3 deletions
diff --git a/dbaccess/source/ui/dlg/ConnectionPage.hxx b/dbaccess/source/ui/dlg/ConnectionPage.hxx
index 38aa5eee0b51..d210b018fc71 100644
--- a/dbaccess/source/ui/dlg/ConnectionPage.hxx
+++ b/dbaccess/source/ui/dlg/ConnectionPage.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: ConnectionPage.hxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: pjunck $ $Date: 2004-10-27 12:58:19 $
+ * last change: $Author: kz $ $Date: 2005-01-21 17:12:00 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -111,7 +111,6 @@ namespace dbaui
// called when the test connection button was clicked
- DECL_LINK(OnTestConnectionClickHdl,PushButton*);
DECL_LINK(OnBrowseConnections, PushButton*);
DECL_LINK(OnTestJavaClickHdl,PushButton*);
DECL_LINK(OnEditModified,Edit*);