diff options
author | andreas kainz <kainz.a@gmail.com> | 2018-04-18 23:09:01 +0200 |
---|---|---|
committer | andreas_kainz <kainz.a@gmail.com> | 2018-04-19 00:23:14 +0200 |
commit | 726f856147a33e2231e104501bdc7bbbb87b97e9 (patch) | |
tree | c08e7a7c27d28cac1ee0a5caccedff975873b179 | |
parent | 0d3d7be7632902ebc4844f12dfc820f05be2021a (diff) |
NB Implementation: add print / presentation action to shortcuts list
Change-Id: Id49672a9a363e78844d08d18e34944dbd7a4711e
Reviewed-on: https://gerrit.libreoffice.org/53131
Reviewed-by: andreas_kainz <kainz.a@gmail.com>
Tested-by: andreas_kainz <kainz.a@gmail.com>
-rw-r--r-- | sc/uiconfig/scalc/toolbar/notebookbarshortcuts.xml | 1 | ||||
-rw-r--r-- | sd/uiconfig/simpress/toolbar/notebookbarshortcuts.xml | 1 | ||||
-rw-r--r-- | sw/uiconfig/swriter/toolbar/notebookbarshortcuts.xml | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/sc/uiconfig/scalc/toolbar/notebookbarshortcuts.xml b/sc/uiconfig/scalc/toolbar/notebookbarshortcuts.xml index f0b78ddf6c05..41985d00592f 100644 --- a/sc/uiconfig/scalc/toolbar/notebookbarshortcuts.xml +++ b/sc/uiconfig/scalc/toolbar/notebookbarshortcuts.xml @@ -12,5 +12,6 @@ <toolbar:toolbaritem xlink:href=".uno:Save"/> <toolbar:toolbaritem xlink:href=".uno:Undo"/> <toolbar:toolbaritem xlink:href=".uno:Redo"/> + <toolbar:toolbaritem xlink:href=".uno:Print"/> <toolbar:toolbaritem xlink:href=".uno:Menubar"/> </toolbar:toolbar> diff --git a/sd/uiconfig/simpress/toolbar/notebookbarshortcuts.xml b/sd/uiconfig/simpress/toolbar/notebookbarshortcuts.xml index 96931c4989a7..bd878ffc6651 100644 --- a/sd/uiconfig/simpress/toolbar/notebookbarshortcuts.xml +++ b/sd/uiconfig/simpress/toolbar/notebookbarshortcuts.xml @@ -12,5 +12,6 @@ <toolbar:toolbaritem xlink:href=".uno:Save"/> <toolbar:toolbaritem xlink:href=".uno:Undo"/> <toolbar:toolbaritem xlink:href=".uno:Redo"/> + <toolbar:toolbaritem xlink:href=".uno:Presentation"/> <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 ae234802c0ef..80d7050b23ed 100644 --- a/sw/uiconfig/swriter/toolbar/notebookbarshortcuts.xml +++ b/sw/uiconfig/swriter/toolbar/notebookbarshortcuts.xml @@ -12,5 +12,6 @@ <toolbar:toolbaritem xlink:href=".uno:Save"/> <toolbar:toolbaritem xlink:href=".uno:Undo"/> <toolbar:toolbaritem xlink:href=".uno:Redo"/> + <toolbar:toolbaritem xlink:href=".uno:Print"/> <toolbar:toolbaritem xlink:href=".uno:Menubar"/> </toolbar:toolbar> |