summaryrefslogtreecommitdiff
path: root/cui/source/customize/acccfg.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-10-20 11:45:07 +0200
committerStephan Bergmann <sbergman@redhat.com>2015-10-20 11:45:07 +0200
commitd35f403d80c03aa944f4888036dd200e3360f1ef (patch)
treeb4be6ec1d944a5c8b78c358c2cd8a6936c194242 /cui/source/customize/acccfg.cxx
parentcb85f1c6ab6751920db838597fd502648a75572c (diff)
loplugin:defaultparams
Change-Id: Ifa4f3f5f7df9bacec781e33b3725e4dc5a5fe63a
Diffstat (limited to 'cui/source/customize/acccfg.cxx')
-rw-r--r--cui/source/customize/acccfg.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/cui/source/customize/acccfg.cxx b/cui/source/customize/acccfg.cxx
index 40cf3c12332b..6964ad0f3edb 100644
--- a/cui/source/customize/acccfg.cxx
+++ b/cui/source/customize/acccfg.cxx
@@ -782,7 +782,7 @@ SfxAcceleratorConfigPage::SfxAcceleratorConfigPage( vcl::Window* pParent, const
// initialize Entriesbox
m_pEntriesBox->SetStyle(m_pEntriesBox->GetStyle()|WB_HSCROLL|WB_CLIPCHILDREN);
m_pEntriesBox->SetSelectionMode(SINGLE_SELECTION);
- m_pEntriesBox->SetTabs(&AccCfgTabs[0], MAP_APPFONT);
+ m_pEntriesBox->SetTabs(&AccCfgTabs[0]);
m_pEntriesBox->Resize(); // OS: Hack for right selection
m_pEntriesBox->SetSpaceBetweenEntries(0);
m_pEntriesBox->SetDragDropMode(DragDropMode::NONE);