[Libreoffice-commits] core.git: sd/uiconfig sw/uiconfig

andreas kainz kainz.a at gmail.com
Tue Apr 17 12:57:53 UTC 2018


 sd/uiconfig/simpress/toolbar/notebookbarshortcuts.xml |    1 +
 sw/uiconfig/swriter/toolbar/notebookbarshortcuts.xml  |    2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

New commits:
commit 432c7dd62b3ea7634a43850ea937c6bc681884d8
Author: andreas kainz <kainz.a at gmail.com>
Date:   Tue Apr 17 12:14:27 2018 +0200

    NB Implementation: show menubar in NBShortcuts everywhere
    
    Change-Id: I4a34890c1db282a0db4ce332e0221113dedcd3d2
    Reviewed-on: https://gerrit.libreoffice.org/53034
    Tested-by: Jenkins <ci at libreoffice.org>
    Reviewed-by: andreas_kainz <kainz.a at gmail.com>

diff --git a/sd/uiconfig/simpress/toolbar/notebookbarshortcuts.xml b/sd/uiconfig/simpress/toolbar/notebookbarshortcuts.xml
index 6bf1a4e8a4b3..96931c4989a7 100644
--- a/sd/uiconfig/simpress/toolbar/notebookbarshortcuts.xml
+++ b/sd/uiconfig/simpress/toolbar/notebookbarshortcuts.xml
@@ -12,4 +12,5 @@
   <toolbar:toolbaritem xlink:href=".uno:Save"/>
   <toolbar:toolbaritem xlink:href=".uno:Undo"/>
   <toolbar:toolbaritem xlink:href=".uno:Redo"/>
+  <toolbar:toolbaritem xlink:href=".uno:Menubar"/>
 </toolbar:toolbar>
diff --git a/sw/uiconfig/swriter/toolbar/notebookbarshortcuts.xml b/sw/uiconfig/swriter/toolbar/notebookbarshortcuts.xml
index cee4d56f1b68..ae234802c0ef 100644
--- a/sw/uiconfig/swriter/toolbar/notebookbarshortcuts.xml
+++ b/sw/uiconfig/swriter/toolbar/notebookbarshortcuts.xml
@@ -12,5 +12,5 @@
   <toolbar:toolbaritem xlink:href=".uno:Save"/>
   <toolbar:toolbaritem xlink:href=".uno:Undo"/>
   <toolbar:toolbaritem xlink:href=".uno:Redo"/>
-  <toolbar:toolbaritem xlink:href=".uno:ToolbarMode"/>
+  <toolbar:toolbaritem xlink:href=".uno:Menubar"/>
 </toolbar:toolbar>


More information about the Libreoffice-commits mailing list