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 a6de679722 Cleanup
a6de679722 is described below

commit a6de6797220e987437b4d3901fc8d13d6505e80a
Author: mseidel <[email protected]>
AuthorDate: Sun May 4 01:21:08 2025 +0200

    Cleanup
---
 main/starmath/uiconfig/smath/menubar/menubar.xml       | 13 +++++++------
 main/starmath/uiconfig/smath/statusbar/statusbar.xml   |  2 ++
 main/starmath/uiconfig/smath/toolbar/fullscreenbar.xml | 10 +++++-----
 main/starmath/uiconfig/smath/toolbar/standardbar.xml   | 13 ++++++-------
 main/starmath/uiconfig/smath/toolbar/toolbar.xml       |  2 +-
 5 files changed, 21 insertions(+), 19 deletions(-)

diff --git a/main/starmath/uiconfig/smath/menubar/menubar.xml 
b/main/starmath/uiconfig/smath/menubar/menubar.xml
index 6c48e6c571..d5e5962366 100644
--- a/main/starmath/uiconfig/smath/menubar/menubar.xml
+++ b/main/starmath/uiconfig/smath/menubar/menubar.xml
@@ -1,6 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
+
 <!--***********************************************************
- * 
+ *
  * 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
@@ -8,17 +9,18 @@
  * 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.
- * 
+ *
  ***********************************************************-->
+
 <menu:menubar xmlns:menu="http://openoffice.org/2001/menu"; menu:id="menubar">
   <menu:menu menu:id=".uno:PickList">
     <menu:menupopup>
@@ -82,8 +84,8 @@
       <menu:menuitem menu:id=".uno:ToolBox"/>
       <menu:menuseparator/>
       <menu:menuitem menu:id=".uno:FullScreen"/>
-      <menu:menuitem menu:id=".uno:ZoomIn"/>
       <menu:menuitem menu:id=".uno:ZoomOut"/>
+      <menu:menuitem menu:id=".uno:ZoomIn"/>
       <menu:menuitem menu:id=".uno:Adjust"/>
       <menu:menuitem menu:id=".uno:Zoom"/>
     </menu:menupopup>
@@ -114,7 +116,6 @@
           <menu:menuitem menu:id=".uno:MacroOrganizer?TabId:short=1"/>
         </menu:menupopup>
       </menu:menu>
-
       <menu:menuitem 
menu:id="service:com.sun.star.deployment.ui.PackageManagerDialog"/>
       <menu:menuitem menu:id=".uno:ConfigureDialog"/>
       <menu:menuitem menu:id=".uno:OptionsTreeDialog"/>
diff --git a/main/starmath/uiconfig/smath/statusbar/statusbar.xml 
b/main/starmath/uiconfig/smath/statusbar/statusbar.xml
index 3a37b7241d..46b3926564 100644
--- a/main/starmath/uiconfig/smath/statusbar/statusbar.xml
+++ b/main/starmath/uiconfig/smath/statusbar/statusbar.xml
@@ -1,5 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE statusbar:statusbar PUBLIC "-//OpenOffice.org//DTD OfficeDocument 
1.0//EN" "statusbar.dtd">
+
 <!--***********************************************************
  *
  * Licensed to the Apache Software Foundation (ASF) under one
@@ -20,6 +21,7 @@
  * under the License.
  *
  ***********************************************************-->
+
 <statusbar:statusbar xmlns:statusbar="http://openoffice.org/2001/statusbar"; 
xmlns:xlink="http://www.w3.org/1999/xlink";>
  <statusbar:statusbaritem xlink:href=".uno:TextStatus" statusbar:align="left" 
statusbar:autosize="true" statusbar:width="300"/>
  <statusbar:statusbaritem xlink:href=".uno:ModifiedStatus" 
statusbar:align="center" statusbar:width="9"/>
diff --git a/main/starmath/uiconfig/smath/toolbar/fullscreenbar.xml 
b/main/starmath/uiconfig/smath/toolbar/fullscreenbar.xml
index b5e968f005..514e7c55cb 100644
--- a/main/starmath/uiconfig/smath/toolbar/fullscreenbar.xml
+++ b/main/starmath/uiconfig/smath/toolbar/fullscreenbar.xml
@@ -1,7 +1,8 @@
 <?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,19 +10,18 @@
  * 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:FullScreen"/>
 </toolbar:toolbar>
diff --git a/main/starmath/uiconfig/smath/toolbar/standardbar.xml 
b/main/starmath/uiconfig/smath/toolbar/standardbar.xml
index fda20b3cc5..39b2505943 100644
--- a/main/starmath/uiconfig/smath/toolbar/standardbar.xml
+++ b/main/starmath/uiconfig/smath/toolbar/standardbar.xml
@@ -1,7 +1,8 @@
 <?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,19 +10,18 @@
  * 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:OpenUrl" toolbar:visible="false"/>
  <toolbar:toolbaritem xlink:href=".uno:AddDirect" toolbar:style="dropdown"/>
@@ -43,6 +43,5 @@
  <toolbar:toolbaritem xlink:href=".uno:Redo"/>
  <toolbar:toolbarseparator/>
  <toolbar:toolbaritem xlink:href=".uno:HelpIndex"/>
- <toolbar:toolbaritem xlink:href=".uno:ExtendedHelp"  toolbar:visible="false"/>
-
+ <toolbar:toolbaritem xlink:href=".uno:ExtendedHelp" toolbar:visible="false"/>
 </toolbar:toolbar>
diff --git a/main/starmath/uiconfig/smath/toolbar/toolbar.xml 
b/main/starmath/uiconfig/smath/toolbar/toolbar.xml
index 84dc8c3774..ec3e4a0ff5 100644
--- a/main/starmath/uiconfig/smath/toolbar/toolbar.xml
+++ b/main/starmath/uiconfig/smath/toolbar/toolbar.xml
@@ -1,5 +1,6 @@
 <?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
@@ -21,7 +22,6 @@
  *
  ***********************************************************-->
 
-
 <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:ZoomOut"/>
  <toolbar:toolbaritem xlink:href=".uno:ZoomIn"/>

Reply via email to