[Libreoffice-commits] core.git: sc/uiconfig

Heiko Tietze (via logerrit) logerrit at kemper.freedesktop.org
Wed Jun 9 13:37:26 UTC 2021


 sc/uiconfig/scalc/toolbar/previewbar.xml |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit e0900c497a65af2e45c7cff3211b340bf14c4324
Author:     Heiko Tietze <tietze.heiko at gmail.com>
AuthorDate: Wed Jun 9 11:24:30 2021 +0200
Commit:     Heiko Tietze <heiko.tietze at documentfoundation.org>
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 <heiko.tietze at documentfoundation.org>

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"/>


More information about the Libreoffice-commits mailing list