cui/source/customize/cfg.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit d25c88ef9bbc9ab74a90b2669561e336d5a7a148
Author:     Caolán McNamara <caol...@redhat.com>
AuthorDate: Wed Oct 3 16:57:08 2018 +0100
Commit:     Caolán McNamara <caol...@redhat.com>
CommitDate: Wed Oct 3 21:05:27 2018 +0200

    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: 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 e83774355db8..3c4b266f240b 100644
--- a/cui/source/customize/cfg.cxx
+++ b/cui/source/customize/cfg.cxx
@@ -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)
             {
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to