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

Heiko Tietze <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Blocks|                            |86899
                 CC|libreoffice-ux-advise@lists |heiko.tietze@documentfounda
                   |.freedesktop.org            |tion.org
            Summary|Numbering on/off does not   |Remove "Numbering on/off"
                   |work                        |UNO command
           Keywords|needsUXEval                 |difficultyMedium, easyHack,
                   |                            |skillCpp, topicCleanup

--- Comment #9 from Heiko Tietze <[email protected]> ---
Cleaning-up is easy hacking

>git grep .uno:NumberOrNoNumber
officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu:      <node
oor:name=".uno:NumberOrNoNumber" oor:op="replace">

>git grep FN_NUM_OR_NONUM
sw/inc/cmdid.h:#define FN_NUM_OR_NONUM         (FN_EDIT + 46)  /* Number on/off
*/
sw/sdi/_listsh.sdi:    FN_NUM_OR_NONUM // status(play)
sw/sdi/swriter.sdi:SfxBoolItem NumberOrNoNumber FN_NUM_OR_NONUM
sw/source/uibase/shells/listsh.cxx:        case FN_NUM_OR_NONUM:
sw/source/uibase/shells/listsh.cxx:            case FN_NUM_OR_NONUM:
(and the used functions)

Plus changes in the help according comment 7.


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=86899
[Bug 86899] [META] Requests for the addition of UNO commands
-- 
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