[Libreoffice-bugs] [Bug 129549] Bullet and Numbering icon appears twice in Customize Toolbars
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Wed Jan 1 09:13:26 UTC 2020
https://bugs.documentfoundation.org/show_bug.cgi?id=129549
Mike Kaganski <mikekaganski at hotmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Ever confirmed|0 |1
Resolution|DUPLICATE |---
Status|RESOLVED |NEW
--- Comment #4 from Mike Kaganski <mikekaganski at hotmail.com> ---
This is not a duplicate.
Yes, these two UNO commands do exactly the same. Having different names, and
different slots (.uno:BulletsAndNumberingDialog maps to FN_NUMBER_BULLETS, and
.uno:OutlineBullet to SID_OUTLINE_BULLET), when in Writer, they both are routed
to SwTextShell::ExecEnterNum, where they are treated identically. The
difference between them is only that there is a code handling
SID_OUTLINE_BULLET also in sd, while FN_NUMBER_BULLETS is specific only to sw.
Thus, the latter is better deprecated (although kept for compatibility) and
made hidden, so that it doesn't appear in the customization UI.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20200101/5f083c88/attachment.htm>
More information about the Libreoffice-bugs
mailing list