[Libreoffice-commits] core.git: cui/source

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Wed Oct 3 19:05:56 UTC 2018


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

New commits:
commit d25c88ef9bbc9ab74a90b2669561e336d5a7a148
Author:     Caolán McNamara <caolanm at redhat.com>
AuthorDate: Wed Oct 3 16:57:08 2018 +0100
Commit:     Caolán McNamara <caolanm at 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 <caolanm at redhat.com>
    Tested-by: Caolán McNamara <caolanm at 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)
             {


More information about the Libreoffice-commits mailing list