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

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


The following commit(s) were added to refs/heads/AOO42X by this push:
     new fc2fe3e61e Clean up resource files
fc2fe3e61e is described below

commit fc2fe3e61e98619602ca6974f8603c4ddd0b485e
Author: mseidel <msei...@apache.org>
AuthorDate: Tue Oct 29 17:51:25 2024 +0100

    Clean up resource files
    
    (cherry picked from commit 25d6c01e45ced6c080a41cc7e34a7ebea710be22)
---
 main/svtools/workben/unodialog/roadmapskeleton.src | 76 +++++++++++-----------
 main/sw/source/ui/dbui/mailmergechildwindow.src    |  3 +-
 main/sw/source/ui/fmtui/tmpdlg.src                 | 22 -------
 3 files changed, 39 insertions(+), 62 deletions(-)

diff --git a/main/svtools/workben/unodialog/roadmapskeleton.src 
b/main/svtools/workben/unodialog/roadmapskeleton.src
index 48ab7c1f86..f1638edce0 100644
--- a/main/svtools/workben/unodialog/roadmapskeleton.src
+++ b/main/svtools/workben/unodialog/roadmapskeleton.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,79 +7,79 @@
  * 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 "udlg_global.hrc"
 #include "roadmapskeleton.hrc"
 
 // 
-----------------------------------------------------------------------------
 ModalDialog DLG_ROADMAP_SKELETON
 {
-    HelpID = "svtools:ModalDialog:DLG_ROADMAP_SKELETON";
+       HelpID = "svtools:ModalDialog:DLG_ROADMAP_SKELETON" ;
        OutputSize = TRUE ;
-       Moveable = TRUE;
+       Moveable = TRUE ;
        Closeable = TRUE ;
-       Hide = TRUE;
+       Hide = TRUE ;
 
-    Text[ en-US ]  = "Roadmap Skeleton Demo" ;
+       Text [ en-US ] = "Roadmap Skeleton Demo" ;
 
-    String STR_STATE_WELCOME
-    {
-        Text [ en-US ] = "Welcome";
-    };
+       String STR_STATE_WELCOME
+       {
+               Text [ en-US ] = "Welcome" ;
+       };
 
-    String STR_STATE_PREPARE
-    {
-        Text [ en-US ] = "Prepare";
-    };
+       String STR_STATE_PREPARE
+       {
+               Text [ en-US ] = "Prepare" ;
+       };
 
-    String STR_STATE_SETUP
-    {
-        Text [ en-US ] = "Setup";
-    };
+       String STR_STATE_SETUP
+       {
+               Text [ en-US ] = "Setup" ;
+       };
 
-    String STR_STATE_FINISH
-    {
-        Text [ en-US ] = "Finish";
-    };
+       String STR_STATE_FINISH
+       {
+               Text [ en-US ] = "Finish" ;
+       };
 };
 
 TabPage TP_WELCOME
 {
-    HelpID = "svtools:TabPage:TP_WELCOME";
-    Size = MAP_APPFONT( TAB_PAGE_WIDTH, TAB_PAGE_HEIGHT );
-    Hide = TRUE;
+       HelpID = "svtools:TabPage:TP_WELCOME" ;
+       Size = MAP_APPFONT ( TAB_PAGE_WIDTH, TAB_PAGE_HEIGHT ) ;
+       Hide = TRUE ;
 };
 
 TabPage TP_PREPARE
 {
-    HelpID = "svtools:TabPage:TP_PREPARE";
-    Size = MAP_APPFONT( TAB_PAGE_WIDTH, TAB_PAGE_HEIGHT );
-    Hide = TRUE;
+       HelpID = "svtools:TabPage:TP_PREPARE" ;
+       Size = MAP_APPFONT ( TAB_PAGE_WIDTH, TAB_PAGE_HEIGHT ) ;
+       Hide = TRUE ;
 };
 
 TabPage TP_SETUP
 {
-    HelpID = "svtools:TabPage:TP_SETUP";
-    Size = MAP_APPFONT( TAB_PAGE_WIDTH, TAB_PAGE_HEIGHT );
-    Hide = TRUE;
+       HelpID = "svtools:TabPage:TP_SETUP" ;
+       Size = MAP_APPFONT ( TAB_PAGE_WIDTH, TAB_PAGE_HEIGHT ) ;
+       Hide = TRUE ;
 };
 
 TabPage TP_FINISH
 {
-    HelpID = "svtools:TabPage:TP_FINISH";
-    Size = MAP_APPFONT( TAB_PAGE_WIDTH, TAB_PAGE_HEIGHT );
-    Hide = TRUE;
+       HelpID = "svtools:TabPage:TP_FINISH" ;
+       Size = MAP_APPFONT ( TAB_PAGE_WIDTH, TAB_PAGE_HEIGHT ) ;
+       Hide = TRUE ;
 };
+
+// ********************************************************************** EOF
diff --git a/main/sw/source/ui/dbui/mailmergechildwindow.src 
b/main/sw/source/ui/dbui/mailmergechildwindow.src
index 89da5e046a..f2777b5274 100644
--- a/main/sw/source/ui/dbui/mailmergechildwindow.src
+++ b/main/sw/source/ui/dbui/mailmergechildwindow.src
@@ -19,7 +19,6 @@
  *
  *************************************************************/
 
-
 #include "mailmergechildwindow.hrc"
 #include "dbui.hrc"
 #include "helpid.h"
@@ -233,7 +232,7 @@ ModalDialog DLG_MM_SENDWARNING
        Size = MAP_APPFONT ( 240, 137 ) ;
        Moveable = TRUE ;
 
-       Text[en-US] = "E-Mails could not be sent" ;
+       Text [en-US] = "E-Mails could not be sent" ;
        FixedImage IM_WARNING
        {
                Pos = MAP_APPFONT ( 6, 3 ) ;
diff --git a/main/sw/source/ui/fmtui/tmpdlg.src 
b/main/sw/source/ui/fmtui/tmpdlg.src
index 3071367cef..385eecb815 100644
--- a/main/sw/source/ui/fmtui/tmpdlg.src
+++ b/main/sw/source/ui/fmtui/tmpdlg.src
@@ -19,8 +19,6 @@
  *
  *************************************************************/
 
-
-
 #ifndef _SFX_HRC
 #include <sfx2/sfx.hrc>
 #endif
@@ -188,16 +186,6 @@ TabDialog DLG_TEMPLATE_4
 {
        OutputSize = TRUE ;
        SVLook = TRUE ;
-        //     Text[norwegian_wrong] = "Sidetyper" ;
-        //     Text[italian_wrong] = "Stili pagina" ;
-        //     Text[portuguese_brazilian_wrong] = "Estilos da P�gina " ;
-        //     Text[portuguese_wrong] = "Estilos da P�gina " ;
-        //     Text[finnish_wrong] = "Sivutyylit" ;
-        //     Text[danish_wrong] = "Sidelayout" ;
-        //     Text[french_wrong] = "Styles de page" ;
-        //     Text[swedish_wrong] = "Sidformat" ;
-        //     Text[dutch_wrong] = "Pagina-opmaakprofielen" ;
-        //     Text[spanish_wrong] = "Estilos de p�gina" ;
        Text [ en-US ] = "Page Style" ;
        Moveable = TRUE ;
        TabControl 1
@@ -298,16 +286,6 @@ TabDialog DLG_TEMPLATE_3
 {
        OutputSize = TRUE ;
        SVLook = TRUE ;
-        //     Text[norwegian_wrong] = "Rammemaler" ;
-        //     Text[italian_wrong] = "Stili cornice" ;
-        //     Text[portuguese_brazilian_wrong] = "Estilos de Moldura" ;
-        //     Text[portuguese_wrong] = "Estilos de Moldura" ;
-        //     Text[finnish_wrong] = "Kehystyylit" ;
-        //     Text[danish_wrong] = "Rammelayout" ;
-        //     Text[french_wrong] = "Styles d'encadrement" ;
-        //     Text[swedish_wrong] = "Ramformat" ;
-        //     Text[dutch_wrong] = "Kaderopmaakprofielen" ;
-        //     Text[spanish_wrong] = "Estilos de marco" ;
        Text [ en-US ] = "Frame Style" ;
        Moveable = TRUE ;
        TabControl 1

Reply via email to