Kaydet (Commit) d25c88ef authored tarafından Caolán McNamara's avatar Caolán McNamara

Resolves: tdf#120265 assert on moving item via customization dialog

Change-Id: I435409a1e16ad138519fb31e873dcb4f500b3734
Reviewed-on: https://gerrit.libreoffice.org/61319
Tested-by: Jenkins
Reviewed-by: 's avatarCaolán McNamara <caolanm@redhat.com>
Tested-by: 's avatarCaolán McNamara <caolanm@redhat.com>
üst 0be3a5ee
......@@ -1901,7 +1901,7 @@ SvxMainMenuOrganizerDialog::SvxMainMenuOrganizerDialog(
for (auto const& entry : *entries)
{
m_xMenuListBox->append(OUString::number(reinterpret_cast<sal_uInt64>(entry)),
SvxConfigPageHelper::stripHotKey(entry->GetName()), "");
SvxConfigPageHelper::stripHotKey(entry->GetName()));
mpEntries->push_back(entry);
if (entry == selection)
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment