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

commit af8536aaf29e250aba9a03092cff268899f5f306
Author: John Bampton <jbamp...@users.noreply.github.com>
AuthorDate: Thu Dec 12 01:25:20 2024 +1000

    Fix spelling (#230)
    
    * Fix spelling
    
    * Update GraphicalDisplay.java
    
    * Update xmltbli.cxx
    
    ---------
    
    Co-authored-by: Matthias Seidel <msei...@apache.org>
    (cherry picked from commit 687a209229135d11a390ed8d934589157f5ae23c)
---
 .../examples/DevelopersGuide/Accessibility/GraphicalDisplay.java  | 6 +++---
 main/offapi/com/sun/star/text/Cell.idl                            | 2 +-
 main/oox/source/ole/axcontrol.cxx                                 | 2 +-
 main/sw/source/filter/xml/xmltbli.cxx                             | 8 ++++----
 main/sw/source/ui/uno/dlelstnr.cxx                                | 2 +-
 main/vcl/inc/vcl/dockwin.hxx                                      | 2 +-
 6 files changed, 11 insertions(+), 11 deletions(-)

diff --git 
a/main/odk/examples/DevelopersGuide/Accessibility/GraphicalDisplay.java 
b/main/odk/examples/DevelopersGuide/Accessibility/GraphicalDisplay.java
index 2d44d12a40..e01e11be49 100644
--- a/main/odk/examples/DevelopersGuide/Accessibility/GraphicalDisplay.java
+++ b/main/odk/examples/DevelopersGuide/Accessibility/GraphicalDisplay.java
@@ -41,8 +41,8 @@ public class GraphicalDisplay
     extends JPanel
     implements IAccessibleObjectDisplay
 {
-    /** Create a new graphical widget the displays some of the geometrical
-        information availbable from accessible objects.
+    /** Create a new graphical widget that displays some of the geometrical
+        information available from accessible objects.
     */
     public GraphicalDisplay ()
     {
@@ -51,7 +51,7 @@ public class GraphicalDisplay
 
 
     /** Paint some or all of the area of this widget with the outlines of
-        the currently focues object and its ancestors.
+        the currently focused object and its ancestors.
      */
     public synchronized void paintComponent (Graphics g)
     {
diff --git a/main/offapi/com/sun/star/text/Cell.idl 
b/main/offapi/com/sun/star/text/Cell.idl
index 127fdaec71..b5ad8dcfd4 100644
--- a/main/offapi/com/sun/star/text/Cell.idl
+++ b/main/offapi/com/sun/star/text/Cell.idl
@@ -60,7 +60,7 @@ service Cell
     //-------------------------------------------------------------------------
     /** contains properties from table cells.
 
-        <p>All of these properties are either already availbale in the 
+        <p>All of these properties are either already available in the
         service
         <type scope="com::sun::star::text">CellProperties</type>, 
         or get matched against one of those or are implemented
diff --git a/main/oox/source/ole/axcontrol.cxx 
b/main/oox/source/ole/axcontrol.cxx
index ba93576977..cce7094244 100644
--- a/main/oox/source/ole/axcontrol.cxx
+++ b/main/oox/source/ole/axcontrol.cxx
@@ -1591,7 +1591,7 @@ bool AxContainerModelBase::importBinaryModel( 
BinaryInputStream& rInStrm )
     aReader.skipUndefinedProperty();
     aReader.readIntProperty< sal_uInt32 >( mnBackColor );
     aReader.readIntProperty< sal_uInt32 >( mnTextColor );
-    aReader.skipIntProperty< sal_uInt32 >(); // next availbale control ID
+    aReader.skipIntProperty< sal_uInt32 >(); // next available control ID
     aReader.skipUndefinedProperty();
     aReader.skipUndefinedProperty();
     aReader.readIntProperty< sal_uInt32 >( mnFlags );
diff --git a/main/sw/source/filter/xml/xmltbli.cxx 
b/main/sw/source/filter/xml/xmltbli.cxx
index 9e50ea6995..1ed415cf56 100644
--- a/main/sw/source/filter/xml/xmltbli.cxx
+++ b/main/sw/source/filter/xml/xmltbli.cxx
@@ -2375,8 +2375,8 @@ SwTableLine *SwXMLTableContext::MakeTableLine( SwTableBox 
*pUpper,
                 else if ( bHasSubTables )
                 {
                     // If the table resulting table fragment could be divided
-                    // into lines if spllitting behind the current column, but
-                    // this doesn't apply for thr next column, we split begind
+                    // into lines if splitting behind the current column, but
+                    // this doesn't apply for thr next column, we split behind
                     // the current column. This applies for the last column,
                     // too.
                     // If the resulting box cannot be splitted into rows,
@@ -2754,9 +2754,9 @@ void SwXMLTableContext::MakeTable()
             // #78246#: For text::HoriOrientation::NONE we would prefere to 
use the sum
                        // of the relative column widths as reference width.
                        // Unfortunately this works only if this sum 
interpreted as
-                       // twip value is larger than the space that is 
avaialable.
+                       // twip value is larger than the space that is 
available.
                        // We don't know that space, so we have to use 
USHRT_MAX, too.
-                       // Even if a size is speczified, it will be ignored!
+                       // Even if a size is specified, it will be ignored!
                        nWidth = USHRT_MAX;
                        break;
                default:
diff --git a/main/sw/source/ui/uno/dlelstnr.cxx 
b/main/sw/source/ui/uno/dlelstnr.cxx
index cc1ff85e8d..64fa1819ba 100644
--- a/main/sw/source/ui/uno/dlelstnr.cxx
+++ b/main/sw/source/ui/uno/dlelstnr.cxx
@@ -151,7 +151,7 @@ void SAL_CALL 
SwLinguServiceEventListener::processLinguServiceEvent(
         //!! since this function may be called within the ctor of
         //!! SwView (during formatting) where the WrtShell is not yet
         //!! created, we have to check for the WrtShellPtr to see
-        //!! if it is already availbale
+        //!! if it is already available
         while (pSwView && pSwView->GetWrtShellPtr())
                {
                        pSwView->GetWrtShell().ChgHyphenation();
diff --git a/main/vcl/inc/vcl/dockwin.hxx b/main/vcl/inc/vcl/dockwin.hxx
index 9f1669ec29..84b3cde8dc 100644
--- a/main/vcl/inc/vcl/dockwin.hxx
+++ b/main/vcl/inc/vcl/dockwin.hxx
@@ -236,7 +236,7 @@ public:
        void    EndPopupMode( const Window *pWin );
 
     // required because those methods are not virtual in Window (!!!) and must
-    // be availbale from the toolkit
+    // be available from the toolkit
        void        SetPosSizePixel( Window *pWin, long nX, long nY,
                                    long nWidth, long nHeight,
                                                            sal_uInt16 nFlags = 
WINDOW_POSSIZE_ALL );

Reply via email to