cui/source/customize/cfg.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 1bb9126567becd881453da342315f139b4a564c9 Author: Julien Nabet <serval2...@yahoo.fr> AuthorDate: Wed Jan 30 09:12:35 2019 +0100 Commit: Caolán McNamara <caol...@redhat.com> CommitDate: Wed Jan 30 13:42:13 2019 +0100 tdf#123036: fix assert in cfg.cxx (cui) See https://bugs.documentfoundation.org/show_bug.cgi?id=123036#c3 Regression from https://cgit.freedesktop.org/libreoffice/core/commit/?id=52ccd8fabeea247da7077798b50a6db1da31a2eb Change-Id: I1c24a6c59bda7ce06ed93c31a21d9bc1c8abe2f5 Reviewed-on: https://gerrit.libreoffice.org/67107 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caol...@redhat.com> Tested-by: Caolán McNamara <caol...@redhat.com> diff --git a/cui/source/customize/cfg.cxx b/cui/source/customize/cfg.cxx index bfddfef5b6ec..4d4a8ef2ddc0 100644 --- a/cui/source/customize/cfg.cxx +++ b/cui/source/customize/cfg.cxx @@ -1934,7 +1934,7 @@ SvxMainMenuOrganizerDialog::SvxMainMenuOrganizerDialog( m_sNewMenuEntryId = OUString::number(reinterpret_cast<sal_uInt64>(pNewEntryData)); m_xMenuListBox->append(m_sNewMenuEntryId, - SvxConfigPageHelper::stripHotKey(pNewEntryData->GetName()), ""); + SvxConfigPageHelper::stripHotKey(pNewEntryData->GetName())); m_xMenuListBox->select(m_xMenuListBox->n_children() - 1); if (mpEntries) _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits