diff options
Diffstat (limited to 'dbaccess/source/ui/dlg/ConnectionPage.hxx')
-rw-r--r-- | dbaccess/source/ui/dlg/ConnectionPage.hxx | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/dbaccess/source/ui/dlg/ConnectionPage.hxx b/dbaccess/source/ui/dlg/ConnectionPage.hxx index 4c81b1d1f6e3..040477107d9f 100644 --- a/dbaccess/source/ui/dlg/ConnectionPage.hxx +++ b/dbaccess/source/ui/dlg/ConnectionPage.hxx @@ -25,14 +25,10 @@ #include <ucbhelper/content.hxx> #include "curledit.hxx" -//......................................................................... namespace dbaui { -//......................................................................... - //========================================================================= - //= OConnectionTabPage - //========================================================================= + // OConnectionTabPage /** implements the connection page of the data source properties dialog. */ @@ -56,7 +52,6 @@ namespace dbaui // connection test PushButton m_aTestConnection; - // called when the test connection button was clicked DECL_LINK(OnTestJavaClickHdl,PushButton*); DECL_LINK(OnEditModified,Edit*); @@ -89,9 +84,7 @@ namespace dbaui */ virtual bool checkTestConnection(); }; -//......................................................................... } // namespace dbaui -//......................................................................... #endif // _DBAUI_DETAILPAGES_HXX_ |