sc/uiconfig/scalc/toolbar/previewbar.xml |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit f96bb05489fc6398be5a6f4c574fab5c2c65bdf5
Author:     Gabor Kelemen <kelemen.gab...@nisz.hu>
AuthorDate: Thu May 13 23:24:46 2021 +0200
Commit:     Heiko Tietze <heiko.tie...@documentfoundation.org>
CommitDate: Tue May 18 08:56:32 2021 +0200

    tdf#142252 Reorder navigation commands of Calc Print Preview toolbar
    
    Change-Id: Ifd6c1a72b8788a42e47ad9ef83a905d555ef4aa9
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/115574
    Tested-by: Jenkins
    Reviewed-by: Heiko Tietze <heiko.tie...@documentfoundation.org>

diff --git a/sc/uiconfig/scalc/toolbar/previewbar.xml 
b/sc/uiconfig/scalc/toolbar/previewbar.xml
index 70f4fa79f844..3bccdae2470e 100644
--- a/sc/uiconfig/scalc/toolbar/previewbar.xml
+++ b/sc/uiconfig/scalc/toolbar/previewbar.xml
@@ -18,10 +18,10 @@
  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
 -->
 <toolbar:toolbar xmlns:toolbar="http://openoffice.org/2001/toolbar"; 
xmlns:xlink="http://www.w3.org/1999/xlink";>
+ <toolbar:toolbaritem xlink:href=".uno:FirstPage"/>
  <toolbar:toolbaritem xlink:href=".uno:PreviousPage"/>
- <toolbar:toolbaritem xlink:href=".uno:NextPage"/>
  <toolbar:toolbarseparator/>
- <toolbar:toolbaritem xlink:href=".uno:FirstPage"/>
+ <toolbar:toolbaritem xlink:href=".uno:NextPage"/>
  <toolbar:toolbaritem xlink:href=".uno:LastPage"/>
  <toolbar:toolbarseparator/>
  <toolbar:toolbaritem xlink:href=".uno:ZoomIn"/>
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to