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

commit e233dc42801e3caa6bc9465583ba367f34eaec80
Author: mseidel <msei...@apache.org>
AuthorDate: Tue Aug 10 16:12:40 2021 +0200

    Cleaned up resource files
---
 main/svtools/source/contnr/fileview.src | 90 +++++++++++++--------------------
 main/svtools/source/contnr/templwin.hrc | 11 ++--
 main/svtools/source/misc/ehdl.src       | 12 +++--
 main/svtools/source/misc/undo.src       | 11 ++--
 4 files changed, 54 insertions(+), 70 deletions(-)

diff --git a/main/svtools/source/contnr/fileview.src 
b/main/svtools/source/contnr/fileview.src
index 7ed3d2f..7433d3c 100644
--- a/main/svtools/source/contnr/fileview.src
+++ b/main/svtools/source/contnr/fileview.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,21 +7,21 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
 
- // includes ------------------------------------------------------------------
+// includes ------------------------------------------------------------------
 
 #include <svtools/svtools.hrc>
 #include "fileview.hrc"
@@ -31,27 +31,27 @@
 
 String STR_SVT_FILEVIEW_COLUMN_TITLE
 {
-       Text [ en-US ] = "Name";
+       Text [ en-US ] = "Name" ;
 };
 
 String STR_SVT_FILEVIEW_COLUMN_SIZE
 {
-       Text [ en-US ] = "Size";
+       Text [ en-US ] = "Size" ;
 };
 
 String STR_SVT_FILEVIEW_COLUMN_DATE
 {
-       Text [ en-US ] = "Date modified";
+       Text [ en-US ] = "Date modified" ;
 };
 
 String STR_SVT_FILEVIEW_COLUMN_TYPE
 {
-       Text [ en-US ] = "Type";
+       Text [ en-US ] = "Type" ;
 };
 
 String STR_SVT_FILEVIEW_ERR_MAKEFOLDER
 {
-       Text [ en-US ] = "Could not create the folder %1.";
+       Text [ en-US ] = "Could not create the folder %1." ;
 };
 
 String STR_SVT_BYTES
@@ -80,7 +80,6 @@ String STR_SVT_GB
 Image IMG_SVT_FOLDER
 {
        ImageBitmap = Bitmap { File = "folder.png" ; };
-       MaskColor = Color { Red = 0xFFFF ; Green = 0x0000 ; Blue = 0xFFFF ; };
 };
 
 // Menus -----------------------------------------------------------------
@@ -93,55 +92,55 @@ Menu RID_FILEVIEW_CONTEXTMENU
                {
                        Identifier = MID_FILEVIEW_DELETE ;
                        HelpId = HID_FILEVIEW_MENU_DELETE ;
-                       Text [ en-US ] = "~Delete";
+                       Text [ en-US ] = "~Delete" ;
                };
                MenuItem
                {
                        Identifier = MID_FILEVIEW_RENAME ;
                        HelpId = HID_FILEVIEW_MENU_RENAME ;
-                       Text [ en-US ] = "~Rename";
+                       Text [ en-US ] = "~Rename" ;
                };
        };
 };
 
 ModalDialog DLG_SVT_QUERYDELETE
 {
-    HelpID = "svtools:ModalDialog:DLG_SVT_QUERYDELETE";
+       HelpID = "svtools:ModalDialog:DLG_SVT_QUERYDELETE" ;
        SVLook = TRUE ;
        OutputSize = TRUE ;
        Moveable = TRUE ;
-       Size = MAP_APPFONT ( 221 , 67 ) ;
+       Size = MAP_APPFONT ( 221, 67 ) ;
        Text [ en-US ] = "Confirm Delete" ;
 
        FixedText TXT_ENTRY
        {
-               NoLabel = TRUE;
-               Pos = MAP_APPFONT ( 6 , 6 ) ;
-               Size = MAP_APPFONT ( 40 , 10 ) ;
+               NoLabel = TRUE ;
+               Pos = MAP_APPFONT ( 6, 6 ) ;
+               Size = MAP_APPFONT ( 40, 10 ) ;
                Text [ en-US ] = "Entry:" ;
        };
 
        FixedText TXT_ENTRYNAME
        {
-               Pos = MAP_APPFONT ( 52 , 6 ) ;
-               Size = MAP_APPFONT ( 163 , 10 ) ;
+               Pos = MAP_APPFONT ( 52, 6 ) ;
+               Size = MAP_APPFONT ( 163, 10 ) ;
                NoLabel = TRUE ;
        };
 
        FixedText TXT_QUERYMSG
        {
-               NoLabel = TRUE;
-               WordBreak = TRUE;
-               Pos = MAP_APPFONT ( 6 , 19 ) ;
-               Size = MAP_APPFONT ( 209 , 22 ) ;
+               NoLabel = TRUE ;
+               WordBreak = TRUE ;
+               Pos = MAP_APPFONT ( 6, 19 ) ;
+               Size = MAP_APPFONT ( 209, 22 ) ;
                Text [ en-US ] = "Are you sure you want to delete the selected 
data?" ;
        };
 
        PushButton BTN_YES
        {
-           HelpID = "svtools:PushButton:DLG_SVT_QUERYDELETE:BTN_YES";
-               Pos = MAP_APPFONT ( 6 , 47 ) ;
-               Size = MAP_APPFONT ( 50 , 14 ) ;
+               HelpID = "svtools:PushButton:DLG_SVT_QUERYDELETE:BTN_YES" ;
+               Pos = MAP_APPFONT ( 6, 47 ) ;
+               Size = MAP_APPFONT ( 50, 14 ) ;
                TabStop = TRUE ;
                DefButton = TRUE ;
                Text [ en-US ] = "~Delete" ;
@@ -149,9 +148,9 @@ ModalDialog DLG_SVT_QUERYDELETE
 
        PushButton BTN_ALL
        {
-           HelpID = "svtools:PushButton:DLG_SVT_QUERYDELETE:BTN_ALL";
-               Pos = MAP_APPFONT ( 59 , 47 ) ;
-               Size = MAP_APPFONT ( 50 , 14 ) ;
+               HelpID = "svtools:PushButton:DLG_SVT_QUERYDELETE:BTN_ALL" ;
+               Pos = MAP_APPFONT ( 59, 47 ) ;
+               Size = MAP_APPFONT ( 50, 14 ) ;
                TabStop = TRUE ;
                Disable = TRUE ;
                Text [ en-US ] = "Delete ~All" ;
@@ -159,38 +158,19 @@ ModalDialog DLG_SVT_QUERYDELETE
 
        PushButton BTN_NO
        {
-           HelpID = "svtools:PushButton:DLG_SVT_QUERYDELETE:BTN_NO";
-               Pos = MAP_APPFONT ( 112 , 47 ) ;
-               Size = MAP_APPFONT ( 50 , 14 ) ;
+               HelpID = "svtools:PushButton:DLG_SVT_QUERYDELETE:BTN_NO" ;
+               Pos = MAP_APPFONT ( 112, 47 ) ;
+               Size = MAP_APPFONT ( 50, 14 ) ;
                TabStop = TRUE ;
                Text [ en-US ] = "Do ~Not Delete" ;
        };
 
        CancelButton BTN_CANCEL
        {
-               Pos = MAP_APPFONT ( 165 , 47 ) ;
-               Size = MAP_APPFONT ( 50 , 14 ) ;
+               Pos = MAP_APPFONT ( 165, 47 ) ;
+               Size = MAP_APPFONT ( 50, 14 ) ;
                TabStop = TRUE ;
        };
 };
 
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+// ********************************************************************** EOF
diff --git a/main/svtools/source/contnr/templwin.hrc 
b/main/svtools/source/contnr/templwin.hrc
index a69212b..3867bd8 100644
--- a/main/svtools/source/contnr/templwin.hrc
+++ b/main/svtools/source/contnr/templwin.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,19 +7,20 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
+
 #ifndef _SVTOOLS_TEMPLWIN_HRC
 #define _SVTOOLS_TEMPLWIN_HRC
 
@@ -29,7 +30,7 @@
 #define BTN_DOCTEMPLATE_OPEN   13
 #define BTN_DOCTEMPLATE_CANCEL 14
 #define BTN_DOCTEMPLATE_HELP   15
-#define FT_DOCTEMPLATE_LINK     16
+#define FT_DOCTEMPLATE_LINK            16
 
 #define TI_DOCTEMPLATE_BACK            1
 #define TI_DOCTEMPLATE_PREV            2
diff --git a/main/svtools/source/misc/ehdl.src 
b/main/svtools/source/misc/ehdl.src
index f234134..90db96b 100644
--- a/main/svtools/source/misc/ehdl.src
+++ b/main/svtools/source/misc/ehdl.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,7 +25,7 @@
 #include <svtools/svtools.hrc>
 #include <svtools/sfxecode.hxx>
 
- // pragma ----------------------------------------------------------------
+// pragma ----------------------------------------------------------------
 
 String STR_ERR_HDLMESS
 {
@@ -35,3 +35,5 @@ String RID_ERRHDL_CLASS
 {
        Text = "$(CLASS)$(ERROR)" ;
 };
+
+// ********************************************************************** EOF
diff --git a/main/svtools/source/misc/undo.src 
b/main/svtools/source/misc/undo.src
index 4d4807f..ca95c56 100644
--- a/main/svtools/source/misc/undo.src
+++ b/main/svtools/source/misc/undo.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,21 +7,21 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
 
- // include ------------------------------------------------------------------
+// include ------------------------------------------------------------------
 
 #include <svtools/svtools.hrc>
 
@@ -38,3 +38,4 @@ String STR_REPEAT
        Text [ en-US ] = "~Repeat: " ;
 };
 
+// ********************************************************************** EOF

Reply via email to