diff options
Diffstat (limited to 'uui/source/fltdlg.cxx')
-rw-r--r-- | uui/source/fltdlg.cxx | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/uui/source/fltdlg.cxx b/uui/source/fltdlg.cxx index 2e333026fc19..27c644b23f39 100644 --- a/uui/source/fltdlg.cxx +++ b/uui/source/fltdlg.cxx @@ -53,12 +53,13 @@ namespace uui *//*-*************************************************************************************************************/ FilterDialog::FilterDialog( Window* pParentWindow , ResMgr* pResMgr ) - : ModalDialog ( pParentWindow, ResId( DLG_FILTER_SELECT, *pResMgr ) ) - , m_ftURL ( this, ResId( FT_URL, *pResMgr ) ) - , m_lbFilters ( this, ResId( LB_FILTERS, *pResMgr ) ) - , m_btnOK ( this, ResId( BTN_OK, *pResMgr ) ) - , m_btnCancel ( this, ResId( BTN_CANCEL, *pResMgr ) ) - , m_btnHelp ( this, ResId( BTN_HELP, *pResMgr ) ) + : ModalDialog (pParentWindow, ResId( DLG_FILTER_SELECT, *pResMgr ) ) + , m_ftURL (this, ResId( FT_URL, *pResMgr)) + , m_lbFilters (this, ResId( LB_FILTERS, *pResMgr)) + , m_btnOK (this, ResId( BTN_OK, *pResMgr)) + , m_btnCancel (this, ResId( BTN_CANCEL, *pResMgr)) + , m_btnHelp (this, ResId( BTN_HELP, *pResMgr)) + , m_pFilterNames(NULL) { FreeResource(); } |