You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by ms...@apache.org on 2022/03/12 00:15:46 UTC

[openoffice] branch trunk updated: Changed order of Zoom In/Out in toolbar (Draw)

This is an automated email from the ASF dual-hosted git repository.

mseidel pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/openoffice.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 17f1dab  Changed order of Zoom In/Out in toolbar (Draw)
17f1dab is described below

commit 17f1dab228aaff9b2c8562ed1cf5893bcfb66919
Author: mseidel <ms...@apache.org>
AuthorDate: Sat Mar 12 01:15:16 2022 +0100

    Changed order of Zoom In/Out in toolbar (Draw)
---
 main/sd/uiconfig/sdraw/toolbar/zoombar.xml | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/main/sd/uiconfig/sdraw/toolbar/zoombar.xml b/main/sd/uiconfig/sdraw/toolbar/zoombar.xml
index d0a5696..e5715ef 100644
--- a/main/sd/uiconfig/sdraw/toolbar/zoombar.xml
+++ b/main/sd/uiconfig/sdraw/toolbar/zoombar.xml
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE toolbar:toolbar PUBLIC "-//OpenOffice.org//DTD OfficeDocument 1.0//EN" "toolbar.dtd">
 <!--***********************************************************
- * 
+ *
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
  * distributed with this work for additional information
@@ -9,22 +9,22 @@
  * to you under the Apache License, Version 2.0 (the
  * "License"); you may not use this file except in compliance
  * with the License.  You may obtain a copy of the License at
- * 
+ *
  *   http://www.apache.org/licenses/LICENSE-2.0
- * 
+ *
  * Unless required by applicable law or agreed to in writing,
  * software distributed under the License is distributed on an
  * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
  * KIND, either express or implied.  See the License for the
  * specific language governing permissions and limitations
  * under the License.
- * 
+ *
  ***********************************************************-->
 
 
 <toolbar:toolbar xmlns:toolbar="http://openoffice.org/2001/toolbar" xmlns:xlink="http://www.w3.org/1999/xlink">
- <toolbar:toolbaritem xlink:href=".uno:ZoomPlus"/>
  <toolbar:toolbaritem xlink:href=".uno:ZoomMinus"/>
+ <toolbar:toolbaritem xlink:href=".uno:ZoomPlus"/>
  <toolbar:toolbarseparator/>
  <toolbar:toolbaritem xlink:href=".uno:Zoom100Percent"/>
  <toolbar:toolbaritem xlink:href=".uno:ZoomPrevious" toolbar:visible="false"/>
@@ -35,4 +35,4 @@
  <toolbar:toolbaritem xlink:href=".uno:ZoomObjects"/>
  <toolbar:toolbarseparator/>
  <toolbar:toolbaritem xlink:href=".uno:ZoomPanning"/>
-</toolbar:toolbar>
\ No newline at end of file
+</toolbar:toolbar>