diff options
author | Szymon Kłos <eszkadev@gmail.com> | 2014-07-29 12:47:04 +0200 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2014-07-29 11:46:44 +0000 |
commit | 8ea2d6b073ae283af3e7709862a23e5e39e87819 (patch) | |
tree | ba18301b7aa324721bef3b469033cbd38adaca7f /dbaccess/source/ui/dlg/DBSetupConnectionPages.hxx | |
parent | c67d6b2a57f6e95395515fe695709590af109397 (diff) |
PAGE_DBWIZARD_MYSQL_INTRO and PAGE_DBWIZARD_SPREADSHEET conversion to .ui
Change-Id: I5d14fc4bd051c37802c0689d55d8557e26312a5d
Reviewed-on: https://gerrit.libreoffice.org/10606
Reviewed-by: David Tardon <dtardon@redhat.com>
Tested-by: David Tardon <dtardon@redhat.com>
Diffstat (limited to 'dbaccess/source/ui/dlg/DBSetupConnectionPages.hxx')
-rw-r--r-- | dbaccess/source/ui/dlg/DBSetupConnectionPages.hxx | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/dbaccess/source/ui/dlg/DBSetupConnectionPages.hxx b/dbaccess/source/ui/dlg/DBSetupConnectionPages.hxx index a8c3d7c65a5a..36621f295363 100644 --- a/dbaccess/source/ui/dlg/DBSetupConnectionPages.hxx +++ b/dbaccess/source/ui/dlg/DBSetupConnectionPages.hxx @@ -44,7 +44,7 @@ namespace dbaui OSpreadSheetConnectionPageSetup(Window* pParent, const SfxItemSet& _rCoreAttrs); protected: - CheckBox m_aCBPasswordrequired; + CheckBox *m_pPasswordrequired; virtual ~OSpreadSheetConnectionPageSetup(); protected: @@ -221,12 +221,9 @@ namespace dbaui virtual ~OMySQLIntroPageSetup(); private: - RadioButton m_aRB_ODBCDatabase; - RadioButton m_aRB_JDBCDatabase; - RadioButton m_aRB_NATIVEDatabase; - FixedText m_aFT_ConnectionMode; - FixedText m_aFT_Helptext; - FixedText m_aFT_Headertext; + RadioButton *m_pODBCDatabase; + RadioButton *m_pJDBCDatabase; + RadioButton *m_pNATIVEDatabase; DECL_LINK(OnSetupModeSelected, RadioButton*); |