Kaydet (Commit) 93ea1a09 authored tarafından Caolán McNamara's avatar Caolán McNamara

don't need to reference these widgets anymore

Change-Id: I19ce9b2c002f8f5102a2d0bd06d08a1abfa63bda
üst 8d7eba47
......@@ -485,8 +485,6 @@ namespace dbaui
// OGeneralPageWizard
OGeneralPageWizard::OGeneralPageWizard( Window* pParent, const SfxItemSet& _rItems )
:OGeneralPage( pParent, "dbaccess/ui/generalpagewizard.ui", _rItems )
,m_pFT_HeaderText ( NULL )
,m_pFT_HelpText ( NULL )
,m_pRB_CreateDatabase ( NULL )
,m_pRB_OpenExistingDatabase ( NULL )
,m_pRB_ConnectDatabase ( NULL )
......@@ -498,8 +496,6 @@ namespace dbaui
,m_eOriginalCreationMode ( eCreateNew )
,m_bInitEmbeddedDBList ( true )
{
get( m_pFT_HeaderText, "headerText" );
get( m_pFT_HelpText, "helpText" );
get( m_pRB_CreateDatabase, "createDatabase" );
get( m_pRB_OpenExistingDatabase, "openExistingDatabase" );
get( m_pRB_ConnectDatabase, "connectDatabase" );
......
......@@ -133,9 +133,6 @@ namespace dbaui
private:
// dialog controls
FixedText* m_pFT_HeaderText;
FixedText* m_pFT_HelpText;
RadioButton* m_pRB_CreateDatabase;
RadioButton* m_pRB_OpenExistingDatabase;
RadioButton* m_pRB_ConnectDatabase;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment