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 ae40ccb055 Cleanup resource file, small string change
ae40ccb055 is described below

commit ae40ccb055f9bc0e6ace435dbdaaed18276c035f
Author: mseidel <msei...@apache.org>
AuthorDate: Thu Nov 3 12:36:38 2022 +0100

    Cleanup resource file, small string change
---
 main/sw/source/ui/app/error.src | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/main/sw/source/ui/app/error.src b/main/sw/source/ui/app/error.src
index 38ae27c591..e92205bbb2 100644
--- a/main/sw/source/ui/app/error.src
+++ b/main/sw/source/ui/app/error.src
@@ -27,8 +27,7 @@
 #include "globals.hrc"
 #include "app.hrc"
 #include "swerror.h"
-#include "comcore.hrc"// MS:   Warum gibst auf der Core-Seite
-//             jetzt Resourcen
+#include "comcore.hrc" // MS: Warum gibt es auf der Core-Seite jetzt Ressourcen
 
 /*--------------------------------------------------------------------
  Description: Strings
@@ -56,7 +55,7 @@ InfoBox ERR_CLPBRD_READ
 
 
 #define ERR_CODE( class, err ) (class | (err - ERROR_SW_BASE))
-#define WARN_CODE( class, err )        (class | ( err - WARN_SW_BASE))
+#define WARN_CODE( class, err )        (class | (err - WARN_SW_BASE))
 
 Resource RID_SW_ERRHDL
 {
@@ -91,7 +90,7 @@ Resource RID_SW_ERRHDL
        };
        String ERR_CODE ( ERRCODE_CLASS_READ , ERR_WW6_FASTSAVE_ERR )
        {
-               Text [ en-US ] = "This file was saved with WinWord in 'Fast 
Save' mode. Please unmark the WinWord option 'Allow Fast Saves' and save the 
file again." ;
+               Text [ en-US ] = "This file was saved with Word in 'Fast Save' 
mode. Please unmark the Word option 'Allow Fast Saves' and save the file 
again." ;
        };
        String ERR_CODE ( ERRCODE_CLASS_READ , ERR_FORMAT_ROWCOL )
        {

Reply via email to