sc/uiconfig/scalc/toolbar/previewbar.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit e0900c497a65af2e45c7cff3211b340bf14c4324 Author: Heiko Tietze <[email protected]> AuthorDate: Wed Jun 9 11:24:30 2021 +0200 Commit: Heiko Tietze <[email protected]> CommitDate: Wed Jun 9 15:36:41 2021 +0200 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 <[email protected]> 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"/> _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
