.uno:EditAnnotation is visible in the functions list of the new Customize dialog. What is this doing? Should it be removed or renamed for the functions list? Version: 6.0.0.0.alpha1+ (x64) Build ID: a5af0fd9f27af42cf2e8571f659cdad6e606215b CPU threads: 8; OS: Windows 10.0; UI render: default; TinderBox: Win-x86_64@42, Branch:master, Time: 2017-11-07_00:30:02 Locale: de-DE (de_DE); Calc: group
Could you add a screenshot for clarification ?
Created attachment 137736 [details] Screenshot of Customize dialog, Toolbars tab, LibO 6.0.0.0.alpha1+ (I didn't find a Windows x64 master newer than November 7.)
Either it doesn't have a name to be displayed, or there was another error while getting its name. Needs a little more investigation to find out the exact reason for this, but I confirm there is a problem for sure, and it needs to be fixed. Confirmed on: Version: 6.1.0.0.alpha0+ Build ID: 0e2a3619bdecd903516c96a64dc7cbf8552b85bf CPU threads: 8; OS: Linux 4.9; UI render: default; VCL: gtk3; Locale: en-US (en_US.UTF-8); Calc: group threaded Also confirmed on: Sürüm: 5.2.7.2 İnşa №: 1:5.2.7-1 İşlemci Görevleri: 8; İşletim Sistemi Sürümü: Linux 4.9; UI Gerçekleyici: varsayılan; VCL: gtk3; Yerel: tr-TR (en_US.UTF-8); Calc: group And adding it to a menu in a localized version (tr-TR) causes a crash.
.uno:EditAnnotation works in sw and sd only with arguments, and in sc also w/o arguments, so it should be in the customization dialog in sc but not in sw and sd. That's why its label is only defined in CalcCommands.xcu, so it can't find the label when opening the dialog from inside sw or sd.
In fact, .uno:EditAnnotation is not alone. Open the customize dialog in Calc to see more.
Please feel free to test the patch on gerrit: https://gerrit.libreoffice.org/#/c/45891/
Maxim Monastirsky committed a patch related to this issue. It has been pushed to "master": http://cgit.freedesktop.org/libreoffice/core/commit/?id=591ed2391389120efdf366f207642a98eb9f054c tdf#113715 Fix .uno: names appearing in the customization dialog It will be available in 6.1.0. The patch should be included in the daily builds available at http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: http://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
Maxim Monastirsky committed a patch related to this issue. It has been pushed to "libreoffice-6-0": http://cgit.freedesktop.org/libreoffice/core/commit/?id=8b9582855a529823191ed6a12b96ec10ac8e2dec&h=libreoffice-6-0 tdf#113715 Fix .uno: names appearing in the customization dialog It will be available in 6.0.0.2. The patch should be included in the daily builds available at http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: http://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.