diff options
author | AhmedHamed <ahmedhamed3699@gmail.com> | 2024-03-01 00:56:42 +0200 |
---|---|---|
committer | Heiko Tietze <heiko.tietze@documentfoundation.org> | 2024-03-06 11:21:49 +0100 |
commit | 0d94f6c90788b1d9e90afb3314ffe165c2eafb96 (patch) | |
tree | f435f004b718a86b50f89681d574f93cde27240f /sw/sdi | |
parent | 1063e875c89789ee6bc1a4c77507e0f133832530 (diff) |
tdf#126464 Remove "Numbering on/off" UNO command
Removed code where uno:NumberOrNoNumber or FN_NUM_OR_NONUM is mentioned
Didn't remove NumOrNoNum function as it is used in other places
Change-Id: I7809974796580e4d43ad203817d4225301c30536
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/164175
Tested-by: Jenkins
Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
Diffstat (limited to 'sw/sdi')
-rw-r--r-- | sw/sdi/_listsh.sdi | 7 | ||||
-rw-r--r-- | sw/sdi/swriter.sdi | 18 |
2 files changed, 0 insertions, 25 deletions
diff --git a/sw/sdi/_listsh.sdi b/sw/sdi/_listsh.sdi index fc27094f7a24..33f42d7b5f8d 100644 --- a/sw/sdi/_listsh.sdi +++ b/sw/sdi/_listsh.sdi @@ -80,12 +80,5 @@ interface BaseTextList StateMethod = GetState ; DisableFlags="SfxDisableFlags::SwOnProtectedCursor"; ] - - FN_NUM_OR_NONUM // status(play) - [ - ExecMethod = Execute ; - StateMethod = GetState ; - DisableFlags="SfxDisableFlags::SwOnProtectedCursor"; - ] } diff --git a/sw/sdi/swriter.sdi b/sw/sdi/swriter.sdi index 16d939a8903d..03c949ad6ae9 100644 --- a/sw/sdi/swriter.sdi +++ b/sw/sdi/swriter.sdi @@ -4821,24 +4821,6 @@ SfxBoolItem NumberingStart FN_NUMBER_NEWSTART GroupId = SfxGroupId::Enumeration; ] -SfxBoolItem NumberOrNoNumber FN_NUM_OR_NONUM - -[ - AutoUpdate = FALSE, - FastCall = FALSE, - ReadOnlyDoc = FALSE, - Toggle = FALSE, - Container = FALSE, - RecordAbsolute = FALSE, - RecordPerSet; - - - AccelConfig = TRUE, - MenuConfig = TRUE, - ToolBoxConfig = TRUE, - GroupId = SfxGroupId::Enumeration; -] - SfxVoidItem ObjectBackOne FN_FRAME_DOWN () [ |