diff options
Diffstat (limited to 'dbaccess')
-rw-r--r-- | dbaccess/source/ui/dlg/indexfieldscontrol.cxx | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/dbaccess/source/ui/dlg/indexfieldscontrol.cxx b/dbaccess/source/ui/dlg/indexfieldscontrol.cxx index 776d9a0192d1..b82f719ba14d 100644 --- a/dbaccess/source/ui/dlg/indexfieldscontrol.cxx +++ b/dbaccess/source/ui/dlg/indexfieldscontrol.cxx @@ -91,10 +91,12 @@ namespace dbaui // IndexFieldsControl IndexFieldsControl::IndexFieldsControl( Window* _pParent, WinBits nWinStyle) - :EditBrowseBox(_pParent, EBBF_SMART_TAB_TRAVEL | EBBF_ACTIVATE_ON_BUTTONDOWN, nWinStyle, BROWSER_STANDARD_FLAGS) - ,m_aSeekRow(m_aFields.end()) - ,m_pSortingCell(NULL) - ,m_pFieldNameCell(NULL) + : EditBrowseBox(_pParent, EBBF_SMART_TAB_TRAVEL | EBBF_ACTIVATE_ON_BUTTONDOWN, nWinStyle, BROWSER_STANDARD_FLAGS) + , m_aSeekRow(m_aFields.end()) + , m_pSortingCell(NULL) + , m_pFieldNameCell(NULL) + , m_nMaxColumnsInIndex(0) + , m_bAddIndexAppendix(false) { SetUniqueId( UID_DLGINDEX_INDEXDETAILS_BACK ); |