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 92172ee  Fixed missing >
92172ee is described below

commit 92172ee0a3d2a0ef6641cb3a219be8c1197fc44a
Author: mseidel <[email protected]>
AuthorDate: Tue Aug 6 00:33:33 2019 +0200

    Fixed missing >
    
    (cherry picked from commit eebf6da083b6b937cb09d479f3b8a85aa84556a6)
---
 main/officecfg/registry/data/org/openoffice/Setup.xcu | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/main/officecfg/registry/data/org/openoffice/Setup.xcu 
b/main/officecfg/registry/data/org/openoffice/Setup.xcu
index 0c5f00c..e0e2c9c 100644
--- a/main/officecfg/registry/data/org/openoffice/Setup.xcu
+++ b/main/officecfg/registry/data/org/openoffice/Setup.xcu
@@ -1,6 +1,6 @@
 <?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,16 +8,16 @@
  * 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.
- * 
+ *
  ***********************************************************-->
 
 
@@ -39,7 +39,7 @@
         <prop oor:name="ooVendor" install:module="brand">
             <value>${OOOVENDOR}</value>
         </prop>
-       
+
         <prop oor:name="ooSetupExtension" install:module="brand">
                        <value >${PRODUCTEXTENSION}</value>
                </prop>
@@ -462,7 +462,7 @@
                                        <value >sweb</value>
                                </prop>
                 <prop oor:name="ooSetupFactoryUIName">
-                    <value xml:lang="en-US"Writer/Web</value>
+                    <value xml:lang="en-US">Writer/Web</value>
                                </prop>
                                <prop 
oor:name="ooSetupFactoryWindowStateConfigRef">
                                        <value >WriterWebWindowState</value>

Reply via email to