diff options
author | Heiko Tietze <heiko.tietze@documentfoundation.org> | 2021-09-01 10:21:34 +0200 |
---|---|---|
committer | Heiko Tietze <heiko.tietze@documentfoundation.org> | 2021-09-02 13:56:47 +0200 |
commit | f773e7aa8c96e070085ece95889f02590ed65f89 (patch) | |
tree | e5eeb883f740e0b8b9174caf6337d3b0a3bbbb87 /sd | |
parent | b1af7083b469eec48783b7a1aaff6d080901fc7f (diff) |
Resolves tdf#144227 - Default command to switch UI
Remaining .uno:ToolbarMode replaced by .uno:ToolbarModeUI
Change-Id: Ie5afaa997dabaca0feafde41355945460f1292f2
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/121417
Tested-by: Jenkins
Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
Diffstat (limited to 'sd')
3 files changed, 6 insertions, 6 deletions
diff --git a/sd/uiconfig/sdraw/ui/notebookbar_groupedbar_compact.ui b/sd/uiconfig/sdraw/ui/notebookbar_groupedbar_compact.ui index 5c72dc9a770c..3afd92fa3fd7 100644 --- a/sd/uiconfig/sdraw/ui/notebookbar_groupedbar_compact.ui +++ b/sd/uiconfig/sdraw/ui/notebookbar_groupedbar_compact.ui @@ -2316,10 +2316,10 @@ </object> </child> <child> - <object class="GtkMenuItem" id="MenuSettings-ToolbarMode"> + <object class="GtkMenuItem" id="MenuSettings-ToolbarModeUI"> <property name="visible">True</property> <property name="can_focus">False</property> - <property name="action_name">.uno:ToolbarMode</property> + <property name="action_name">.uno:ToolbarModeUI</property> </object> </child> <child> diff --git a/sd/uiconfig/simpress/ui/notebookbar_groupedbar_compact.ui b/sd/uiconfig/simpress/ui/notebookbar_groupedbar_compact.ui index f25218ac2a57..28f31980d333 100644 --- a/sd/uiconfig/simpress/ui/notebookbar_groupedbar_compact.ui +++ b/sd/uiconfig/simpress/ui/notebookbar_groupedbar_compact.ui @@ -2322,10 +2322,10 @@ </object> </child> <child> - <object class="GtkMenuItem" id="MenuSettings-ToolbarMode"> + <object class="GtkMenuItem" id="MenuSettings-ToolbarModeUI"> <property name="visible">True</property> <property name="can_focus">False</property> - <property name="action_name">.uno:ToolbarMode</property> + <property name="action_name">.uno:ToolbarModeUI</property> </object> </child> <child> diff --git a/sd/uiconfig/simpress/ui/notebookbar_groupedbar_full.ui b/sd/uiconfig/simpress/ui/notebookbar_groupedbar_full.ui index 5d7bde1a6bc1..9132c10db3e9 100644 --- a/sd/uiconfig/simpress/ui/notebookbar_groupedbar_full.ui +++ b/sd/uiconfig/simpress/ui/notebookbar_groupedbar_full.ui @@ -2187,10 +2187,10 @@ </object> </child> <child> - <object class="GtkMenuItem" id="ToolbarModeD"> + <object class="GtkMenuItem" id="ToolbarModeUI"> <property name="visible">True</property> <property name="can_focus">False</property> - <property name="action_name">.uno:ToolbarMode</property> + <property name="action_name">.uno:ToolbarModeUI</property> </object> </child> <child> |