[Libreoffice-commits] core.git: sc/uiconfig
Gabor Kelemen (via logerrit)
logerrit at kemper.freedesktop.org
Tue May 18 06:57:11 UTC 2021
sc/uiconfig/scalc/toolbar/previewbar.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit f96bb05489fc6398be5a6f4c574fab5c2c65bdf5
Author: Gabor Kelemen <kelemen.gabor2 at nisz.hu>
AuthorDate: Thu May 13 23:24:46 2021 +0200
Commit: Heiko Tietze <heiko.tietze at 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.tietze at 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"/>
More information about the Libreoffice-commits
mailing list