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 11:44:50 UTC

[openoffice] branch AOO42X updated: Changed order of Zoom In/Out in toolbar (Impress/Math)

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

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


The following commit(s) were added to refs/heads/AOO42X by this push:
     new 8089e84  Changed order of Zoom In/Out in toolbar (Impress/Math)
8089e84 is described below

commit 8089e84798278525171372f008bddb34c151237c
Author: mseidel <ms...@apache.org>
AuthorDate: Sat Mar 12 12:42:42 2022 +0100

    Changed order of Zoom In/Out in toolbar (Impress/Math)
    
    (cherry picked from commit 8efd2db9a8bcbfa6f1b18f575d03d60f882c7dfc)
---
 main/sd/uiconfig/simpress/toolbar/zoombar.xml    | 12 ++++++------
 main/starmath/uiconfig/smath/toolbar/toolbar.xml | 12 ++++++------
 2 files changed, 12 insertions(+), 12 deletions(-)

diff --git a/main/sd/uiconfig/simpress/toolbar/zoombar.xml b/main/sd/uiconfig/simpress/toolbar/zoombar.xml
index d0a5696..e5715ef 100644
--- a/main/sd/uiconfig/simpress/toolbar/zoombar.xml
+++ b/main/sd/uiconfig/simpress/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>
diff --git a/main/starmath/uiconfig/smath/toolbar/toolbar.xml b/main/starmath/uiconfig/smath/toolbar/toolbar.xml
index bb635ac..84dc8c3 100644
--- a/main/starmath/uiconfig/smath/toolbar/toolbar.xml
+++ b/main/starmath/uiconfig/smath/toolbar/toolbar.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,26 +9,26 @@
  * 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:id="toolbar">
- <toolbar:toolbaritem xlink:href=".uno:ZoomIn"/>
  <toolbar:toolbaritem xlink:href=".uno:ZoomOut"/>
+ <toolbar:toolbaritem xlink:href=".uno:ZoomIn"/>
  <toolbar:toolbaritem xlink:href=".uno:View100"/>
  <toolbar:toolbaritem xlink:href=".uno:Adjust"/>
  <toolbar:toolbarseparator/>
  <toolbar:toolbaritem xlink:href=".uno:Draw"/>
  <toolbar:toolbaritem xlink:href=".uno:FormelCursor"/>
  <toolbar:toolbaritem xlink:href=".uno:SymbolCatalogue"/>
-</toolbar:toolbar>
\ No newline at end of file
+</toolbar:toolbar>