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.tietze@documentfoundation.org>
diff --git a/sc/uiconfig/scalc/toolbar/previewbar.xml b/sc/uiconfig/scalc/toolbar/previewbar.xml
index 70f4fa7..3bccdae 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:PreviousPage"/>
<toolbar:toolbaritem xlink:href=".uno:NextPage"/>
<toolbar:toolbarseparator/>
<toolbar:toolbaritem xlink:href=".uno:FirstPage"/>
<toolbar:toolbaritem xlink:href=".uno:PreviousPage"/>
<toolbar:toolbarseparator/>
<toolbar:toolbaritem xlink:href=".uno:NextPage"/>
<toolbar:toolbaritem xlink:href=".uno:LastPage"/>
<toolbar:toolbarseparator/>
<toolbar:toolbaritem xlink:href=".uno:ZoomIn"/>