[openoffice] branch AOO41X updated: Cleaned up resource file

2023-03-03 Thread mseidel
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 95dc5ecf13 Cleaned up resource file
95dc5ecf13 is described below

commit 95dc5ecf13c2574f3b44ab23fd6e0ee706e2f821
Author: mseidel 
AuthorDate: Fri Mar 3 19:18:08 2023 +0100

Cleaned up resource file
---
 main/sw/source/ui/index/cnttab.src | 1256 ++--
 1 file changed, 623 insertions(+), 633 deletions(-)

diff --git a/main/sw/source/ui/index/cnttab.src 
b/main/sw/source/ui/index/cnttab.src
index c744047e15..07f6c6b39e 100644
--- a/main/sw/source/ui/index/cnttab.src
+++ b/main/sw/source/ui/index/cnttab.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.
- * 
+ *
  */
 
 
@@ -41,14 +41,14 @@ String STR_LEVEL
 };
 String STR_FILE_NOT_FOUND
 {
-   Text [ en-US ] = "The file, \"%1\" in the \"%2\" path could not be 
found.";
+   Text [ en-US ] = "The file \"%1\" in the \"%2\" path could not be 
found." ;
 };
 /*
 
 */
 TabDialog DLG_MULTI_TOX
 {
-   HelpID = HID_MULTI_TOX_DLG;
+   HelpID = HID_MULTI_TOX_DLG ;
OutputSize = TRUE ;
SVLook = TRUE ;
 
@@ -61,21 +61,21 @@ TabDialog DLG_MULTI_TOX
{
PageItem
{
-   Identifier =  TP_TOX_SELECT;
-   PageResID = TP_TOX_SELECT;
-   Text [ en-US ] = "Index/Table";
+   Identifier = TP_TOX_SELECT ;
+   PageResID = TP_TOX_SELECT ;
+   Text [ en-US ] = "Index/Table" ;
};
PageItem
{
-   Identifier =  TP_TOX_ENTRY;
-   PageResID = TP_TOX_ENTRY;
-   Text [ en-US ] = "Entries";
+   Identifier = TP_TOX_ENTRY ;
+   PageResID = TP_TOX_ENTRY ;
+   Text [ en-US ] = "Entries" ;
};
PageItem
{
-   Identifier =  TP_TOX_STYLES;
-   PageResID = TP_TOX_STYLES;
-   Text [ en-US ] = "Styles";
+   Identifier = TP_TOX_STYLES ;
+   PageResID = TP_TOX_STYLES ;
+   Text [ en-US ] = "Styles" ;
};
PageItem
{
@@ -93,114 +93,114 @@ TabDialog DLG_MULTI_TOX
};
Window WIN_EXAMPLE
{
-Pos = MAP_APPFONT ( 0 , 12 ) ;
-Size = MAP_APPFONT (  150, 188 ) ;
+   Pos = MAP_APPFONT ( 0, 12 ) ;
+   Size = MAP_APPFONT ( 150, 188 ) ;
};
String ST_USERDEFINEDINDEX
{
-   Text [ en-US ] = "User-Defined Index";
+   Text [ en-US ] = "User-Defined Index" ;
};
CheckBox CB_SHOWEXAMPLE
{
-Size = MAP_APPFONT (  200, 10 ) ;
-   Text [ en-US ] = "Preview";
+   Size = MAP_APPFONT ( 200, 10 ) ;
+   Text [ en-US ] = "Preview" ;
};
-   Text [ en-US ] = "Insert Index/Table";
+   Text [ en-US ] = "Insert Index/Table" ;
 };
 //--
 TabPage TP_TOX_SELECT
 {
-   HelpID =  HID_TP_TOX_SELECT;
-   Size = MAP_APPFONT ( 260 , 185 ) ;
+   HelpID = HID_TP_TOX_SELECT ;
+   Size = MAP_APPFONT ( 260, 185 ) ;
Hide = TRUE ;
 
-FixedLineFL_TYPETITLE
+   FixedLine FL_TYPETITLE
{
-   Pos = MAP_APPFONT ( 6 , 3 ) ;
-Size = MAP_APPFONT ( 248, 8 ) 

[openoffice] branch AOO41X updated: Cleaned up resource file

2023-01-17 Thread mseidel
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 cbbd2dffc4 Cleaned up resource file
cbbd2dffc4 is described below

commit cbbd2dffc40e85ee34a94b50aa201b24cdfa5701
Author: mseidel 
AuthorDate: Tue Jan 17 15:24:52 2023 +0100

Cleaned up resource file
---
 main/dbaccess/source/ui/misc/WizardPages.src | 577 +++
 1 file changed, 240 insertions(+), 337 deletions(-)

diff --git a/main/dbaccess/source/ui/misc/WizardPages.src 
b/main/dbaccess/source/ui/misc/WizardPages.src
index 031fd4b5d4..e0de9e0ed9 100644
--- a/main/dbaccess/source/ui/misc/WizardPages.src
+++ b/main/dbaccess/source/ui/misc/WizardPages.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.
- * 
+ *
  */
 
 
@@ -31,81 +31,80 @@
 #include "dbaccess_helpid.hrc"
 #endif
 
-#include "dbaccess_slotid.hrc"  
+#include "dbaccess_slotid.hrc"
 
-#define WINDOW_SIZE_X   276
+#define WINDOW_SIZE_X  276
 #define WINDOW_SIZE_Y  185
 
-#define WINDOW_BORDER_X 12
-#define WINDOW_BORDER_Y 14
+#define WINDOW_BORDER_X12
+#define WINDOW_BORDER_Y14
 
-#define BUTTON_SIZE_X   50
-#define BUTTON_SIZE_Y   14
+#define BUTTON_SIZE_X  50
+#define BUTTON_SIZE_Y  14
 
 String STR_WIZ_COLUMN_SELECT_TITEL
 {
-   Text [ en-US ] = "Apply columns";
+   Text [ en-US ] = "Apply columns" ;
 };
 
 String STR_WIZ_TYPE_SELECT_TITEL
 {
-   Text [ en-US ] = "Type formatting";
+   Text [ en-US ] = "Type formatting" ;
 };
 
 String STR_WIZ_PKEY_ALREADY_DEFINED
 {
-   Text [ en-US ] = "The following fields have already been set as primary 
keys:\n";
+   Text [ en-US ] = "The following fields have already been set as primary 
keys:\n" ;
 };
 
 String STR_WIZ_NAME_MATCHING_TITEL
 {
-   Text [ en-US ]  = "Assign columns" ;
+   Text [ en-US ] = "Assign columns" ;
 };
 
 ModalDialog WIZ_RTFCOPYTABLE
 {
-HelpID = "dbaccess:ModalDialog:WIZ_RTFCOPYTABLE";
+   HelpID = "dbaccess:ModalDialog:WIZ_RTFCOPYTABLE" ;
 
Text [ en-US ] = "Copy RTF Table" ;
 
+   OutputSize = TRUE ;
+   SVLook = TRUE ;
+   Moveable = TRUE ;
+   Closeable = TRUE ;
+   Hide = TRUE ;
 
-   OutputSize  = TRUE ;
-   SVLook  = TRUE ;
-   Moveable= TRUE ;
-   Closeable   = TRUE ;
-   Hide= TRUE;
-
-HelpButton PB_HELP
+   HelpButton PB_HELP
{
-   TabStop = TRUE ;
-   Size= MAP_APPFONT ( BUTTON_SIZE_X , 
BUTTON_SIZE_Y ) ;
-   Text [ en-US ] = "~Help";
+   TabStop = TRUE ;
+   Size = MAP_APPFONT ( BUTTON_SIZE_X, BUTTON_SIZE_Y ) ;
+   Text [ en-US ] = "~Help" ;
};
CancelButton PB_CANCEL
{
-   TabStop = TRUE ;
-   Size= MAP_APPFONT ( BUTTON_SIZE_X , 
BUTTON_SIZE_Y ) ;
-   Text [ en-US ] = "~Cancel";
+   TabStop = TRUE ;
+   Size = MAP_APPFONT ( BUTTON_SIZE_X, BUTTON_SIZE_Y ) ;
+   Text [ en-US ] = "~Cancel" ;
};
PushButton PB_PREV
{
-   HelpID = "dbaccess:PushButton:WIZ_RTFCOPYTABLE:PB_PREV";
-   TabStop = TRUE ;
-   Size= MAP_APPFONT ( BUTTON_SIZE_X , 
BUTTON_SIZE_Y ) ;
-   Text [ en-US ] = "< ~Back";
+   HelpID = "dbaccess:PushButton:WIZ_RTFCOPYTABLE:PB_PREV" ;
+   TabStop = TRUE ;
+   Size = MAP_APPFONT ( BUTTON_SIZE_X, BUTTON_SIZE_Y ) ;
+   Text [ en-US ] = "< ~Back" ;
};
PushButton PB_NEXT
{
-   HelpID = "dbaccess:PushButton:WIZ_RTFCOPYTABLE:PB_NEXT";
-   TabStop = TRUE ;
-   Size=