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 2023/06/27 11:10:12 UTC

[openoffice] branch AOO42X updated: It is Portable Network Graphics, not Graphic

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 eeb5090000 It is Portable Network Graphics, not Graphic
eeb5090000 is described below

commit eeb5090000741f667ab66f64b6cdc71eb31fe441
Author: mseidel <ms...@apache.org>
AuthorDate: Tue Jun 27 13:03:21 2023 +0200

    It is Portable Network Graphics, not Graphic
    
    (cherry picked from commit 434ee1f83a744cf74ad9410985e99646680a8e7b)
---
 .../config/fragments/internalgraphicfilters/png_Export.xcu | 14 +++++++-------
 .../config/fragments/internalgraphicfilters/png_Import.xcu | 14 +++++++-------
 2 files changed, 14 insertions(+), 14 deletions(-)

diff --git a/main/filter/source/config/fragments/internalgraphicfilters/png_Export.xcu b/main/filter/source/config/fragments/internalgraphicfilters/png_Export.xcu
index d5e877f848..1689bd2229 100644
--- a/main/filter/source/config/fragments/internalgraphicfilters/png_Export.xcu
+++ b/main/filter/source/config/fragments/internalgraphicfilters/png_Export.xcu
@@ -1,5 +1,5 @@
 <!--***********************************************************
- * 
+ *
  * 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
@@ -7,25 +7,25 @@
  * 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.
- * 
+ *
  ***********************************************************-->
 
 	<node oor:name="png_Export" oor:op="replace"  >
 		<prop oor:name="Type"><value>png_Portable_Network_Graphic</value></prop>
-        <prop oor:name="FormatName"><value>SVEPNG</value></prop>
-        <prop oor:name="RealFilterName"/>
+		<prop oor:name="FormatName"><value>SVEPNG</value></prop>
+		<prop oor:name="RealFilterName"/>
 		<prop oor:name="UIComponent"><value>com.sun.star.svtools.SvFilterOptionsDialog</value></prop>
 		<prop oor:name="UIName">
-			<value xml:lang="en-US">PNG - Portable Network Graphic</value>
+			<value xml:lang="en-US">PNG - Portable Network Graphics</value>
 		</prop>
 		<prop oor:name="Flags"><value>EXPORT</value></prop>
 	</node>
diff --git a/main/filter/source/config/fragments/internalgraphicfilters/png_Import.xcu b/main/filter/source/config/fragments/internalgraphicfilters/png_Import.xcu
index c724b4019f..388e6377ea 100644
--- a/main/filter/source/config/fragments/internalgraphicfilters/png_Import.xcu
+++ b/main/filter/source/config/fragments/internalgraphicfilters/png_Import.xcu
@@ -1,5 +1,5 @@
 <!--***********************************************************
- * 
+ *
  * 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
@@ -7,25 +7,25 @@
  * 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.
- * 
+ *
  ***********************************************************-->
 
 	<node oor:name="png_Import" oor:op="replace"  >
 		<prop oor:name="Type"><value>png_Portable_Network_Graphic</value></prop>
-        <prop oor:name="FormatName"><value>SVIPNG</value></prop>
-        <prop oor:name="RealFilterName"><value>PNG - Portable Network Graphic</value></prop>
+		<prop oor:name="FormatName"><value>SVIPNG</value></prop>
+		<prop oor:name="RealFilterName"><value>PNG - Portable Network Graphic</value></prop>
 		<prop oor:name="UIComponent"/>
 		<prop oor:name="UIName">
-			<value xml:lang="en-US">PNG - Portable Network Graphic</value>
+			<value xml:lang="en-US">PNG - Portable Network Graphics</value>
 		</prop>
 		<prop oor:name="Flags"><value>IMPORT</value></prop>
 	</node>