sc/uiconfig/scalc/ui/notebookbar.ui | 7 +++++++ sd/uiconfig/sdraw/ui/notebookbar.ui | 7 +++++++ sd/uiconfig/simpress/ui/notebookbar.ui | 7 +++++++ sw/uiconfig/swriter/ui/notebookbar.ui | 7 +++++++ 4 files changed, 28 insertions(+)
New commits: commit 47f21d290087638b1986c291c969bf2997574ddd Author: rafaelhlima <[email protected]> AuthorDate: Tue Jan 4 17:27:51 2022 -0300 Commit: Rafael Lima <[email protected]> CommitDate: Fri Jan 21 13:03:13 2022 +0100 tdf#141591 Add DevTools to the Tabbed interface This patch adds the DevTools command to the Tabbed interface. It is located in the cotnext menu in the Tools tab. Change-Id: I5f323b1b5ffc6707fc4f8b3c6eca2db7b8b97adc Reviewed-on: https://gerrit.libreoffice.org/c/core/+/127973 Tested-by: Jenkins Reviewed-by: Heiko Tietze <[email protected]> diff --git a/sc/uiconfig/scalc/ui/notebookbar.ui b/sc/uiconfig/scalc/ui/notebookbar.ui index 40316f5ad85f..a7111d808b6e 100644 --- a/sc/uiconfig/scalc/ui/notebookbar.ui +++ b/sc/uiconfig/scalc/ui/notebookbar.ui @@ -1799,6 +1799,13 @@ <property name="action_name">.uno:MacroSignature</property> </object> </child> + <child> + <object class="GtkMenuItem" id="MenuTools-DevTools"> + <property name="visible">True</property> + <property name="can_focus">False</property> + <property name="action_name">.uno:DevelopmentToolsDockingWindow</property> + </object> + </child> <child> <object class="GtkSeparatorMenuItem" id="MenuTools-separator"> <property name="visible">True</property> diff --git a/sd/uiconfig/sdraw/ui/notebookbar.ui b/sd/uiconfig/sdraw/ui/notebookbar.ui index f1d71fe5b224..3e4b97b41bfa 100644 --- a/sd/uiconfig/sdraw/ui/notebookbar.ui +++ b/sd/uiconfig/sdraw/ui/notebookbar.ui @@ -1986,6 +1986,13 @@ <property name="action_name">.uno:ScriptOrganizer</property> </object> </child> + <child> + <object class="GtkMenuItem" id="MenuTools-DevTools"> + <property name="visible">True</property> + <property name="can_focus">False</property> + <property name="action_name">.uno:DevelopmentToolsDockingWindow</property> + </object> + </child> <child> <object class="GtkSeparatorMenuItem" id="MenuTools-separator1"> <property name="visible">True</property> diff --git a/sd/uiconfig/simpress/ui/notebookbar.ui b/sd/uiconfig/simpress/ui/notebookbar.ui index e31737653f4f..8a57ca0f8322 100644 --- a/sd/uiconfig/simpress/ui/notebookbar.ui +++ b/sd/uiconfig/simpress/ui/notebookbar.ui @@ -2042,6 +2042,13 @@ <property name="action_name">.uno:MacroSignature</property> </object> </child> + <child> + <object class="GtkMenuItem" id="MenuTools-DevTools"> + <property name="visible">True</property> + <property name="can_focus">False</property> + <property name="action_name">.uno:DevelopmentToolsDockingWindow</property> + </object> + </child> <child> <object class="GtkSeparatorMenuItem" id="MenuTools-separator1"> <property name="visible">True</property> diff --git a/sw/uiconfig/swriter/ui/notebookbar.ui b/sw/uiconfig/swriter/ui/notebookbar.ui index 48834a711b39..0dd3791308c9 100644 --- a/sw/uiconfig/swriter/ui/notebookbar.ui +++ b/sw/uiconfig/swriter/ui/notebookbar.ui @@ -2016,6 +2016,13 @@ <property name="action_name">.uno:MacroSignature</property> </object> </child> + <child> + <object class="GtkMenuItem" id="MenuTools-DevTools"> + <property name="visible">True</property> + <property name="can_focus">False</property> + <property name="action_name">.uno:DevelopmentToolsDockingWindow</property> + </object> + </child> <child> <object class="GtkSeparatorMenuItem" id="MenuTools-separator1"> <property name="visible">True</property>
