diff options
author | andreas kainz <kainz.a@gmail.com> | 2018-04-16 09:44:58 +0200 |
---|---|---|
committer | andreas_kainz <kainz.a@gmail.com> | 2018-04-16 10:50:48 +0200 |
commit | 03bee43ebdce9fb9608dcde0a65559276e911356 (patch) | |
tree | 1c35edb142fd170bd46d264f1e4a25992a6a86d5 /sc/uiconfig/scalc/toolbar | |
parent | 0973e1f4e727a3204c843398bcb0e6a411b1a02d (diff) |
NB Implementation: show menubar in NBShortcuts
Change-Id: I44acbdd96a7ede1fc89bbafbd1eb7c5bf25fc193
Reviewed-on: https://gerrit.libreoffice.org/52936
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: andreas_kainz <kainz.a@gmail.com>
Diffstat (limited to 'sc/uiconfig/scalc/toolbar')
-rw-r--r-- | sc/uiconfig/scalc/toolbar/notebookbarshortcuts.xml | 1 |
1 files changed, 1 insertions, 0 deletions
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> |