WaE: member init order
Change-Id: Idf7def16e5a9bb4a44624dbc1039e7df05d07c40
This commit is contained in:
@@ -117,12 +117,11 @@ SvxJavaOptionsPage::SvxJavaOptionsPage( Window* pParent, const SfxItemSet& rSet
|
||||
m_sAccessibilityText( CUI_RES( STR_ACCESSIBILITY ) ),
|
||||
m_sAddDialogText ( CUI_RES( STR_ADDDLGTEXT ) ),
|
||||
|
||||
xDialogListener ( new ::svt::DialogClosedListener() ),
|
||||
|
||||
m_aExperimental ( this, CUI_RES( FL_EXPERIMENTAL ) ),
|
||||
m_aExperimentalCB ( this, CUI_RES( CB_EXPERIMENTAL ) ),
|
||||
m_aMacroCB ( this, CUI_RES( CB_MACRO ) )
|
||||
m_aMacroCB ( this, CUI_RES( CB_MACRO ) ),
|
||||
|
||||
xDialogListener ( new ::svt::DialogClosedListener() )
|
||||
{
|
||||
m_aJavaEnableCB.SetClickHdl( LINK( this, SvxJavaOptionsPage, EnableHdl_Impl ) );
|
||||
m_aJavaList.SetCheckButtonHdl( LINK( this, SvxJavaOptionsPage, CheckHdl_Impl ) );
|
||||
|
Reference in New Issue
Block a user