diff options
author | Gabor Kelemen <kelemen.gabor2@nisz.hu> | 2021-05-13 23:24:46 +0200 |
---|---|---|
committer | Heiko Tietze <heiko.tietze@documentfoundation.org> | 2021-05-18 08:56:32 +0200 |
commit | f96bb05489fc6398be5a6f4c574fab5c2c65bdf5 (patch) | |
tree | 76afb09b4ffd1594576c0e48de4306feb38fb54c /sc | |
parent | a7be44be49ddc0a501f31f13e545a921a3dcc5c4 (diff) |
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>
Diffstat (limited to 'sc')
-rw-r--r-- | sc/uiconfig/scalc/toolbar/previewbar.xml | 4 |
1 files changed, 2 insertions, 2 deletions
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"/> |