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/01/17 12:46:25 UTC

[openoffice] branch AOO41X updated: Removed unused graphics

This is an automated email from the ASF dual-hosted git repository.

mseidel pushed a commit to branch AOO41X
in repository https://gitbox.apache.org/repos/asf/openoffice.git


The following commit(s) were added to refs/heads/AOO41X by this push:
     new 3b81575358 Removed unused graphics
3b81575358 is described below

commit 3b81575358e5cf4cc87787dd36976925d986cdc8
Author: mseidel <ms...@apache.org>
AuthorDate: Tue Jan 17 11:53:33 2023 +0100

    Removed unused graphics
---
 main/default_images/sw/res/anchor.png              | Bin 264 -> 0 bytes
 main/default_images/sw/res/danchor.png             | Bin 264 -> 0 bytes
 .../classic/classic_images.tar.gz                  | Bin 1713497 -> 1713413 bytes
 main/sw/source/ui/utlui/initui.hrc                 |  74 +++---
 main/sw/source/ui/utlui/initui.src                 | 259 +++++++--------------
 5 files changed, 114 insertions(+), 219 deletions(-)

diff --git a/main/default_images/sw/res/anchor.png b/main/default_images/sw/res/anchor.png
deleted file mode 100644
index eba7b9c38d..0000000000
Binary files a/main/default_images/sw/res/anchor.png and /dev/null differ
diff --git a/main/default_images/sw/res/danchor.png b/main/default_images/sw/res/danchor.png
deleted file mode 100644
index eba7b9c38d..0000000000
Binary files a/main/default_images/sw/res/danchor.png and /dev/null differ
diff --git a/main/ooo_custom_images/classic/classic_images.tar.gz b/main/ooo_custom_images/classic/classic_images.tar.gz
index 1d949f762c..abf6c3c54d 100644
Binary files a/main/ooo_custom_images/classic/classic_images.tar.gz and b/main/ooo_custom_images/classic/classic_images.tar.gz differ
diff --git a/main/sw/source/ui/utlui/initui.hrc b/main/sw/source/ui/utlui/initui.hrc
index 1c8937a885..21159991c6 100644
--- a/main/sw/source/ui/utlui/initui.hrc
+++ b/main/sw/source/ui/utlui/initui.hrc
@@ -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.
- * 
+ *
  *************************************************************/
 
 
@@ -24,39 +24,35 @@
 #ifndef _INITUI_HRC
 #define _INITUI_HRC
 
-#define BMP_FRAME_ANCHOR			 1
-#define BMP_FRAME_DRAG_ANCHOR		 2
-
-// lokale Resourcen fuer die Shells:
-#define STR_POSTIT_PAGE				 1
-#define STR_POSTIT_AUTHOR			 2
-#define STR_CALC_SYNTAX				 3
-#define STR_CALC_ZERODIV			 4
-#define STR_CALC_BRACK				 5
-#define STR_CALC_POW				 6
-#define STR_CALC_VARNFND			 7
-#define STR_CALC_OVERFLOW			 8
-#define STR_CALC_WRONGTIME			 9
-#define STR_CALC_DEFAULT			10
-#define STR_CALC_ERROR				11
-#define STR_GETREFFLD_UP			12
-#define STR_GETREFFLD_DOWN			13
-#define STR_ALLPAGE_HEADFOOT		14
-#define STR_TEMPLATE_NONE			15
-#define STR_POSTIT_LINE				16
-#define STR_FIELD_FIXED				17
-#define STR_TOI    					18
-#define STR_TOU                     19
-#define STR_TOC                     20
-#define STR_TOX_ILL                 21
-#define STR_TOX_OBJ                 22
-#define STR_TOX_TBL                 23
-#define STR_TOX_AUTH                24
-#define STR_PAGEDESC_NAME			25
-#define STR_PAGEDESC_FIRSTNAME		26
-#define STR_PAGEDESC_FOLLOWNAME		27
-#define STR_HYPERLINK_CLICK         28
-#define STR_GETREFFLD_REFITEMNOTFOUND   29
-#define STR_DURATION_FORMAT             30
+// local resources for shells:
+#define STR_POSTIT_PAGE					 1
+#define STR_POSTIT_AUTHOR				 2
+#define STR_CALC_SYNTAX					 3
+#define STR_CALC_ZERODIV				 4
+#define STR_CALC_BRACK					 5
+#define STR_CALC_POW					 6
+#define STR_CALC_VARNFND				 7
+#define STR_CALC_OVERFLOW				 8
+#define STR_CALC_WRONGTIME				 9
+#define STR_CALC_DEFAULT				10
+#define STR_CALC_ERROR					11
+#define STR_GETREFFLD_UP				12
+#define STR_GETREFFLD_DOWN				13
+#define STR_ALLPAGE_HEADFOOT			14
+#define STR_TEMPLATE_NONE				15
+#define STR_POSTIT_LINE					16
+#define STR_FIELD_FIXED					17
+#define STR_TOI							18
+#define STR_TOU							19
+#define STR_TOC							20
+#define STR_TOX_ILL						21
+#define STR_TOX_OBJ						22
+#define STR_TOX_TBL						23
+#define STR_TOX_AUTH					24
+#define STR_PAGEDESC_NAME				25
+#define STR_PAGEDESC_FIRSTNAME			26
+#define STR_PAGEDESC_FOLLOWNAME			27
+#define STR_HYPERLINK_CLICK				28
+#define STR_GETREFFLD_REFITEMNOTFOUND	29
+#define STR_DURATION_FORMAT				30
 #endif
-
diff --git a/main/sw/source/ui/utlui/initui.src b/main/sw/source/ui/utlui/initui.src
index e27ae98106..f69e1d2c32 100644
--- a/main/sw/source/ui/utlui/initui.src
+++ b/main/sw/source/ui/utlui/initui.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,7 +27,7 @@
 #include "initui.hrc"
 
 /*---------------------------------------------------------------------
-	Fehler Calculator
+	Calculator errors
  ---------------------------------------------------------------------*/
 Resource RID_SW_SHELLRES
 {
@@ -58,7 +58,6 @@ Resource RID_SW_SHELLRES
 	String STR_CALC_POW
 	{
 		Text [ en-US ] = "** Square function overflow **" ;
-		/* ### ACHTUNG: Neuer Text in Resource? ** �berlauf in Quadratfunktion ** : ** �berlauf in Quadratfunktion ** */
 	};
 	String STR_CALC_VARNFND
 	{
@@ -67,7 +66,6 @@ Resource RID_SW_SHELLRES
 	String STR_CALC_OVERFLOW
 	{
 		Text [ en-US ] = "** Overflow **" ;
-		/* ### ACHTUNG: Neuer Text in Resource? ** �berlauf ** : ** �berlauf ** */
 	};
 	String STR_CALC_WRONGTIME
 	{
@@ -89,10 +87,10 @@ Resource RID_SW_SHELLRES
 	{
 		Text [ en-US ] = "below" ;
 	};
-    String STR_GETREFFLD_REFITEMNOTFOUND
-    {
-        Text [ en-US ] = "Error: Reference source not found" ;
-    };
+	String STR_GETREFFLD_REFITEMNOTFOUND
+	{
+		Text [ en-US ] = "Error: Reference source not found" ;
+	};
 	String STR_ALLPAGE_HEADFOOT
 	{
 		Text [ en-US ] = "All" ;
@@ -105,10 +103,10 @@ Resource RID_SW_SHELLRES
 	{
 		Text [ en-US ] = "(fixed)" ;
 	};
-    String STR_DURATION_FORMAT
-    {
-        Text [en-US] = " Y: %1 M: %2 D: %3 H: %4 M: %5 S: %6";
-    };
+	String STR_DURATION_FORMAT
+	{
+		Text [en-US] = " Y: %1 M: %2 D: %3 H: %4 M: %5 S: %6" ;
+	};
 	String STR_TOI
 	{
 		Text [ en-US ] = "Alphabetical Index" ;
@@ -126,28 +124,28 @@ Resource RID_SW_SHELLRES
 
 	String STR_TOX_AUTH
 	{
-		Text [ en-US ] = "Bibliography";
+		Text [ en-US ] = "Bibliography" ;
 	};
 	String STR_TOX_TBL
 	{
-		Text [ en-US ] = "Index of Tables";
+		Text [ en-US ] = "Index of Tables" ;
 	};
 	String STR_TOX_OBJ
 	{
-		Text [ en-US ] = "Table of Objects";
+		Text [ en-US ] = "Table of Objects" ;
 	};
 	String STR_TOX_ILL
 	{
-		Text [ en-US ] = "Illustration Index";
+		Text [ en-US ] = "Illustration Index" ;
 	};
 	String STR_HYPERLINK_CLICK
 	{
-        Text [ en-US ] = "%s-click to open hyperlink";
+		Text [ en-US ] = "%s-click to open hyperlink" ;
 	};
 
 
-	 // SubType DocInfo
-	 //
+	// SubType DocInfo
+	//
 	String FLD_DOCINFO_TITEL
 	{
 		Text [ en-US ] = "Title" ;
@@ -158,7 +156,6 @@ Resource RID_SW_SHELLRES
 	};
 	String FLD_DOCINFO_KEYS
 	{
-		/* ### ACHTUNG: Neuer Text in Resource? Schl�sselw�rter : Schl�sselw�rter */
 		Text [ en-US ] = "Keywords" ;
 	};
 	String FLD_DOCINFO_COMMENT
@@ -179,337 +176,239 @@ Resource RID_SW_SHELLRES
 	};
 	String FLD_DOCINFO_DOCNO
 	{
-        Text [ en-US ] = "Revision number" ;
+		Text [ en-US ] = "Revision number" ;
 	};
 	String FLD_DOCINFO_EDIT
 	{
-        Text [ en-US ] = "Total editing time" ;
+		Text [ en-US ] = "Total editing time" ;
 	};
-	BITMAP BMP_FRAME_ANCHOR { FILE = "anchor.bmp" ; };
-	BITMAP BMP_FRAME_DRAG_ANCHOR { FILE = "danchor.bmp" ; };
 
 	String STR_PAGEDESC_NAME
 	{
-		Text [ en-US ] = "Convert $(ARG1)";
+		Text [ en-US ] = "Convert $(ARG1)" ;
 	};
 	String STR_PAGEDESC_FIRSTNAME
 	{
-		Text [ en-US ] = "First convert $(ARG1)";
+		Text [ en-US ] = "First convert $(ARG1)" ;
 	};
 	String STR_PAGEDESC_FOLLOWNAME
 	{
-		Text [ en-US ] = "Next convert $(ARG1)";
+		Text [ en-US ] = "Next convert $(ARG1)" ;
 	};
 };
 
 String STR_AUTH_TYPE_ARTICLE
 {
-	Text [ en-US ] = "Article";
+	Text [ en-US ] = "Article" ;
 };
 String STR_AUTH_TYPE_BOOK
 {
-	Text [ en-US ] = "Book";
+	Text [ en-US ] = "Book" ;
 };
 String STR_AUTH_TYPE_BOOKLET
 {
-	Text [ en-US ] = "Brochures";
+	Text [ en-US ] = "Brochures" ;
 };
 String STR_AUTH_TYPE_CONFERENCE
 {
-	Text [ en-US ] = "Conference proceedings";
+	Text [ en-US ] = "Conference proceedings" ;
 };
 String STR_AUTH_TYPE_INBOOK
 {
-	Text [ en-US ] = "Book excerpt";
+	Text [ en-US ] = "Book excerpt" ;
 };
 String STR_AUTH_TYPE_INCOLLECTION
 {
-	Text [ en-US ] = "Book excerpt with title";
+	Text [ en-US ] = "Book excerpt with title" ;
 };
 String STR_AUTH_TYPE_INPROCEEDINGS
 {
-	Text [ en-US ] = "Conference proceedings";
+	Text [ en-US ] = "Conference proceedings" ;
 };
 String STR_AUTH_TYPE_JOURNAL
 {
-	Text [ en-US ] = "Journal";
+	Text [ en-US ] = "Journal" ;
 };
 String STR_AUTH_TYPE_MANUAL
 {
-	Text [ en-US ] = "Techn. documentation";
+	Text [ en-US ] = "Techn. documentation" ;
 };
 String STR_AUTH_TYPE_MASTERSTHESIS
 {
-	Text [ en-US ] = "Thesis";
+	Text [ en-US ] = "Thesis" ;
 };
 String STR_AUTH_TYPE_MISC
 {
-	Text [ en-US ] = "Miscellaneous";
+	Text [ en-US ] = "Miscellaneous" ;
 };
 String STR_AUTH_TYPE_PHDTHESIS
 {
-	Text [ en-US ] = "Dissertation";
+	Text [ en-US ] = "Dissertation" ;
 };
 String STR_AUTH_TYPE_PROCEEDINGS
 {
-	Text [ en-US ] = "Conference proceedings";
+	Text [ en-US ] = "Conference proceedings" ;
 };
 String STR_AUTH_TYPE_TECHREPORT
 {
-	Text [ en-US ] = "Research report";
+	Text [ en-US ] = "Research report" ;
 };
 String STR_AUTH_TYPE_UNPUBLISHED
 {
-	Text [ en-US ] = "Unpublished";
+	Text [ en-US ] = "Unpublished" ;
 };
 String STR_AUTH_TYPE_EMAIL
 {
-	Text [ en-US ] = "e-mail";
+	Text [ en-US ] = "e-mail" ;
 };
 String STR_AUTH_TYPE_WWW
 {
-	Text [ en-US ] = "WWW document";
+	Text [ en-US ] = "WWW document" ;
 };
 String STR_AUTH_TYPE_CUSTOM1
 {
-	Text [ en-US ] = "User-defined1";
+	Text [ en-US ] = "User-defined1" ;
 };
 String STR_AUTH_TYPE_CUSTOM2
 {
-	Text [ en-US ] = "User-defined2";
+	Text [ en-US ] = "User-defined2" ;
 };
 String STR_AUTH_TYPE_CUSTOM3
 {
-	Text [ en-US ] = "User-defined3";
+	Text [ en-US ] = "User-defined3" ;
 };
 String STR_AUTH_TYPE_CUSTOM4
 {
-	Text [ en-US ] = "User-defined4";
+	Text [ en-US ] = "User-defined4" ;
 };
 String STR_AUTH_TYPE_CUSTOM5
 {
-	Text [ en-US ] = "User-defined5";
+	Text [ en-US ] = "User-defined5" ;
 };
 
 String STR_AUTH_FIELD_IDENTIFIER
 {
-	Text [ en-US ] = "Short name";
+	Text [ en-US ] = "Short name" ;
 };
 String STR_AUTH_FIELD_AUTHORITY_TYPE
 {
-	Text [ en-US ] = "Type";
+	Text [ en-US ] = "Type" ;
 };
 String STR_AUTH_FIELD_ADDRESS
 {
-	Text [ en-US ] = "Address";
+	Text [ en-US ] = "Address" ;
 };
 String STR_AUTH_FIELD_ANNOTE
 {
-    Text [ en-US ] = "Annotation";
+	Text [ en-US ] = "Annotation" ;
 };
 String STR_AUTH_FIELD_AUTHOR
 {
-	Text [ en-US ] = "Author(s)";
+	Text [ en-US ] = "Author(s)" ;
 };
 String STR_AUTH_FIELD_BOOKTITLE
 {
-	Text [ en-US ] = "Book title";
+	Text [ en-US ] = "Book title" ;
 };
 String STR_AUTH_FIELD_CHAPTER
 {
-	Text [ en-US ] = "Chapter";
+	Text [ en-US ] = "Chapter" ;
 };
 String STR_AUTH_FIELD_EDITION
 {
-	Text [ en-US ] = "Edition";
+	Text [ en-US ] = "Edition" ;
 };
 String STR_AUTH_FIELD_EDITOR
 {
-	Text [ en-US ] = "Editor";
+	Text [ en-US ] = "Editor" ;
 };
 String STR_AUTH_FIELD_HOWPUBLISHED
 {
-	Text [ en-US ] = "Publication type";
+	Text [ en-US ] = "Publication type" ;
 };
 String STR_AUTH_FIELD_INSTITUTION
 {
-	Text [ en-US ] = "Institution";
+	Text [ en-US ] = "Institution" ;
 };
 String STR_AUTH_FIELD_JOURNAL
 {
-	Text [ en-US ] = "Journal";
+	Text [ en-US ] = "Journal" ;
 };
 String STR_AUTH_FIELD_MONTH
 {
-	Text [ en-US ] = "Month";
+	Text [ en-US ] = "Month" ;
 };
 String STR_AUTH_FIELD_NOTE
 {
-    Text [ en-US ] = "Note";
+	Text [ en-US ] = "Note" ;
 };
 String STR_AUTH_FIELD_NUMBER
 {
-	Text [ en-US ] = "Number";
+	Text [ en-US ] = "Number" ;
 };
 String STR_AUTH_FIELD_ORGANIZATIONS
 {
-	Text [ en-US ] = "Organization";
+	Text [ en-US ] = "Organization" ;
 };
 String STR_AUTH_FIELD_PAGES
 {
-	Text [ en-US ] = "Page(s)";
+	Text [ en-US ] = "Page(s)" ;
 };
 String STR_AUTH_FIELD_PUBLISHER
 {
-	Text [ en-US ] = "Publisher";
+	Text [ en-US ] = "Publisher" ;
 };
 String STR_AUTH_FIELD_SCHOOL
 {
-	Text [ en-US ] = "University";
+	Text [ en-US ] = "University" ;
 };
 String STR_AUTH_FIELD_SERIES
 {
-	Text [ en-US ] = "Series";
+	Text [ en-US ] = "Series" ;
 };
 String STR_AUTH_FIELD_TITLE
 {
-	Text [ en-US ] = "Title";
+	Text [ en-US ] = "Title" ;
 };
 String STR_AUTH_FIELD_TYPE
 {
-	Text [ en-US ] = "Type of report";
+	Text [ en-US ] = "Type of report" ;
 };
 String STR_AUTH_FIELD_VOLUME
 {
-	Text [ en-US ] = "Volume";
+	Text [ en-US ] = "Volume" ;
 };
 String STR_AUTH_FIELD_YEAR
 {
-	Text [ en-US ] = "Year";
+	Text [ en-US ] = "Year" ;
 };
 String STR_AUTH_FIELD_URL
 {
-	Text [ en-US ] = "URL";
+	Text [ en-US ] = "URL" ;
 };
 String STR_AUTH_FIELD_CUSTOM1
 {
-    Text [ en-US ] = "User-defined1";
+	Text [ en-US ] = "User-defined1" ;
 };
 String STR_AUTH_FIELD_CUSTOM2
 {
-    Text [ en-US ] = "User-defined2";
+	Text [ en-US ] = "User-defined2" ;
 };
 String STR_AUTH_FIELD_CUSTOM3
 {
-    Text [ en-US ] = "User-defined3";
+	Text [ en-US ] = "User-defined3" ;
 };
 String STR_AUTH_FIELD_CUSTOM4
 {
-    Text [ en-US ] = "User-defined4";
+	Text [ en-US ] = "User-defined4" ;
 };
 String STR_AUTH_FIELD_CUSTOM5
 {
-    Text [ en-US ] = "User-defined5";
+	Text [ en-US ] = "User-defined5" ;
 };
 String STR_AUTH_FIELD_ISBN
 {
-	Text [ en-US ] = "ISBN";
+	Text [ en-US ] = "ISBN" ;
 };
 
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+// ********************************************************************** EOF