summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/dlg/ConnectionPage.hxx
diff options
context:
space:
mode:
authorPalenik Mihály <palenik.mihaly@gmail.com>2014-08-05 11:39:31 +0200
committerDavid Tardon <dtardon@redhat.com>2014-08-05 11:06:14 +0000
commit020e283970783d53f0c8a4b88ff7ae79f6f81618 (patch)
treed68b483a83bc97d012ae2bddb8d316e7028e960b /dbaccess/source/ui/dlg/ConnectionPage.hxx
parentc05105151b730b5d1014475b7b89857bc486629f (diff)
Convert PAGE_CONNECTION to .ui
Change-Id: Id65d57b848280fee12384b4f470782a28233acd8 Reviewed-on: https://gerrit.libreoffice.org/10748 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
Diffstat (limited to 'dbaccess/source/ui/dlg/ConnectionPage.hxx')
-rw-r--r--dbaccess/source/ui/dlg/ConnectionPage.hxx25
1 files changed, 9 insertions, 16 deletions
diff --git a/dbaccess/source/ui/dlg/ConnectionPage.hxx b/dbaccess/source/ui/dlg/ConnectionPage.hxx
index 1a828ee95655..692d5536440f 100644
--- a/dbaccess/source/ui/dlg/ConnectionPage.hxx
+++ b/dbaccess/source/ui/dlg/ConnectionPage.hxx
@@ -35,22 +35,20 @@ namespace dbaui
class OConnectionTabPage : public OConnectionHelper
{
protected:
- // connection
- FixedLine m_aFL1;
// user authentification
- FixedLine m_aFL2;
- FixedText m_aUserNameLabel;
- Edit m_aUserName;
- CheckBox m_aPasswordRequired;
+ FixedText* m_pFL2;
+ FixedText* m_pUserNameLabel;
+ Edit* m_pUserName;
+ CheckBox* m_pPasswordRequired;
// jdbc driver
- FixedLine m_aFL3;
- FixedText m_aJavaDriverLabel;
- Edit m_aJavaDriver;
- PushButton m_aTestJavaDriver;
+ FixedText* m_pFL3;
+ FixedText* m_pJavaDriverLabel;
+ Edit* m_pJavaDriver;
+ PushButton* m_pTestJavaDriver;
// connection test
- PushButton m_aTestConnection;
+ PushButton* m_pTestConnection;
// called when the test connection button was clicked
DECL_LINK(OnTestJavaClickHdl,PushButton*);
@@ -74,11 +72,6 @@ namespace dbaui
// nControlFlags is a combination of the CBTP_xxx-constants
virtual ~OConnectionTabPage();
- // <method>OGenericAdministrationPage::fillControls</method>
- virtual void fillControls(::std::vector< ISaveValueWrapper* >& _rControlList) SAL_OVERRIDE;
- // <method>OGenericAdministrationPage::fillWindows</method>
- virtual void fillWindows(::std::vector< ISaveValueWrapper* >& _rControlList) SAL_OVERRIDE;
-
private:
/** enables the test connection button, if allowed
*/