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 6b14cdf589 Fix spelling (#245)
6b14cdf589 is described below

commit 6b14cdf5890aca56bed5ef0e083fe6d479aa05e5
Author: John Bampton <[email protected]>
AuthorDate: Tue Jan 7 23:48:48 2025 +1000

    Fix spelling (#245)
    
    (cherry picked from commit 9cf3e4aab387f466753ac65d0bb58d7d4bfd29ed)
---
 main/comphelper/inc/comphelper/weakeventlistener.hxx          | 2 +-
 main/configure.ac                                             | 2 +-
 main/extensions/source/ole/oleobjw.cxx                        | 2 +-
 main/forms/qa/integration/forms/MasterDetailForms.java        | 2 +-
 main/migrationanalysis/src/wizard/Get Directory Dialog.bas    | 4 ++--
 main/offapi/com/sun/star/script/ModuleSizeExceededRequest.idl | 2 +-
 main/sc/source/filter/inc/xetable.hxx                         | 2 +-
 main/sw/inc/lineinfo.hxx                                      | 4 ++--
 main/sw/source/core/layout/wsfrm.cxx                          | 2 +-
 main/sw/source/ui/app/docshini.cxx                            | 2 +-
 main/sw/source/ui/vba/vbadocumentproperties.cxx               | 2 +-
 main/xmloff/inc/xmloff/prhdlfac.hxx                           | 2 +-
 12 files changed, 14 insertions(+), 14 deletions(-)

diff --git a/main/comphelper/inc/comphelper/weakeventlistener.hxx 
b/main/comphelper/inc/comphelper/weakeventlistener.hxx
index f136a69432..384a878b40 100644
--- a/main/comphelper/inc/comphelper/weakeventlistener.hxx
+++ b/main/comphelper/inc/comphelper/weakeventlistener.hxx
@@ -97,7 +97,7 @@ namespace comphelper
                <p>Note that derived classes need to overwrite all virtual 
methods of their interface
                except XEventListener::disposing, and forward it to their 
master listener.</p>
 
-               <p>Addtionally, derived classes need to add themself as 
listener to the broadcaster,
+               <p>Additionally, derived classes need to add themself as 
listener to the broadcaster,
                as this can't be done in a generic way</p>
        */
        class OWeakListenerAdapter
diff --git a/main/configure.ac b/main/configure.ac
index 62cd7932f4..ff57865432 100644
--- a/main/configure.ac
+++ b/main/configure.ac
@@ -106,7 +106,7 @@ AC_ARG_WITH(fonts,
 ],,)
 AC_ARG_WITH(ppds,
 [  --without-ppds          Removes Postscript Printer definition files from
-                          Apache Openoffice installation set, for people 
building
+                          Apache OpenOffice installation set, for people 
building
                           for specific distributions where PPDs are known to be
                           already available (every recent distro with CUPS
                           backend)
diff --git a/main/extensions/source/ole/oleobjw.cxx 
b/main/extensions/source/ole/oleobjw.cxx
index 4cff1621de..7190be01f8 100644
--- a/main/extensions/source/ole/oleobjw.cxx
+++ b/main/extensions/source/ole/oleobjw.cxx
@@ -422,7 +422,7 @@ Any SAL_CALL IUnknownWrapper_Impl::getValue( const 
OUString& aPropertyName )
         // of the automation object to be exposed.. but it seems
         // from looking at comments in the code that it is possible for 
         // this object to actually wrap an UNO object ( I guess if automation 
is
-        // used from MSO to create Openoffice objects ) Therefore, those 
objects
+        // used from MSO to create OpenOffice objects ) Therefore, those 
objects
         // will more than likely already have their own XServiceInfo interface.
         // Instead here I chose a name that should be illegal both in COM and
         // UNO ( from an IDL point of view ) therefore I think this is a safe
diff --git a/main/forms/qa/integration/forms/MasterDetailForms.java 
b/main/forms/qa/integration/forms/MasterDetailForms.java
index 2e7fe083f8..fe1f9f2643 100644
--- a/main/forms/qa/integration/forms/MasterDetailForms.java
+++ b/main/forms/qa/integration/forms/MasterDetailForms.java
@@ -345,7 +345,7 @@ public class MasterDetailForms extends 
complexlib.ComplexTestCase implements com
     }
 
     /* ------------------------------------------------------------------ */
-    /** executes an operation on the master, and waits until the detail form 
has been (re)loaded aferwards
+    /** executes an operation on the master, and waits until the detail form 
has been (re)loaded afterwards
      */
     private void operateMasterAndWaitForDetailForm( Method _masterMethod, 
Object _masterInterface, Object[] _methodParameters ) throws SQLException
     {
diff --git a/main/migrationanalysis/src/wizard/Get Directory Dialog.bas 
b/main/migrationanalysis/src/wizard/Get Directory Dialog.bas
index 1a028a3c83..d486bc62f8 100644
--- a/main/migrationanalysis/src/wizard/Get Directory Dialog.bas        
+++ b/main/migrationanalysis/src/wizard/Get Directory Dialog.bas        
@@ -117,7 +117,7 @@ Private Function BrowseCallbackProc(ByVal hWnd As Long, 
ByVal uMsg As Long, ByVa
   Dim ret As Long
   Dim sBuffer As String
   
-  On Error Resume Next  'Sugested by MS to prevent an error from
+  On Error Resume Next  'Suggested by MS to prevent an error from
                         'propagating back into the calling process.
      
   Select Case uMsg
@@ -131,7 +131,7 @@ Private Function BrowseCallbackProc(ByVal hWnd As Long, 
ByVal uMsg As Long, ByVa
   
 End Function
 
-' This function allows you to assign a function pointer to a vaiable.
+' This function allows you to assign a function pointer to a variable.
 Private Function GetAddressofFunction(add As Long) As Long
   GetAddressofFunction = add
 End Function
diff --git a/main/offapi/com/sun/star/script/ModuleSizeExceededRequest.idl 
b/main/offapi/com/sun/star/script/ModuleSizeExceededRequest.idl
index 44944ab08a..8da7c86a23 100644
--- a/main/offapi/com/sun/star/script/ModuleSizeExceededRequest.idl
+++ b/main/offapi/com/sun/star/script/ModuleSizeExceededRequest.idl
@@ -32,7 +32,7 @@
 module com { module sun { module star { module script {
 
 //=============================================================================
-/** Is used for interaction handle in case password protected modules exceed 
the size that can be stored in Openoffice 2.x, 1.x formats
+/** Is used for interaction handle in case password protected modules exceed 
the size that can be stored in OpenOffice 2.x, 1.x formats
 
 */
 exception ModuleSizeExceededRequest : ::com::sun::star::uno::Exception
diff --git a/main/sc/source/filter/inc/xetable.hxx 
b/main/sc/source/filter/inc/xetable.hxx
index 7a46ad06d7..6963866cad 100644
--- a/main/sc/source/filter/inc/xetable.hxx
+++ b/main/sc/source/filter/inc/xetable.hxx
@@ -1025,7 +1025,7 @@ class XclExpDval;
 
     The constructor does all the work creating the cell table. It reads the
     Calc sheet and converts all columns, rows, and cells to Excel record data.
-    Additioanlly, hyperlink records, note records, additional records for
+    Additionally, hyperlink records, note records, additional records for
     formula cells, data validation records, and outline records are created.
 
     The Finalize() function does even more work. It calculates default column
diff --git a/main/sw/inc/lineinfo.hxx b/main/sw/inc/lineinfo.hxx
index 69932e04ad..d6ec3802fa 100644
--- a/main/sw/inc/lineinfo.hxx
+++ b/main/sw/inc/lineinfo.hxx
@@ -42,12 +42,12 @@ class SW_DLLPUBLIC SwLineNumberInfo : public SwClient 
//purpose of derivation fr
                                                                                
 //character style for displaying the numbers.
 {
        SvxNumberType           aType;                          //e.g. roman 
linenumbers
-       String                          aDivider;               //String for 
aditional interval (vert. lines user defined)
+       String                          aDivider;               //String for 
additional interval (vert. lines user defined)
        sal_uInt16                              nPosFromLeft;           
//Position for paint
        sal_uInt16                              nCountBy;                       
//Paint only for every n line
        sal_uInt16                              nDividerCountBy;        
//Interval for display of an user defined
                                                                                
        //string every n lines
-       LineNumberPosition      ePos;               //Where should the display 
occur (number and divicer)
+       LineNumberPosition      ePos;               //Where should the display 
occur (number and divider)
        sal_Bool                                bPaintLineNumbers;      
//Should anything be displayed?
        sal_Bool                                bCountBlankLines;       //Count 
empty lines?
        sal_Bool                                bCountInFlys;           //Count 
also within FlyFrames?
diff --git a/main/sw/source/core/layout/wsfrm.cxx 
b/main/sw/source/core/layout/wsfrm.cxx
index 992c677546..c9158c96fb 100644
--- a/main/sw/source/core/layout/wsfrm.cxx
+++ b/main/sw/source/core/layout/wsfrm.cxx
@@ -3071,7 +3071,7 @@ void SwLayoutFrm::ChgLowersProp( const Size& rOldSize )
                         // In vertical layout the height of both is directly
                         // adjusted to the page height change.
                         // In horizontal layout the height of the body frame is
-                        // directly adjsuted to the page height change and the
+                        // directly adjusted to the page height change and the
                         // foot note frame height isn't touched, because its
                         // determined by its content.
                         // OD 31.03.2003 #108446# - apply special case for page
diff --git a/main/sw/source/ui/app/docshini.cxx 
b/main/sw/source/ui/app/docshini.cxx
index c62d3adbf7..d0fedbf65d 100644
--- a/main/sw/source/ui/app/docshini.cxx
+++ b/main/sw/source/ui/app/docshini.cxx
@@ -328,7 +328,7 @@ sal_Bool SwDocShell::InitNew( const uno::Reference < 
embed::XStorage >& xStor )
     }
 
     /* #106748# If the default frame direction of a document is RTL
-        the default adjusment is to the right. */
+        the default adjustment is to the right. */
     if( !bHTMLTemplSet &&
                FRMDIR_HORI_RIGHT_TOP == 
GetDefaultFrameDirection(GetAppLanguage()) )
         mpDoc->SetDefault( SvxAdjustItem(SVX_ADJUST_RIGHT, RES_PARATR_ADJUST ) 
);
diff --git a/main/sw/source/ui/vba/vbadocumentproperties.cxx 
b/main/sw/source/ui/vba/vbadocumentproperties.cxx
index cb98924e7c..2443fa0748 100644
--- a/main/sw/source/ui/vba/vbadocumentproperties.cxx
+++ b/main/sw/source/ui/vba/vbadocumentproperties.cxx
@@ -130,7 +130,7 @@ public:
         try 
         {
             // Characters, ParagraphCount & WordCount are available from
-            // the model ( and addtionally these also update the statics 
object )
+            // the model ( and additionally these also update the statics 
object )
             //return mxProps->getPropertyValue( rPropName );
             return mxModelProps->getPropertyValue( rPropName );
         }
diff --git a/main/xmloff/inc/xmloff/prhdlfac.hxx 
b/main/xmloff/inc/xmloff/prhdlfac.hxx
index e3bde71aae..d1e1d56b76 100644
--- a/main/xmloff/inc/xmloff/prhdlfac.hxx
+++ b/main/xmloff/inc/xmloff/prhdlfac.hxx
@@ -53,7 +53,7 @@ public:
        To extend this method for more XML-types override this method
        like the example below. If you call the method of the base-class
        you get propertyhandler for basic-XML-types ( e.g. for color, percent, 
... ).
-       Afetr that you could create your new XML-types. After creating a new 
type
+       After that you could create your new XML-types. After creating a new 
type
        you have to put the pointer into the cache via the method 
        PutHdlCache( sal_Int32 , XMLPropertyHandler* ).
 

Reply via email to