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 50c2edf42c Rename Sidebar panel for Slide Layout
50c2edf42c is described below

commit 50c2edf42c5dd378707bcef0fbc08cb1b3757541
Author: mseidel <[email protected]>
AuthorDate: Sun May 4 13:12:07 2025 +0200

    Rename Sidebar panel for Slide Layout
---
 .../registry/data/org/openoffice/Office/UI/Sidebar.xcu      | 13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

diff --git a/main/officecfg/registry/data/org/openoffice/Office/UI/Sidebar.xcu 
b/main/officecfg/registry/data/org/openoffice/Office/UI/Sidebar.xcu
index bc75b1b6cc..ac7adb933a 100644
--- a/main/officecfg/registry/data/org/openoffice/Office/UI/Sidebar.xcu
+++ b/main/officecfg/registry/data/org/openoffice/Office/UI/Sidebar.xcu
@@ -1,6 +1,8 @@
 <?xml version='1.0' encoding='UTF-8'?>
+<!DOCTYPE oor:component-data SYSTEM "../../../../../component-update.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
@@ -8,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.
- * 
+ *
  ***********************************************************-->
 
-<!DOCTYPE oor:component-data SYSTEM "../../../../../component-update.dtd">
 <oor:component-data oor:name="Sidebar" oor:package="org.openoffice.Office.UI" 
xmlns:install="http://openoffice.org/2004/installation"; 
xmlns:oor="http://openoffice.org/2001/registry"; 
xmlns:xs="http://www.w3.org/2001/XMLSchema"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";>
   <node oor:name="Content">
     <node oor:name="DeckList">
@@ -497,7 +498,7 @@
 
       <node oor:name="Impress1" oor:op="replace">
         <prop oor:name="Title" oor:type="xs:string">
-          <value xml:lang="en-US">Layouts</value>
+          <value xml:lang="en-US">Slide Layout</value>
         </prop>
         <prop oor:name="TitleBarIsOptional" oor:type="xs:boolean">
           <value>false</value>

Reply via email to