diff options
author | Rafael Lima <rafael.palma.lima@gmail.com> | 2023-05-17 15:27:49 +0200 |
---|---|---|
committer | Rafael Lima <rafael.palma.lima@gmail.com> | 2023-05-24 13:55:26 +0200 |
commit | 6c48e0b8e15c46b4c56a772065f3671d6bdba8e8 (patch) | |
tree | 145d95c9419f320021d7185d4da7b507feb6b597 | |
parent | 3fbaef1db1f63485f4cabe843c08ccf6f5ca92fd (diff) |
Related tdf#146518 Add Watch/Stack window commands to toolbar
This patch adds the new commands WatchWindow and StackWindow to the Basic toolbar, together with the related ObjectCatalog command.
Change-Id: Ia50d4a695271c6fae6446c18548930a3e9063489
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/151787
Tested-by: Jenkins
Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
-rw-r--r-- | basctl/uiconfig/basicide/toolbar/standardbar.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/basctl/uiconfig/basicide/toolbar/standardbar.xml b/basctl/uiconfig/basicide/toolbar/standardbar.xml index 41541aa91898..f41df28ab649 100644 --- a/basctl/uiconfig/basicide/toolbar/standardbar.xml +++ b/basctl/uiconfig/basicide/toolbar/standardbar.xml @@ -35,6 +35,9 @@ <toolbar:toolbaritem xlink:href=".uno:Redo"/> <toolbar:toolbarseparator/> <toolbar:toolbaritem xlink:href=".uno:ObjectCatalog"/> + <toolbar:toolbaritem xlink:href=".uno:WatchWindow"/> + <toolbar:toolbaritem xlink:href=".uno:StackWindow"/> + <toolbar:toolbarseparator/> <toolbar:toolbaritem xlink:href=".uno:ChooseMacro"/> <toolbar:toolbaritem xlink:href=".uno:ModuleDialog"/> <toolbar:toolbarseparator/> |