summaryrefslogtreecommitdiffstats
path: root/sc/sdi
diff options
context:
space:
mode:
authorMaxim Monastirsky <momonasmon@gmail.com>2017-12-08 02:38:10 +0200
committerMaxim Monastirsky <momonasmon@gmail.com>2017-12-09 21:29:40 +0100
commit591ed2391389120efdf366f207642a98eb9f054c (patch)
tree1da37cc6cb6d0af633c4cbce34faa58be1087127 /sc/sdi
parentbreeze-icons: update links.txt file (diff)
downloadcore-591ed2391389120efdf366f207642a98eb9f054c.tar.gz
core-591ed2391389120efdf366f207642a98eb9f054c.zip
tdf#113715 Fix .uno: names appearing in the customization dialog
Change-Id: Ia4a4231acf2f15ebf58f2acd02b7fc0ab5a88072 Reviewed-on: https://gerrit.libreoffice.org/46062 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Heiko Tietze <tietze.heiko@googlemail.com> Tested-by: Heiko Tietze <tietze.heiko@googlemail.com> Reviewed-by: Maxim Monastirsky <momonasmon@gmail.com> Tested-by: Maxim Monastirsky <momonasmon@gmail.com>
Diffstat (limited to 'sc/sdi')
-rw-r--r--sc/sdi/cellsh.sdi6
-rw-r--r--sc/sdi/scalc.sdi2
2 files changed, 6 insertions, 2 deletions
diff --git a/sc/sdi/cellsh.sdi b/sc/sdi/cellsh.sdi
index 22a66319cd53..decb76cfc659 100644
--- a/sc/sdi/cellsh.sdi
+++ b/sc/sdi/cellsh.sdi
@@ -193,7 +193,11 @@ interface CellSelection
SID_CHARMAP_CONTROL [ ExecMethod = ExecuteEdit; StateMethod = GetCellState; ]
SID_INSERT_POSTIT [ ExecMethod = ExecuteEdit; StateMethod = GetCellState; ]
- SID_EDIT_POSTIT [ ExecMethod = ExecuteEdit; StateMethod = GetCellState; ]
+ SID_EDIT_POSTIT
+ [
+ ExecMethod = ExecuteEdit; StateMethod = GetCellState;
+ ToolBoxConfig, MenuConfig , AccelConfig;
+ ]
SID_TABOP [ ExecMethod = ExecuteEdit; StateMethod = GetState; ]
SID_CONSOLIDATE [ ExecMethod = ExecuteEdit; StateMethod = GetState; ]
diff --git a/sc/sdi/scalc.sdi b/sc/sdi/scalc.sdi
index 071ed56e250f..e06f17bd4695 100644
--- a/sc/sdi/scalc.sdi
+++ b/sc/sdi/scalc.sdi
@@ -2228,7 +2228,7 @@ SfxVoidItem SearchResultsDialog SID_SEARCH_RESULTS_DIALOG
RecordAbsolute = FALSE,
RecordPerSet;
- AccelConfig = TRUE,
+ AccelConfig = FALSE,
MenuConfig = FALSE,
ToolBoxConfig = FALSE,
GroupId = SfxGroupId::Options;