summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorandreas kainz <kainz.a@gmail.com>2018-04-18 23:09:01 +0200
committerandreas_kainz <kainz.a@gmail.com>2018-04-19 00:23:14 +0200
commit726f856147a33e2231e104501bdc7bbbb87b97e9 (patch)
treec08e7a7c27d28cac1ee0a5caccedff975873b179 /sc
parent0d3d7be7632902ebc4844f12dfc820f05be2021a (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>
Diffstat (limited to 'sc')
-rw-r--r--sc/uiconfig/scalc/toolbar/notebookbarshortcuts.xml1
1 files changed, 1 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>