Kaydet (Commit) 8b958285 authored tarafından Maxim Monastirsky's avatar Maxim Monastirsky Kaydeden (comit) Katarina Behrens

tdf#113715 Fix .uno: names appearing in the customization dialog

Based on 591ed239

Changes from master:
- Revert officecfg string changes.
- Instead, hide .uno:AutoSum in Calc for 6-0.

Change-Id: Ia4a4231acf2f15ebf58f2acd02b7fc0ab5a88072
Reviewed-on: https://gerrit.libreoffice.org/46970Tested-by: 's avatarJenkins <ci@libreoffice.org>
Reviewed-by: 's avatarHeiko Tietze <tietze.heiko@gmail.com>
Tested-by: 's avatarHeiko Tietze <tietze.heiko@gmail.com>
üst bd04d7be
......@@ -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; ]
......
......@@ -2228,7 +2228,7 @@ SfxVoidItem SearchResultsDialog SID_SEARCH_RESULTS_DIALOG
RecordAbsolute = FALSE,
RecordPerSet;
AccelConfig = TRUE,
AccelConfig = FALSE,
MenuConfig = FALSE,
ToolBoxConfig = FALSE,
GroupId = SfxGroupId::Options;
......@@ -6344,6 +6344,6 @@ SfxVoidItem AutoSum SID_AUTO_SUM
AccelConfig = FALSE,
MenuConfig = FALSE,
ToolBoxConfig = TRUE,
ToolBoxConfig = FALSE,
GroupId = SfxGroupId::Intern;
]
......@@ -228,9 +228,9 @@ SfxVoidItem InsertCommandText SID_INSERTCOMMANDTEXT
RecordPerSet;
Asynchron;
AccelConfig = TRUE,
MenuConfig = TRUE,
ToolBoxConfig = TRUE,
AccelConfig = FALSE,
MenuConfig = FALSE,
ToolBoxConfig = FALSE,
GroupId = SfxGroupId::Insert;
]
......
......@@ -4491,9 +4491,9 @@ SfxVoidItem EditAnnotation SID_EDIT_POSTIT
RecordAbsolute = FALSE,
RecordPerSet;
AccelConfig = TRUE,
MenuConfig = TRUE,
ToolBoxConfig = TRUE,
AccelConfig = FALSE,
MenuConfig = FALSE,
ToolBoxConfig = FALSE,
GroupId = SfxGroupId::Edit;
]
......@@ -6166,7 +6166,7 @@ SvxSizeItem AttributePageSize SID_ATTR_PAGE_SIZE
AccelConfig = FALSE,
MenuConfig = FALSE,
ToolBoxConfig = TRUE,
ToolBoxConfig = FALSE,
GroupId = SfxGroupId::Format;
]
......
......@@ -430,6 +430,7 @@ interface BaseTextEditView
[
ExecMethod = Execute ;
StateMethod = GetState ;
ToolBoxConfig;
]
SID_ATTR_PAGE_MAXSIZE // status()
[
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment