basctl/uiconfig/basicide/toolbar/standardbar.xml |    3 +++
 1 file changed, 3 insertions(+)

New commits:
commit 6c48e0b8e15c46b4c56a772065f3671d6bdba8e8
Author:     Rafael Lima <rafael.palma.l...@gmail.com>
AuthorDate: Wed May 17 15:27:49 2023 +0200
Commit:     Rafael Lima <rafael.palma.l...@gmail.com>
CommitDate: Wed May 24 13:55:26 2023 +0200

    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.tie...@documentfoundation.org>

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/>

Reply via email to