sc/uiconfig/scalc/toolbar/notebookbarshortcuts.xml | 1 + 1 file changed, 1 insertion(+)
New commits: commit 03bee43ebdce9fb9608dcde0a65559276e911356 Author: andreas kainz <[email protected]> Date: Mon Apr 16 09:44:58 2018 +0200 NB Implementation: show menubar in NBShortcuts Change-Id: I44acbdd96a7ede1fc89bbafbd1eb7c5bf25fc193 Reviewed-on: https://gerrit.libreoffice.org/52936 Tested-by: Jenkins <[email protected]> Reviewed-by: andreas_kainz <[email protected]> diff --git a/sc/uiconfig/scalc/toolbar/notebookbarshortcuts.xml b/sc/uiconfig/scalc/toolbar/notebookbarshortcuts.xml index e222a7855935..f0b78ddf6c05 100644 --- a/sc/uiconfig/scalc/toolbar/notebookbarshortcuts.xml +++ b/sc/uiconfig/scalc/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> _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
