https://bugs.documentfoundation.org/show_bug.cgi?id=169654
Buovjaga <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Version|25.8.3.2 release |6.1.0.3 release --- Comment #3 from Buovjaga <[email protected]> --- This is because the commands are found in both the Internal and Navigate categories. The strings for these are STR_GID_INTERN and STR_GID_NAVIGATOR In sfx2/source/control/msgpool.cxx we find SfxGroupId::Intern In sfx2/source/view/sfxbasecontroller.cxx we find frame::CommandGroup::INTERNAL In sc/sdi/scalc.sdi we find JumpToNextTable having GroupId = SfxGroupId::Navigator; The duplication is seen these days because we can search through all categories unlike in the past. I didn't check when the dialog was redesigned, but it has been like this at least since 6.1. -- You are receiving this mail because: You are the assignee for the bug.
