diff options
author | andreas kainz <kainz.a@gmail.com> | 2018-04-17 12:14:27 +0200 |
---|---|---|
committer | andreas_kainz <kainz.a@gmail.com> | 2018-04-17 14:57:28 +0200 |
commit | 432c7dd62b3ea7634a43850ea937c6bc681884d8 (patch) | |
tree | c2c640b73ede3e55106c7f22570005a9bb8a55e0 | |
parent | 2d1690da6d4d97751e19b2e46a46d971bb060c14 (diff) |
NB Implementation: show menubar in NBShortcuts everywhere
Change-Id: I4a34890c1db282a0db4ce332e0221113dedcd3d2
Reviewed-on: https://gerrit.libreoffice.org/53034
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: andreas_kainz <kainz.a@gmail.com>
-rw-r--r-- | sd/uiconfig/simpress/toolbar/notebookbarshortcuts.xml | 1 | ||||
-rw-r--r-- | sw/uiconfig/swriter/toolbar/notebookbarshortcuts.xml | 2 |
2 files changed, 2 insertions, 1 deletions
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> |