diff options
author | Heiko Tietze <tietze.heiko@gmail.com> | 2021-06-09 11:24:30 +0200 |
---|---|---|
committer | Heiko Tietze <heiko.tietze@documentfoundation.org> | 2021-06-09 15:36:41 +0200 |
commit | e0900c497a65af2e45c7cff3211b340bf14c4324 (patch) | |
tree | 083a6b7b64e0b22f1bc12f3927e34b762bc2bf23 /sc | |
parent | f09cb84b274edd2a27697a7dc803a7ee42946de2 (diff) |
Resolves tdf#142513 - Order of ZoomIn and ZoomOut at Print Preview
Change-Id: I630e11bdbf4604b779756a6169e4a777c5baeba9
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/116888
Tested-by: Jenkins
Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
Diffstat (limited to 'sc')
-rw-r--r-- | sc/uiconfig/scalc/toolbar/previewbar.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/uiconfig/scalc/toolbar/previewbar.xml b/sc/uiconfig/scalc/toolbar/previewbar.xml index 3bccdae2470e..f8da09167073 100644 --- a/sc/uiconfig/scalc/toolbar/previewbar.xml +++ b/sc/uiconfig/scalc/toolbar/previewbar.xml @@ -24,8 +24,8 @@ <toolbar:toolbaritem xlink:href=".uno:NextPage"/> <toolbar:toolbaritem xlink:href=".uno:LastPage"/> <toolbar:toolbarseparator/> - <toolbar:toolbaritem xlink:href=".uno:ZoomIn"/> <toolbar:toolbaritem xlink:href=".uno:ZoomOut"/> + <toolbar:toolbaritem xlink:href=".uno:ZoomIn"/> <toolbar:toolbaritem xlink:href=".uno:FullScreen"/> <toolbar:toolbarseparator/> <toolbar:toolbaritem xlink:href=".uno:PageFormatDialog"/> |