https://bugs.documentfoundation.org/show_bug.cgi?id=129549

Mike Kaganski <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
     Ever confirmed|0                           |1
         Resolution|DUPLICATE                   |---
             Status|RESOLVED                    |NEW

--- Comment #4 from Mike Kaganski <[email protected]> ---
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.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to