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

johnbam 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 0ad760fdaa Update `svdibrow.cxx`, `WWD_Events.java` and `process.cxx`: 
Fix `unknown` and `understand` word, Change spaces to tab (#411)
0ad760fdaa is described below

commit 0ad760fdaad0fdb72609eac53931402bf6537953
Author: Max Base <[email protected]>
AuthorDate: Thu Sep 4 23:43:49 2025 +0330

    Update `svdibrow.cxx`, `WWD_Events.java` and `process.cxx`: Fix `unknown` 
and `understand` word, Change spaces to tab (#411)
    
    * Update UNKNOWN word in process.cxx file
    
    * main/svx/source/svdraw/svdibrow.cxx: Fix UNKNOWN
    
    * Remove uknown from codespell.txt
    
    * Fix understand word too
    
    * Update main/svx/source/svdraw/svdibrow.cxx
    
    ---------
    
    Co-authored-by: John Bampton <[email protected]>
---
 .github/linters/codespell.txt                         | 2 --
 main/sal/osl/w32/process.cxx                          | 2 +-
 main/svx/source/svdraw/svdibrow.cxx                   | 4 ++--
 main/wizards/com/sun/star/wizards/web/WWD_Events.java | 2 +-
 4 files changed, 4 insertions(+), 6 deletions(-)

diff --git a/.github/linters/codespell.txt b/.github/linters/codespell.txt
index d2f857d1ea..bd5902a5fe 100644
--- a/.github/linters/codespell.txt
+++ b/.github/linters/codespell.txt
@@ -2936,7 +2936,6 @@ ue
 ues
 uesd
 uhandled
-uknown
 ultimatly
 ummark
 unambigous
@@ -2949,7 +2948,6 @@ unconvertable
 uncorrectly
 uncrypted
 undelying
-undestand
 undestood
 undet
 undistinghable
diff --git a/main/sal/osl/w32/process.cxx b/main/sal/osl/w32/process.cxx
index 399bbdf6fe..3a782d67b6 100644
--- a/main/sal/osl/w32/process.cxx
+++ b/main/sal/osl/w32/process.cxx
@@ -618,7 +618,7 @@ oslSocket SAL_CALL osl_receiveResourcePipe(oslPipe hPipe)
                }
                else
                {
-                       OSL_TRACE("osl_receiveResourcePipe: UKNOWN\n");
+                       OSL_TRACE("osl_receiveResourcePipe: UNKNOWN\n");
                        bRet = sal_False;
                }
         }
diff --git a/main/svx/source/svdraw/svdibrow.cxx 
b/main/svx/source/svdraw/svdibrow.cxx
index 1e0e9ef173..dc5a151cda 100644
--- a/main/svx/source/svdraw/svdibrow.cxx
+++ b/main/svx/source/svdraw/svdibrow.cxx
@@ -335,7 +335,7 @@ String _SdrItemBrowserControl::GetCellText(long _nRow, 
sal_uInt16 _nColId) const
                                        {
                                                switch (pEntry->eState)
                                                {
-                                                       case SFX_ITEM_UNKNOWN : 
sRet=String("Uknown", aTextEncoding);   break;
+                                                       case SFX_ITEM_UNKNOWN : 
sRet=String("Unknown", aTextEncoding);  break;
                                                        case SFX_ITEM_DISABLED: 
sRet=String("Disabled", aTextEncoding); break;
                                                        case SFX_ITEM_DONTCARE: 
sRet=String("DontCare", aTextEncoding); break;
                                                        case SFX_ITEM_SET     : 
sRet=String("Set", aTextEncoding);      break;
@@ -950,7 +950,7 @@ void _SdrItemBrowserControl::SetAttributes(const 
SfxItemSet* pSet, const SfxItem
                                        XubString aCommentStr;
 
                                        
INSERTCOMMENT(XATTR_LINE_FIRST,XATTR_LINE_LAST,String("L I N I E", 
aTextEncoding));
-                    INSERTCOMMENT(XATTR_FILL_FIRST,XATTR_FILL_LAST,String("F L 
� C H E", aTextEncoding));
+                                       
INSERTCOMMENT(XATTR_FILL_FIRST,XATTR_FILL_LAST,String("F L Ä C H E", 
aTextEncoding));
                                        
INSERTCOMMENT(XATTR_TEXT_FIRST,XATTR_TEXT_LAST,String("F O N T W O R K", 
aTextEncoding));
                                        
INSERTCOMMENT(SDRATTR_SHADOW_FIRST,SDRATTR_SHADOW_LAST,String("S C H A T T E 
N", aTextEncoding));
                                        
INSERTCOMMENT(SDRATTR_CAPTION_FIRST,SDRATTR_CAPTION_LAST,String("L E G E N D 
E", aTextEncoding));
diff --git a/main/wizards/com/sun/star/wizards/web/WWD_Events.java 
b/main/wizards/com/sun/star/wizards/web/WWD_Events.java
index aa37e73726..4763847033 100644
--- a/main/wizards/com/sun/star/wizards/web/WWD_Events.java
+++ b/main/wizards/com/sun/star/wizards/web/WWD_Events.java
@@ -270,7 +270,7 @@ public abstract class WWD_Events extends WWD_Startup
     /**
      * A method used by the UnoDataAware attached
      * to the Documents listbox.
-     * See the concept of the DataAware objects to undestand
+     * See the concept of the DataAware objects to understand
      * why it is there...
      */
     public short[] getSelectedDoc()

Reply via email to