summaryrefslogtreecommitdiff
path: root/sw/sdi
diff options
context:
space:
mode:
authorAnshu <anshukhare50@gmail.com>2021-01-06 15:04:16 +0530
committerHeiko Tietze <heiko.tietze@documentfoundation.org>2021-02-17 16:36:13 +0100
commitc456f839a597f537f1c59becd7d0bb6c86248ef8 (patch)
treef82ec202f4424d43d500ced0d05456452ec9c303 /sw/sdi
parent7a56d57acf3bfe148afbd461089343a9603e162b (diff)
tdf#115965 tdf#92622 NoList default in menu,tool,sidebar
Change-Id: Icbc612b44593c5366f3e7f81112f4013884f3599 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/108841 Tested-by: Jenkins Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
Diffstat (limited to 'sw/sdi')
-rw-r--r--sw/sdi/_listsh.sdi7
-rw-r--r--sw/sdi/_textsh.sdi6
2 files changed, 6 insertions, 7 deletions
diff --git a/sw/sdi/_listsh.sdi b/sw/sdi/_listsh.sdi
index a2835d575bf6..fc27094f7a24 100644
--- a/sw/sdi/_listsh.sdi
+++ b/sw/sdi/_listsh.sdi
@@ -39,13 +39,6 @@ interface BaseTextList
DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
]
- FN_NUM_BULLET_OFF // status(final|play)
- [
- ExecMethod = Execute ;
- StateMethod = GetState ;
- DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
- ]
-
FN_NUM_BULLET_OUTLINE_DOWN // status(final|play)
[
ExecMethod = Execute ;
diff --git a/sw/sdi/_textsh.sdi b/sw/sdi/_textsh.sdi
index e0bcfff65360..4a201b62c7e1 100644
--- a/sw/sdi/_textsh.sdi
+++ b/sw/sdi/_textsh.sdi
@@ -759,6 +759,12 @@ interface BaseText
StateMethod = GetState ;
DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
]
+ FN_NUM_BULLET_OFF
+ [
+ ExecMethod = ExecEnterNum;
+ StateMethod = GetState;
+ DisableFlags="SfxDisableFlags::SwOnProtectedCursor";
+ ]
FN_INSERT_FRAME // status(final|play)
[
ExecMethod = ExecInsert ;