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 2aa997739e Cleanup resource files
2aa997739e is described below
commit 2aa997739eb86754f18f7fdea64864822c2c92b2
Author: mseidel <[email protected]>
AuthorDate: Fri Sep 12 23:48:25 2025 +0200
Cleanup resource files
---
main/vcl/source/src/btntext.src | 2 -
main/vcl/source/src/helptext.src | 2 -
main/vcl/source/src/images.src | 11 +++---
main/vcl/source/src/menu.src | 80 ++++++++++++++++++++--------------------
main/vcl/source/src/print.src | 40 ++++++++++----------
main/vcl/source/src/stdtext.src | 10 ++---
main/vcl/source/src/units.src | 2 -
7 files changed, 67 insertions(+), 80 deletions(-)
diff --git a/main/vcl/source/src/btntext.src b/main/vcl/source/src/btntext.src
index ccd9c5d042..11b4004614 100644
--- a/main/vcl/source/src/btntext.src
+++ b/main/vcl/source/src/btntext.src
@@ -19,8 +19,6 @@
*
*************************************************************/
-
-
#define _SV_BTNTEXT_SRC
#include <svids.hrc>
diff --git a/main/vcl/source/src/helptext.src b/main/vcl/source/src/helptext.src
index 1cb19d873f..fa83da5001 100644
--- a/main/vcl/source/src/helptext.src
+++ b/main/vcl/source/src/helptext.src
@@ -19,8 +19,6 @@
*
*************************************************************/
-
-
#define _SV_HELPTEXT_SRC
#include <svids.hrc>
diff --git a/main/vcl/source/src/images.src b/main/vcl/source/src/images.src
index 4147f3a0c2..f25ddded80 100644
--- a/main/vcl/source/src/images.src
+++ b/main/vcl/source/src/images.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,20 +7,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.
- *
+ *
*************************************************************/
-
-
#define _SV_IMAGES_SRC
#include <svids.hrc>
@@ -805,3 +803,4 @@ Bitmap SV_DISCLOSURE_MINUS_HC
File = "minus_sch.png" ;
};
+// ********************************************************************** EOF
diff --git a/main/vcl/source/src/menu.src b/main/vcl/source/src/menu.src
index 7e0f43828d..1a64a58776 100644
--- a/main/vcl/source/src/menu.src
+++ b/main/vcl/source/src/menu.src
@@ -19,8 +19,6 @@
*
*************************************************************/
-
-
#define _SV_MENU_SRC
#include <svids.hrc>
@@ -32,73 +30,73 @@ String SV_RESID_STRING_NOSELECTIONPOSSIBLE
Menu SV_RESID_MENU_EDIT
{
- ItemList =
- {
- MenuItem
- {
- Identifier = SV_MENU_EDIT_UNDO ;
- Text [ en-US ] = "~Undo" ;
+ ItemList =
+ {
+ MenuItem
+ {
+ Identifier = SV_MENU_EDIT_UNDO ;
+ Text [ en-US ] = "~Undo" ;
};
- MenuItem { Separator = TRUE ; } ;
- MenuItem
- {
- Identifier = SV_MENU_EDIT_CUT ;
- Text [ en-US ] = "Cu~t" ;
+ MenuItem { Separator = TRUE ; } ;
+ MenuItem
+ {
+ Identifier = SV_MENU_EDIT_CUT ;
+ Text [ en-US ] = "Cu~t" ;
};
- MenuItem
- {
- Identifier = SV_MENU_EDIT_COPY ;
- Text [ en-US ] = "~Copy" ;
+ MenuItem
+ {
+ Identifier = SV_MENU_EDIT_COPY ;
+ Text [ en-US ] = "~Copy" ;
};
- MenuItem
- {
- Identifier = SV_MENU_EDIT_PASTE ;
- Text [ en-US ] = "~Paste" ;
+ MenuItem
+ {
+ Identifier = SV_MENU_EDIT_PASTE ;
+ Text [ en-US ] = "~Paste" ;
};
- MenuItem
- {
- Identifier = SV_MENU_EDIT_DELETE ;
- Text [ en-US ] = "~Delete" ;
+ MenuItem
+ {
+ Identifier = SV_MENU_EDIT_DELETE ;
+ Text [ en-US ] = "~Delete" ;
};
- MenuItem { Separator = TRUE ; };
- MenuItem
- {
- Identifier = SV_MENU_EDIT_SELECTALL ;
- Text [ en-US ] = "Select ~All" ;
+ MenuItem { Separator = TRUE ; };
+ MenuItem
+ {
+ Identifier = SV_MENU_EDIT_SELECTALL ;
+ Text [ en-US ] = "Select ~All" ;
};
- MenuItem { Separator = TRUE ; } ;
- MenuItem
- {
- Identifier = SV_MENU_EDIT_INSERTSYMBOL ;
+ MenuItem { Separator = TRUE ; } ;
+ MenuItem
+ {
+ Identifier = SV_MENU_EDIT_INSERTSYMBOL ;
Text [ en-US ] = "~Special Character..." ;
-
+
};
- };
+ };
};
String SV_MENU_MAC_SERVICES
{
- Text [ en-US ] = "Services" ;
+ Text [ en-US ] = "Services" ;
};
String SV_MENU_MAC_HIDEAPP
{
- Text [ en-US ] = "Hide %PRODUCTNAME" ;
+ Text [ en-US ] = "Hide %PRODUCTNAME" ;
};
String SV_MENU_MAC_HIDEALL
{
- Text [ en-US ] = "Hide Others" ;
+ Text [ en-US ] = "Hide Others" ;
};
String SV_MENU_MAC_SHOWALL
{
- Text [ en-US ] = "Show All" ;
+ Text [ en-US ] = "Show All" ;
};
String SV_MENU_MAC_QUITAPP
{
- Text [ en-US ] = "Quit %PRODUCTNAME" ;
+ Text [ en-US ] = "Quit %PRODUCTNAME" ;
};
// ********************************************************************** EOF
diff --git a/main/vcl/source/src/print.src b/main/vcl/source/src/print.src
index cf1d1cef10..4652b121e7 100644
--- a/main/vcl/source/src/print.src
+++ b/main/vcl/source/src/print.src
@@ -19,8 +19,6 @@
*
*************************************************************/
-
-
#include "svids.hrc"
ModalDialog SV_DLG_PRINT
@@ -160,13 +158,13 @@ ModalDialog SV_DLG_PRINT
CurPos = 0 ;
StringList [en-US] =
{
- < "1" ; 1; > ;
- < "2" ; 2; > ;
- < "4" ; 4; > ;
- < "6" ; 6; > ;
- < "9" ; 9; > ;
- < "16" ; 16; > ;
- < "Custom" ; 0xffff; > ;
+ < "1" ; 1; > ;
+ < "2" ; 2; > ;
+ < "4" ; 4; > ;
+ < "6" ; 6; > ;
+ < "9" ; 9; > ;
+ < "16" ; 16; > ;
+ < "Custom" ; 0xffff; > ;
};
};
FixedText SV_PRINT_PRT_NUP_NUM_PAGES_TXT
@@ -265,9 +263,9 @@ ModalDialog SV_DLG_PRINT
CurPos = 0 ;
StringList [en-US] =
{
- < "Automatic" ;
SV_PRINT_PRT_NUP_ORIENTATION_AUTOMATIC; > ;
- < "Portrait" ;
SV_PRINT_PRT_NUP_ORIENTATION_PORTRAIT; > ;
- < "Landscape" ;
SV_PRINT_PRT_NUP_ORIENTATION_LANDSCAPE; > ;
+ < "Automatic" ;
SV_PRINT_PRT_NUP_ORIENTATION_AUTOMATIC; > ;
+ < "Portrait" ;
SV_PRINT_PRT_NUP_ORIENTATION_PORTRAIT; > ;
+ < "Landscape" ;
SV_PRINT_PRT_NUP_ORIENTATION_LANDSCAPE; > ;
};
};
FixedText SV_PRINT_PRT_NUP_ORDER_TXT
@@ -286,10 +284,10 @@ ModalDialog SV_DLG_PRINT
CurPos = 0 ;
StringList [en-US] =
{
- < "left to right, then down" ;
SV_PRINT_PRT_NUP_ORDER_LRTB; > ;
- < "top to bottom, then right" ;
SV_PRINT_PRT_NUP_ORDER_TBLR; > ;
- < "top to bottom, then left" ;
SV_PRINT_PRT_NUP_ORDER_TBRL; > ;
- < "right to left, then down" ;
SV_PRINT_PRT_NUP_ORDER_RLTB; > ;
+ < "left to right, then down" ;
SV_PRINT_PRT_NUP_ORDER_LRTB; > ;
+ < "top to bottom, then right" ;
SV_PRINT_PRT_NUP_ORDER_TBLR; > ;
+ < "top to bottom, then left" ;
SV_PRINT_PRT_NUP_ORDER_TBRL; > ;
+ < "right to left, then down" ;
SV_PRINT_PRT_NUP_ORDER_RLTB; > ;
};
};
CheckBox SV_PRINT_PRT_NUP_BORDER_CB
@@ -488,11 +486,11 @@ StringArray SV_PRINT_NATIVE_STRINGS
{
ItemList [en-US] =
{
- < "Preview" ; > ;
- < "Page number" ; > ;
- < "Number of pages" ; > ;
- < "More" ; >;
- < "Print selection only" ; > ;
+ < "Preview" ; > ;
+ < "Page number" ; > ;
+ < "Number of pages" ; > ;
+ < "More" ; > ;
+ < "Print selection only" ; > ;
};
};
diff --git a/main/vcl/source/src/stdtext.src b/main/vcl/source/src/stdtext.src
index 22e3a1ada6..93c3e3e6eb 100644
--- a/main/vcl/source/src/stdtext.src
+++ b/main/vcl/source/src/stdtext.src
@@ -19,8 +19,6 @@
*
*************************************************************/
-
-
#define _SV_STDTEXT_SRC
#include <svids.hrc>
@@ -77,22 +75,22 @@ String SV_ACCESSERROR_JAVA_MSG
String SV_ACCESSERROR_MISSING_JAVA
{
- Text [ en-US ] = "No Java Installation";
+ Text [ en-US ] = "No Java Installation" ;
};
String SV_ACCESSERROR_JAVA_NOT_CONFIGURED
{
- Text [ en-US ] = "Missing Java Configuration";
+ Text [ en-US ] = "Missing Java Configuration" ;
};
String SV_ACCESSERROR_JAVA_DISABLED
{
- Text [ en-US ] = "Java Disabled";
+ Text [ en-US ] = "Java Disabled" ;
};
String SV_ACCESSERROR_TURNAROUND_MSG
{
- Text [ en-US ] = "The Java Access Bridge could not be started.";
+ Text [ en-US ] = "The Java Access Bridge could not be started." ;
};
String SV_ACCESSERROR_NO_FONTS
diff --git a/main/vcl/source/src/units.src b/main/vcl/source/src/units.src
index e8bec44aff..ab7c0610ac 100644
--- a/main/vcl/source/src/units.src
+++ b/main/vcl/source/src/units.src
@@ -19,8 +19,6 @@
*
*************************************************************/
-
-
#define _SV_UNITS_SRC
#include <svids.hrc>