summaryrefslogtreecommitdiff
path: root/cui/source/customize/eventdlg.cxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-01-22 16:34:32 +0000
committerCaolán McNamara <caolanm@redhat.com>2014-01-22 16:35:27 +0000
commit945394d8679e1f8c61d4cdab53420192a53472a6 (patch)
tree96a0fc67200893270f8d72a9ef89d34ec97a5607 /cui/source/customize/eventdlg.cxx
parent696fd019ca1cb04344342ee45c7677eb0dcd1c73 (diff)
rename _HeaderTabListBox to MacroEventListBox
Change-Id: I310b1e0c48723b383b9eb15b8df763bac3bfd687
Diffstat (limited to 'cui/source/customize/eventdlg.cxx')
-rw-r--r--cui/source/customize/eventdlg.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/cui/source/customize/eventdlg.cxx b/cui/source/customize/eventdlg.cxx
index abe8013a35bd..2fcb6cf082ec 100644
--- a/cui/source/customize/eventdlg.cxx
+++ b/cui/source/customize/eventdlg.cxx
@@ -63,7 +63,7 @@ SvxEventConfigPage::SvxEventConfigPage( Window *pParent, const SfxItemSet& rSet,
{
mpImpl->pStrEvent = new OUString( CUI_RES( STR_EVENT ));
mpImpl->pAssignedMacro = new OUString( CUI_RES( STR_ASSMACRO ));
- mpImpl->pEventLB = new _HeaderTabListBox( this, CUI_RES( LB_EVENT ));
+ mpImpl->pEventLB = new MacroEventListBox( this, CUI_RES( LB_EVENT ));
mpImpl->pAssignFT = new FixedText( this, CUI_RES( FT_ASSIGN ));
mpImpl->pAssignPB = new PushButton( this, CUI_RES( PB_ASSIGN ));
mpImpl->pDeletePB = new PushButton( this, CUI_RES( PB_DELETE ));