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 13a8384  Cleaned up resource files
13a8384 is described below

commit 13a838418120021c0a734247d2526983278ea486
Author: mseidel <msei...@apache.org>
AuthorDate: Sat Oct 19 12:34:41 2019 +0200

    Cleaned up resource files
---
 main/svtools/source/misc/helpagent.src | 13 +++++++------
 main/svx/source/unodraw/unodraw.src    | 15 ++++++++-------
 2 files changed, 15 insertions(+), 13 deletions(-)

diff --git a/main/svtools/source/misc/helpagent.src 
b/main/svtools/source/misc/helpagent.src
index beb0086..a96af3d 100644
--- a/main/svtools/source/misc/helpagent.src
+++ b/main/svtools/source/misc/helpagent.src
@@ -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,16 +7,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.
- * 
+ *
  *************************************************************/
 
 
@@ -27,11 +27,12 @@
 
 Bitmap BMP_HELP_AGENT_IMAGE
 {
-       File = "helpagent.bmp";
+       File = "helpagent.png" ;
 };
 
 Bitmap BMP_HELP_AGENT_CLOSER
 {
-       File = "closer.bmp";
+       File = "closer.png" ;
 };
 
+// ********************************************************************** EOF
diff --git a/main/svx/source/unodraw/unodraw.src 
b/main/svx/source/unodraw/unodraw.src
index f81822e..e7bc43d 100644
--- a/main/svx/source/unodraw/unodraw.src
+++ b/main/svx/source/unodraw/unodraw.src
@@ -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,16 +7,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.
- * 
+ *
  *************************************************************/
 
 
@@ -25,14 +25,15 @@
 
 Bitmap RID_UNODRAW_OBJECTS
 {
-       File = "objects.bmp" ;
+       File = "objects.png" ;
 };
 Bitmap RID_UNODRAW_OLE2
 {
-       File = "ole.bmp" ;
+       File = "ole.png" ;
 };
 Bitmap RID_UNODRAW_GRAPHICS
 {
-       File = "graphic.bmp" ;
+       File = "graphic.png" ;
 };
 
+// ********************************************************************** EOF

Reply via email to