From 47f21d290087638b1986c291c969bf2997574ddd Mon Sep 17 00:00:00 2001 From: rafaelhlima Date: Tue, 4 Jan 2022 17:27:51 -0300 Subject: 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 --- sd/uiconfig/sdraw/ui/notebookbar.ui | 7 +++++++ sd/uiconfig/simpress/ui/notebookbar.ui | 7 +++++++ 2 files changed, 14 insertions(+) (limited to 'sd/uiconfig') 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 @@ .uno:ScriptOrganizer + + + True + False + .uno:DevelopmentToolsDockingWindow + + True 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 @@ .uno:MacroSignature + + + True + False + .uno:DevelopmentToolsDockingWindow + + True -- cgit