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 dd7c3b3348 Fix more typos (#441)
dd7c3b3348 is described below

commit dd7c3b33482ba9f3da08b3487f5a9899f3559585
Author: John Bampton <[email protected]>
AuthorDate: Sun Nov 16 18:57:53 2025 +1000

    Fix more typos (#441)
    
    * Fix spelling
    
    * Regenerate ignored words list codespell.txt
---
 .github/linters/codespell.txt                      | 19 ---------------
 main/basic/source/uno/dlgcont.cxx                  |  6 ++---
 main/basic/source/uno/namecont.cxx                 | 28 +++++++++++-----------
 main/basic/source/uno/scriptcont.cxx               |  4 ++--
 .../cppuhelper/inc/cppuhelper/interfacecontainer.h |  2 +-
 main/cppuhelper/inc/cppuhelper/servicefactory.hxx  |  6 ++---
 .../source/core/api/SingleSelectQueryComposer.cxx  |  2 +-
 main/filter/source/graphicfilter/icgm/cgm.hxx      |  2 +-
 .../source/xslt/export/spreadsheetml/table.xsl     |  2 +-
 main/framework/inc/services/frameloaderfactory.hxx |  2 +-
 main/i18npool/source/localedata/saxparser.cxx      |  2 +-
 main/odk/docs/tools.html                           |  2 +-
 .../com/sun/star/text/AccessiblePageView.idl       |  6 ++---
 main/offapi/com/sun/star/ucb/RuleSet.idl           |  2 +-
 .../ifc/inspection/_XObjectInspectorModel.java     |  2 +-
 .../main/java/ifc/style/_CharacterProperties.java  |  2 +-
 .../src/main/java/mod/_sc/ScHeaderFieldsObj.java   |  2 +-
 .../main/java/mod/_toolkit/AccessibleCheckBox.java |  2 +-
 .../beans_XMultiPropertyStates.xba                 |  2 +-
 main/registry/inc/registry/registry.h              |  2 +-
 main/sax/test/saxdemo.cxx                          |  4 ++--
 main/sc/source/ui/vba/testvba/testvba.cxx          |  2 +-
 main/sc/source/ui/vba/vbavalidation.cxx            |  2 +-
 main/stoc/source/bootstrap/bootstrap.xml           |  2 +-
 main/svtools/source/filter/filter2.cxx             |  2 +-
 main/svtools/source/misc/embedtransfer.cxx         |  2 +-
 main/svx/source/svdraw/svdobj.cxx                  |  2 +-
 main/ucb/source/ucp/odma/odma_contentcaps.cxx      |  4 ++--
 main/ucbhelper/workben/myucp/myucp_contentcaps.cxx |  2 +-
 .../com/sun/star/beans/XMultiPropertyStates.idl    |  4 ++--
 .../source/skeletonmaker/skeletonmaker.cxx         |  2 +-
 .../inc/vbahelper/vbaeventshelperbase.hxx          |  2 +-
 main/vcl/unx/generic/dtrans/X11_selection.hxx      |  2 +-
 main/writerfilter/source/dmapper/DomainMapper.cxx  |  2 +-
 34 files changed, 56 insertions(+), 75 deletions(-)

diff --git a/.github/linters/codespell.txt b/.github/linters/codespell.txt
index 2942aba1c6..219490f737 100644
--- a/.github/linters/codespell.txt
+++ b/.github/linters/codespell.txt
@@ -490,10 +490,6 @@ complettly
 complext
 compliancy
 complient
-compnent
-compoent
-compoents
-compoment
 componbents
 componentes
 componet
@@ -507,14 +503,8 @@ compromize
 comptability
 comunication
 conain
-conained
-conaining
-conains
-conatainer
 conatains
-conatined
 conatiner
-conatining
 concatenaded
 concatination
 concatinations
@@ -596,9 +586,7 @@ corrdinate
 correcxt
 correspont
 couldn
-could'nt
 could't
-couln't
 coult
 cound
 countr
@@ -2065,19 +2053,13 @@ programing
 programm
 progrss
 proirity
-prolems
 promiss
 propage
-propbably
 properies
 propert
-propertery
-propertes
 propertie
 propertyst
 propery
-propeties
-propety
 proplem
 proportianal
 proproties
@@ -2099,7 +2081,6 @@ providfers
 providse
 provies
 provode
-prpeparations
 prset
 prufe
 ptd
diff --git a/main/basic/source/uno/dlgcont.cxx 
b/main/basic/source/uno/dlgcont.cxx
index ae67965204..3e29ffa8ce 100644
--- a/main/basic/source/uno/dlgcont.cxx
+++ b/main/basic/source/uno/dlgcont.cxx
@@ -263,7 +263,7 @@ Any SAL_CALL SfxDialogLibraryContainer::importLibraryElement
        //Reference< XMultiServiceFactory > xMSF( 
comphelper::getProcessServiceFactory() );
        //if( !xMSF.is() )
        //{
-       //      OSL_ENSURE( 0, "### couln't get ProcessServiceFactory\n" );
+       //      OSL_ENSURE( 0, "### couldn't get ProcessServiceFactory\n" );
        //      return aRetAny;
        //}
 
@@ -271,7 +271,7 @@ Any SAL_CALL SfxDialogLibraryContainer::importLibraryElement
                OUString( 
RTL_CONSTASCII_USTRINGPARAM("com.sun.star.xml.sax.Parser") ) ), UNO_QUERY );
        if( !xParser.is() )
        {
-               OSL_ENSURE( 0, "### couln't create sax parser component\n" );
+               OSL_ENSURE( 0, "### couldn't create sax parser component\n" );
                return aRetAny;
        }
 
@@ -279,7 +279,7 @@ Any SAL_CALL SfxDialogLibraryContainer::importLibraryElement
                ( OUString(RTL_CONSTASCII_USTRINGPARAM( 
"com.sun.star.awt.UnoControlDialogModel" ) ) ), UNO_QUERY );
        if( !xDialogModel.is() )
        {
-               OSL_ENSURE( 0, "### couln't create 
com.sun.star.awt.UnoControlDialogModel component\n" );
+               OSL_ENSURE( 0, "### couldn't create 
com.sun.star.awt.UnoControlDialogModel component\n" );
                return aRetAny;
        }
 
diff --git a/main/basic/source/uno/namecont.cxx 
b/main/basic/source/uno/namecont.cxx
index de2de72c85..acece163bd 100644
--- a/main/basic/source/uno/namecont.cxx
+++ b/main/basic/source/uno/namecont.cxx
@@ -373,21 +373,21 @@ SfxLibraryContainer::SfxLibraryContainer( void )
        mxMSF = comphelper::getProcessServiceFactory();
        if( !mxMSF.is() )
        {
-               OSL_ENSURE( 0, "### couln't get ProcessServiceFactory\n" );
+               OSL_ENSURE( 0, "### couldn't get ProcessServiceFactory\n" );
        }
 
        mxSFI = Reference< XSimpleFileAccess >( mxMSF->createInstance
                ( OUString::createFromAscii( 
"com.sun.star.ucb.SimpleFileAccess" ) ), UNO_QUERY );
        if( !mxSFI.is() )
        {
-               OSL_ENSURE( 0, "### couln't create SimpleFileAccess 
component\n" );
+               OSL_ENSURE( 0, "### couldn't create SimpleFileAccess 
component\n" );
        }
 
        mxStringSubstitution = Reference< XStringSubstitution >( 
mxMSF->createInstance
                ( OUString::createFromAscii( 
"com.sun.star.util.PathSubstitution" ) ), UNO_QUERY );
        if( !mxStringSubstitution.is() )
        {
-               OSL_ENSURE( 0, "### couln't create PathSubstitution 
component\n" );
+               OSL_ENSURE( 0, "### couldn't create PathSubstitution 
component\n" );
        }
 }
 
@@ -662,7 +662,7 @@ sal_Bool SfxLibraryContainer::init_Impl(
                OUString( 
RTL_CONSTASCII_USTRINGPARAM("com.sun.star.xml.sax.Parser") ) ), UNO_QUERY );
        if( !xParser.is() )
        {
-               OSL_ENSURE( 0, "### couln't create sax parser component\n" );
+               OSL_ENSURE( 0, "### couldn't create sax parser component\n" );
                return sal_False;
        }
 
@@ -912,7 +912,7 @@ sal_Bool SfxLibraryContainer::init_Impl(
                         #if OSL_DEBUG_LEVEL > 0
                             Any aError( ::cppu::getCaughtException() );
                             ::rtl::OStringBuffer aMessage;
-                            aMessage.append( "couln't open sub storage for 
library '" );
+                            aMessage.append( "couldn't open sub storage for 
library '" );
                             aMessage.append( ::rtl::OUStringToOString( 
rLib.aName, osl_getThreadTextEncoding() ) );
                             aMessage.append( "'.\n\nException:" );
                             aMessage.append( ::rtl::OUStringToOString( 
::comphelper::anyToString( aError ), osl_getThreadTextEncoding() ) );
@@ -1556,7 +1556,7 @@ void SfxLibraryContainer::implStoreLibraryIndexFile( 
SfxLibrary* pLib,
                        OUString( 
RTL_CONSTASCII_USTRINGPARAM("com.sun.star.xml.sax.Writer") ) ), UNO_QUERY );
        if( !xHandler.is() )
        {
-               OSL_ENSURE( 0, "### couln't create sax-writer component\n" );
+               OSL_ENSURE( 0, "### couldn't create sax-writer component\n" );
                return;
        }
 
@@ -1643,7 +1643,7 @@ void SfxLibraryContainer::implStoreLibraryIndexFile( 
SfxLibrary* pLib,
        }
        if( !xOut.is() )
        {
-               OSL_ENSURE( 0, "### couln't open output stream\n" );
+               OSL_ENSURE( 0, "### couldn't open output stream\n" );
                return;
        }
 
@@ -1661,7 +1661,7 @@ sal_Bool SfxLibraryContainer::implLoadLibraryIndexFile(  
SfxLibrary* pLib,
                OUString( 
RTL_CONSTASCII_USTRINGPARAM("com.sun.star.xml.sax.Parser") ) ), UNO_QUERY );
        if( !xParser.is() )
        {
-               OSL_ENSURE( 0, "### couln't create sax parser component\n" );
+               OSL_ENSURE( 0, "### couldn't create sax parser component\n" );
                return sal_False;
        }
 
@@ -1719,7 +1719,7 @@ sal_Bool SfxLibraryContainer::implLoadLibraryIndexFile(  
SfxLibrary* pLib,
        }
        if( !xInput.is() )
        {
-               // OSL_ENSURE( 0, "### couln't open input stream\n" );
+               // OSL_ENSURE( 0, "### couldn't open input stream\n" );
                return sal_False;
        }
 
@@ -1930,7 +1930,7 @@ void SfxLibraryContainer::storeLibraries_Impl( const 
uno::Reference< embed::XSto
                     #if OSL_DEBUG_LEVEL > 0
                         Any aError( ::cppu::getCaughtException() );
                         ::rtl::OStringBuffer aMessage;
-                        aMessage.append( "couln't create sub storage for 
library '" );
+                        aMessage.append( "couldn't create sub storage for 
library '" );
                         aMessage.append( ::rtl::OUStringToOString( rLib.aName, 
osl_getThreadTextEncoding() ) );
                         aMessage.append( "'.\n\nException:" );
                         aMessage.append( ::rtl::OUStringToOString( 
::comphelper::anyToString( aError ), osl_getThreadTextEncoding() ) );
@@ -2039,7 +2039,7 @@ void SfxLibraryContainer::storeLibraries_Impl( const 
uno::Reference< embed::XSto
                        OUString( 
RTL_CONSTASCII_USTRINGPARAM("com.sun.star.xml.sax.Writer") ) ), UNO_QUERY );
        if( !xHandler.is() )
        {
-               OSL_ENSURE( 0, "### couln't create sax-writer component\n" );
+               OSL_ENSURE( 0, "### couldn't create sax-writer component\n" );
                return;
        }
 
@@ -2099,7 +2099,7 @@ void SfxLibraryContainer::storeLibraries_Impl( const 
uno::Reference< embed::XSto
        }
        if( !xOut.is() )
        {
-               OSL_ENSURE( 0, "### couln't open output stream\n" );
+               OSL_ENSURE( 0, "### couldn't open output stream\n" );
                return;
        }
 
@@ -2353,7 +2353,7 @@ void SAL_CALL SfxLibraryContainer::loadLibrary( const 
OUString& Name )
             #if OSL_DEBUG_LEVEL > 0
                 Any aError( ::cppu::getCaughtException() );
                 ::rtl::OStringBuffer aMessage;
-                aMessage.append( "couln't open sub storage for library '" );
+                aMessage.append( "couldn't open sub storage for library '" );
                 aMessage.append( ::rtl::OUStringToOString( Name, 
osl_getThreadTextEncoding() ) );
                 aMessage.append( "'.\n\nException:" );
                 aMessage.append( ::rtl::OUStringToOString( 
::comphelper::anyToString( aError ), osl_getThreadTextEncoding() ) );
@@ -2404,7 +2404,7 @@ void SAL_CALL SfxLibraryContainer::loadLibrary( const 
OUString& Name )
                                {
                 #if OSL_DEBUG_LEVEL > 0
                     ::rtl::OStringBuffer aMessage;
-                    aMessage.append( "couln't open library element stream - 
attempted to open library '" );
+                    aMessage.append( "couldn't open library element stream - 
attempted to open library '" );
                     aMessage.append( ::rtl::OUStringToOString( Name, 
osl_getThreadTextEncoding() ) );
                     aMessage.append( "'." );
                                        OSL_ENSURE( false, 
aMessage.makeStringAndClear().getStr() );
diff --git a/main/basic/source/uno/scriptcont.cxx 
b/main/basic/source/uno/scriptcont.cxx
index c7c288dd43..181312d74b 100644
--- a/main/basic/source/uno/scriptcont.cxx
+++ b/main/basic/source/uno/scriptcont.cxx
@@ -193,7 +193,7 @@ void SAL_CALL SfxScriptLibraryContainer::writeLibraryElement
                        OUString( 
RTL_CONSTASCII_USTRINGPARAM("com.sun.star.xml.sax.Writer") ) ), UNO_QUERY );
        if( !xHandler.is() )
        {
-               OSL_ENSURE( 0, "### couln't create sax-writer component\n" );
+               OSL_ENSURE( 0, "### couldn't create sax-writer component\n" );
                return;
        }
 
@@ -250,7 +250,7 @@ Any SAL_CALL SfxScriptLibraryContainer::importLibraryElement
                OUString( 
RTL_CONSTASCII_USTRINGPARAM("com.sun.star.xml.sax.Parser") ) ), UNO_QUERY );
        if( !xParser.is() )
        {
-               OSL_ENSURE( 0, "### couln't create sax parser component\n" );
+               OSL_ENSURE( 0, "### couldn't create sax parser component\n" );
                return aRetAny;
        }
 
diff --git a/main/cppuhelper/inc/cppuhelper/interfacecontainer.h 
b/main/cppuhelper/inc/cppuhelper/interfacecontainer.h
index a8cfc15d30..55cc1e4c1d 100644
--- a/main/cppuhelper/inc/cppuhelper/interfacecontainer.h
+++ b/main/cppuhelper/inc/cppuhelper/interfacecontainer.h
@@ -67,7 +67,7 @@ class CPPUHELPER_DLLPUBLIC OInterfaceIteratorHelper
 public:
        /**
           Create an iterator over the elements of the container. The iterator
-          copies the elements of the conatainer. A change to the container
+          copies the elements of the container. A change to the container
        during the lifetime of an iterator is allowed and does not
           affect the iterator-instance. The iterator and the container take 
cares
        themself for concurrent access, no additional guarding is necessary.
diff --git a/main/cppuhelper/inc/cppuhelper/servicefactory.hxx 
b/main/cppuhelper/inc/cppuhelper/servicefactory.hxx
index 760ffe8a4a..2498c6208d 100644
--- a/main/cppuhelper/inc/cppuhelper/servicefactory.hxx
+++ b/main/cppuhelper/inc/cppuhelper/servicefactory.hxx
@@ -53,7 +53,7 @@ namespace cppu
     will not be created if not exist.
     @param rBootstrapPath
     specifies a path where the bootstrap components could be find. If this
-    parameter is an empty string the compoents will be searched in the system
+    parameter is an empty string the components will be searched in the system
     path.
     @deprecated
 */
@@ -80,7 +80,7 @@ createRegistryServiceFactory(
     will not be created if not exist.
     @param rBootstrapPath
     specifies a path where the bootstrap components could be find. If this
-    parameter is an empty string the compoents will be searched in the system
+    parameter is an empty string the components will be searched in the system
     path.
     @deprecated
 */
@@ -101,7 +101,7 @@ createRegistryServiceFactory(
 
     @param rBootstrapPath
     specifies a path where the bootstrap components could be find. If this
-    parameter is an empty string the compoents will be searched in the system
+    parameter is an empty string the components will be searched in the system
     path.
     @deprecated
 */
diff --git a/main/dbaccess/source/core/api/SingleSelectQueryComposer.cxx 
b/main/dbaccess/source/core/api/SingleSelectQueryComposer.cxx
index 9a2d93e0b9..78bde5aff2 100644
--- a/main/dbaccess/source/core/api/SingleSelectQueryComposer.cxx
+++ b/main/dbaccess/source/core/api/SingleSelectQueryComposer.cxx
@@ -938,7 +938,7 @@ Reference< XNameAccess > SAL_CALL 
OSingleSelectQueryComposer::getColumns(  ) thr
             }
             else if ( aRealFind == aSelectColumns->get().end() )
                        {
-                // we can now only look if we found it under the realname 
propertery
+                // we can now only look if we found it under the realname 
property
                 // here we have to make the assumption that the position is 
correct
                                OSQLColumns::Vector::iterator aFind2 = 
aSelectColumns->get().begin() + i-1;
                                Reference<XPropertySet> 
xProp(*aFind2,UNO_QUERY);
diff --git a/main/filter/source/graphicfilter/icgm/cgm.hxx 
b/main/filter/source/graphicfilter/icgm/cgm.hxx
index d7bc196492..8f4af2ef17 100644
--- a/main/filter/source/graphicfilter/icgm/cgm.hxx
+++ b/main/filter/source/graphicfilter/icgm/cgm.hxx
@@ -91,7 +91,7 @@ class CGM
                CGMBitmap*                      mpBitmapInUse;
                CGMChart*                       mpChart;                        
        // if sal_True->"SHWSLIDEREC"
                                                                                
                        //      otherwise "BEGINPIC" commands
-                                                                               
                        // controlls page inserting
+                                                                               
                        // controls page inserting
                CGMElements*            pElement;
                CGMElements*            pCopyOfE;
                CGMOutAct*                      mpOutAct;
diff --git a/main/filter/source/xslt/export/spreadsheetml/table.xsl 
b/main/filter/source/xslt/export/spreadsheetml/table.xsl
index 5f80cd94e6..6bb9740cc0 100644
--- a/main/filter/source/xslt/export/spreadsheetml/table.xsl
+++ b/main/filter/source/xslt/export/spreadsheetml/table.xsl
@@ -839,7 +839,7 @@
                                                                
<xsl:text>000</xsl:text>
                                                        </xsl:when>
                                                        <xsl:when 
test="@office:time-value">
-                                                       <!-- conatains date and 
time (time will be evaluated later -->
+                                                       <!-- contains date and 
time (time will be evaluated later -->
                                                                <xsl:value-of 
select="@office:date-value" />
                                                                
<xsl:text>T</xsl:text>
                                                                <xsl:choose>
diff --git a/main/framework/inc/services/frameloaderfactory.hxx 
b/main/framework/inc/services/frameloaderfactory.hxx
index 80458979c4..a13f459be2 100644
--- a/main/framework/inc/services/frameloaderfactory.hxx
+++ b/main/framework/inc/services/frameloaderfactory.hxx
@@ -291,7 +291,7 @@ class FrameLoaderFactory    :       public ThreadHelpBase   
                                                ,               // Struct for 
right in
 
                
/*-****************************************************************************************************//**
                        @short          return state if informations about 
frame loader available
-                       @descr          If these method return false - no 
information could'nt read from configuration ...
+                       @descr          If these method return false - no 
information couldn't read from configuration ...
                                                I think nothing will work then. 
Normally we return sal_True!
 
                        @seealso        class FilterCache!
diff --git a/main/i18npool/source/localedata/saxparser.cxx 
b/main/i18npool/source/localedata/saxparser.cxx
index afefe5517b..9ccba2883b 100644
--- a/main/i18npool/source/localedata/saxparser.cxx
+++ b/main/i18npool/source/localedata/saxparser.cxx
@@ -382,7 +382,7 @@ SAL_IMPLEMENT_MAIN_WITH_ARGS(argc, argv)
        }
        else
        {
-               printf( "couln't create sax-parser component\n" );
+               printf( "couldn't create sax-parser component\n" );
                exit(1);
        }
 
diff --git a/main/odk/docs/tools.html b/main/odk/docs/tools.html
index 9334ca488b..cf812b2aa9 100644
--- a/main/odk/docs/tools.html
+++ b/main/odk/docs/tools.html
@@ -741,7 +741,7 @@
                  </tr>
                  <tr>
                    <td class="cell15"><code>add-on</code></td>
-                   <td class="cell85">generates a language specific code 
skeleton for an add-on compnent using the implementation name as the file and 
class name. The protocol name(s) and the corresponding command(s) have to be 
specified with the '-p' option.</td>
+                   <td class="cell85">generates a language specific code 
skeleton for an add-on component using the implementation name as the file and 
class name. The protocol name(s) and the corresponding command(s) have to be 
specified with the '-p' option.</td>
                  </tr>
                  </table>
                  </p>
diff --git a/main/offapi/com/sun/star/text/AccessiblePageView.idl 
b/main/offapi/com/sun/star/text/AccessiblePageView.idl
index 061a89a9a6..995446ef0b 100644
--- a/main/offapi/com/sun/star/text/AccessiblePageView.idl
+++ b/main/offapi/com/sun/star/text/AccessiblePageView.idl
@@ -74,15 +74,15 @@ published service AccessiblePageView
                                        <li><type scope="::com::sun::star::text"
                         >AccessibleHeaderFooterView</type>:
                                                A child of this kind is 
returned for every header
-                                               and footer that is conatined in 
the page.
+                                               and footer that is contained in 
the page.
                                        <li><type scope="::com::sun::star::text"
                         >AccessibleFootnoteView</type>:
                                                A child of this kind is 
returned for every footnote
-                                               that is conatined in the page.
+                                               that is contained in the page.
                                        <li><type scope="::com::sun::star::text"
                         >AccessibleEndnoteView</type>:
                                                A child of this kind is 
returned for every endnote
-                                               that is conatined in the page.
+                                               that is contained in the page.
                                        <li><type scope="::com::sun::star::text"
                         >AccessibleParagraphView</type>:
                                                A child of this kind is 
returned for every paragraph
diff --git a/main/offapi/com/sun/star/ucb/RuleSet.idl 
b/main/offapi/com/sun/star/ucb/RuleSet.idl
index 774cf4ae79..60d29335d1 100644
--- a/main/offapi/com/sun/star/ucb/RuleSet.idl
+++ b/main/offapi/com/sun/star/ucb/RuleSet.idl
@@ -43,7 +43,7 @@ module com { module sun { module star { module ucb {
 published struct RuleSet
 {
        
//-------------------------------------------------------------------------
-       /** conatains a number of rules.
+       /** contains a number of rules.
        */
        sequence<com::sun::star::ucb::Rule> Rules;
 
diff --git 
a/main/qadevOOo/java/OOoRunner/src/main/java/ifc/inspection/_XObjectInspectorModel.java
 
b/main/qadevOOo/java/OOoRunner/src/main/java/ifc/inspection/_XObjectInspectorModel.java
index d6c853ff1a..d9bf32dd14 100644
--- 
a/main/qadevOOo/java/OOoRunner/src/main/java/ifc/inspection/_XObjectInspectorModel.java
+++ 
b/main/qadevOOo/java/OOoRunner/src/main/java/ifc/inspection/_XObjectInspectorModel.java
@@ -59,7 +59,7 @@ public class _XObjectInspectorModel extends MultiMethodTest {
     }
 
     /**
-     * Call the method <CODE>getPropertyOrderIndex()</CODE> with an invalid 
propety name.
+     * Call the method <CODE>getPropertyOrderIndex()</CODE> with an invalid 
property name.
      * Has <CODE>OK</CODE> status if the returned index is "0".
      */
     public void _getPropertyOrderIndex() {
diff --git 
a/main/qadevOOo/java/OOoRunner/src/main/java/ifc/style/_CharacterProperties.java
 
b/main/qadevOOo/java/OOoRunner/src/main/java/ifc/style/_CharacterProperties.java
index b14fd849dc..0186407d3e 100644
--- 
a/main/qadevOOo/java/OOoRunner/src/main/java/ifc/style/_CharacterProperties.java
+++ 
b/main/qadevOOo/java/OOoRunner/src/main/java/ifc/style/_CharacterProperties.java
@@ -340,7 +340,7 @@ public class _CharacterProperties extends MultiPropertyTest 
{
      * changed and set.
      * @param get PropertySet where property value is checked after
      * setting.
-     * @param name Propety name to test.
+     * @param name Property name to test.
      * @param newVal Value used to set as new property value if
      * the value get is null.
      */
diff --git 
a/main/qadevOOo/java/OOoRunner/src/main/java/mod/_sc/ScHeaderFieldsObj.java 
b/main/qadevOOo/java/OOoRunner/src/main/java/mod/_sc/ScHeaderFieldsObj.java
index 9c0ca049f2..ef86c2fb4c 100644
--- a/main/qadevOOo/java/OOoRunner/src/main/java/mod/_sc/ScHeaderFieldsObj.java
+++ b/main/qadevOOo/java/OOoRunner/src/main/java/mod/_sc/ScHeaderFieldsObj.java
@@ -50,7 +50,7 @@ import com.sun.star.uno.XInterface;
 
 /**
  * Test for object which is represented by collection of
- * text fields conained in the text of a page header. <p>
+ * text fields contained in the text of a page header. <p>
  *
  * Object implements the following interfaces :
  * <ul>
diff --git 
a/main/qadevOOo/java/OOoRunner/src/main/java/mod/_toolkit/AccessibleCheckBox.java
 
b/main/qadevOOo/java/OOoRunner/src/main/java/mod/_toolkit/AccessibleCheckBox.java
index f7d571e20a..64737ce0f7 100644
--- 
a/main/qadevOOo/java/OOoRunner/src/main/java/mod/_toolkit/AccessibleCheckBox.java
+++ 
b/main/qadevOOo/java/OOoRunner/src/main/java/mod/_toolkit/AccessibleCheckBox.java
@@ -53,7 +53,7 @@ import util.utils;
 
 
 /**
- * Test for object which is represented by accessible compoent of
+ * Test for object which is represented by accessible component of
  * check box in 'InsertTable' dialog. <p>
  *
  * Object implements the following interfaces :
diff --git 
a/main/qadevOOo/tests/basic/ifc/beans/XMultiPropertyStates/beans_XMultiPropertyStates.xba
 
b/main/qadevOOo/tests/basic/ifc/beans/XMultiPropertyStates/beans_XMultiPropertyStates.xba
index 3c892be61b..992b50a655 100644
--- 
a/main/qadevOOo/tests/basic/ifc/beans/XMultiPropertyStates/beans_XMultiPropertyStates.xba
+++ 
b/main/qadevOOo/tests/basic/ifc/beans/XMultiPropertyStates/beans_XMultiPropertyStates.xba
@@ -76,7 +76,7 @@ On Error Goto ErrHndl
     Dim aStates As Variant
 
     if NOT hasUnoInterfaces(oObj, "com.sun.star.beans.XPropertySet") then
-        Out.Log("The compoent doesn't support XPropertySet this test must be 
reviewed !!!")
+        Out.Log("The component doesn't support XPropertySet this test must be 
reviewed !!!")
         exit sub
     end if
 
diff --git a/main/registry/inc/registry/registry.h 
b/main/registry/inc/registry/registry.h
index ebdaf28766..103e771e39 100644
--- a/main/registry/inc/registry/registry.h
+++ b/main/registry/inc/registry/registry.h
@@ -341,7 +341,7 @@ REGISTRY_DLLPUBLIC RegError REGISTRY_CALLTYPE 
reg_getResolvedKeyName(RegKeyHandl
        @param  keyName points to a null terminated string specifying the name 
of the key which stores the
                     registry information. If keyName is NULL the registry 
information will be saved under
                     the key specified by hKey.
-       @param  regFileName     points to a null terminated string specifying 
the file which conains the
+       @param  regFileName     points to a null terminated string specifying 
the file which contains the
                                    registry information.
        @return REG_NO_ERROR if succeeds else an error code.
 */
diff --git a/main/sax/test/saxdemo.cxx b/main/sax/test/saxdemo.cxx
index 33543d8d7f..58373ebbc1 100644
--- a/main/sax/test/saxdemo.cxx
+++ b/main/sax/test/saxdemo.cxx
@@ -570,7 +570,7 @@ int main (int argc, char **argv)
        }
        else
        {
-               printf( "couln't create sax-parser component\n" );
+               printf( "couldn't create sax-parser component\n" );
        }
 
 
@@ -642,6 +642,6 @@ int main (int argc, char **argv)
        }
        else
        {
-               printf( "couln't create sax-writer component\n" );
+               printf( "couldn't create sax-writer component\n" );
        }
 }
diff --git a/main/sc/source/ui/vba/testvba/testvba.cxx 
b/main/sc/source/ui/vba/testvba/testvba.cxx
index 2f5852e19f..e6fefdd04c 100644
--- a/main/sc/source/ui/vba/testvba/testvba.cxx
+++ b/main/sc/source/ui/vba/testvba/testvba.cxx
@@ -79,7 +79,7 @@ OUString convertToURL( const OUString& rPath )
                {
                 osl::FileBase::getFileURLFromSystemPath( rPath, aURL );
                                if ( aURL.equals( rPath ) )
-                                       throw uno::RuntimeException( 
rtl::OUString::createFromAscii( "could'nt convert " ).concat( rPath ).concat( 
rtl::OUString::createFromAscii( " to a URL, is it a fully qualified path name? 
" ) ), Reference< uno::XInterface >() );
+                                       throw uno::RuntimeException( 
rtl::OUString::createFromAscii( "couldn't convert " ).concat( rPath ).concat( 
rtl::OUString::createFromAscii( " to a URL, is it a fully qualified path name? 
" ) ), Reference< uno::XInterface >() );
                }
                return aURL;
 }
diff --git a/main/sc/source/ui/vba/vbavalidation.cxx 
b/main/sc/source/ui/vba/vbavalidation.cxx
index 3575bb9fb7..18f10988d8 100644
--- a/main/sc/source/ui/vba/vbavalidation.cxx
+++ b/main/sc/source/ui/vba/vbavalidation.cxx
@@ -271,7 +271,7 @@ ScVbaValidation::Add( const uno::Any& Type, const uno::Any& 
AlertStyle, const un
                {
                        case excel::XlDVAlertStyle::xlValidAlertStop:
                                // yes I know it's already defaulted but safer 
to assume
-                               // someone propbably could change the code above
+                               // someone probably could change the code above
                                eStyle = sheet::ValidationAlertStyle_STOP;
                                break;
                        case excel::XlDVAlertStyle::xlValidAlertWarning:
diff --git a/main/stoc/source/bootstrap/bootstrap.xml 
b/main/stoc/source/bootstrap/bootstrap.xml
index 1d983c8081..7107c41f56 100644
--- a/main/stoc/source/bootstrap/bootstrap.xml
+++ b/main/stoc/source/bootstrap/bootstrap.xml
@@ -28,7 +28,7 @@
         <author> Juergen Schmidt </author>
         <name> com.sun.star.comp.stoc.DLLComponentLoader       </name>
         <description>
-       This component provides a mechanism to load an external compoment 
implemented as
+       This component provides a mechanism to load an external component 
implemented as
        a shared library.
 </description>
         <loader-name>  com.sun.star.loader.SharedLibrary       </loader-name>
diff --git a/main/svtools/source/filter/filter2.cxx 
b/main/svtools/source/filter/filter2.cxx
index e23e972949..a9db9dc9ac 100644
--- a/main/svtools/source/filter/filter2.cxx
+++ b/main/svtools/source/filter/filter2.cxx
@@ -355,7 +355,7 @@ sal_Bool GraphicDescriptor::ImpDetectJPG( SvStream& rStm,  
sal_Bool bExtendedInf
                                                bScanFinished = sal_True;
                                        break;
 
-                                       // per default we assume marker 
segments conaining a length parameter
+                                       // per default we assume marker 
segments containing a length parameter
                                        default :
                                        {
                                                sal_uInt16 nLength;
diff --git a/main/svtools/source/misc/embedtransfer.cxx 
b/main/svtools/source/misc/embedtransfer.cxx
index 0e13204ac1..90ab34e711 100644
--- a/main/svtools/source/misc/embedtransfer.cxx
+++ b/main/svtools/source/misc/embedtransfer.cxx
@@ -103,7 +103,7 @@ sal_Bool SvEmbedTransferHelper::GetData( const 
::com::sun::star::datatransfer::D
                 {
                     try
                     {
-                                               // TODO/LATER: Propbably the 
graphic should be copied here as well
+                                               // TODO/LATER: Probably the 
graphic should be copied here as well
                                                // currently it is handled by 
the applications
                         utl::TempFile aTmp;
                         aTmp.EnableKillingFile( sal_True );
diff --git a/main/svx/source/svdraw/svdobj.cxx 
b/main/svx/source/svdraw/svdobj.cxx
index 38f181a0e2..ab0c7f3de6 100644
--- a/main/svx/source/svdraw/svdobj.cxx
+++ b/main/svx/source/svdraw/svdobj.cxx
@@ -1416,7 +1416,7 @@ FASTBOOL SdrObject::MovCreate(SdrDragStat& rStat)
        // #i101648# for naked (non-derived) SdrObjects, do not invalidate 
aOutRect
        // by calling SetBoundRectDirty(); aOutRect IS the geometry for such 
objects.
        // No derivation implementation calls the parent implementation, so 
this will
-       // cause no further prolems
+       // cause no further problems
        //
        // SetBoundRectDirty();
        // bSnapRectDirty=sal_True;
diff --git a/main/ucb/source/ucp/odma/odma_contentcaps.cxx 
b/main/ucb/source/ucp/odma/odma_contentcaps.cxx
index 171cab3c8e..6512fc2ad0 100644
--- a/main/ucb/source/ucp/odma/odma_contentcaps.cxx
+++ b/main/ucb/source/ucp/odma/odma_contentcaps.cxx
@@ -67,8 +67,8 @@ uno::Sequence< beans::Property > Content::getProperties(
        //           by yourself and supply your own logic here. The base class
        //           uses the service "com.sun.star.ucb.Store" to maintain
        //           Additional Core properties. But using server functionality
-       //           is preferred! In fact you should return a table conatining
-       //           even that dynamicly added properties.
+       //           is preferred! In fact you should return a table containing
+       //           even that dynamically added properties.
 
 //     osl::Guard< osl::Mutex > aGuard( m_aMutex );
 
diff --git a/main/ucbhelper/workben/myucp/myucp_contentcaps.cxx 
b/main/ucbhelper/workben/myucp/myucp_contentcaps.cxx
index 9becdfb34a..2a5faec5c8 100644
--- a/main/ucbhelper/workben/myucp/myucp_contentcaps.cxx
+++ b/main/ucbhelper/workben/myucp/myucp_contentcaps.cxx
@@ -75,7 +75,7 @@ uno::Sequence< beans::Property > Content::getProperties(
        //           by yourself and supply your own logic here. The base class
        //           uses the service "com.sun.star.ucb.Store" to maintain
        //           Additional Core properties. But using server functionality
-       //           is preferred! In fact you should return a table conatining
+       //           is preferred! In fact you should return a table containing
        //           even that dynamicly added properties.
 
 //     osl::Guard< osl::Mutex > aGuard( m_aMutex );
diff --git a/main/udkapi/com/sun/star/beans/XMultiPropertyStates.idl 
b/main/udkapi/com/sun/star/beans/XMultiPropertyStates.idl
index 3f505c04ba..92fe461c96 100644
--- a/main/udkapi/com/sun/star/beans/XMultiPropertyStates.idl
+++ b/main/udkapi/com/sun/star/beans/XMultiPropertyStates.idl
@@ -105,7 +105,7 @@ published interface XMultiPropertyStates: 
com::sun::star::uno::XInterface
 
        
//-------------------------------------------------------------------------
        /** @returns
-                       the default values of the propertes with the specified 
names.
+                       the default values of the properties with the specified 
names.
 
                <p>If no default exists, is not known, or is void,
                then the return type at the corresponding position in the
@@ -116,7 +116,7 @@ published interface XMultiPropertyStates: 
com::sun::star::uno::XInterface
                        This sequence must be alphabetically sorted.
 
                @throws UnknownPropertyException
-                       if one of the propertes does not exist.
+                       if one of the properties does not exist.
 
                @throws  com::sun::star::lang::WrappedTargetException
                        if the implementation has an internal reason for the 
exception.
diff --git a/main/unodevtools/source/skeletonmaker/skeletonmaker.cxx 
b/main/unodevtools/source/skeletonmaker/skeletonmaker.cxx
index 8b7fdd04a5..c39aed7479 100644
--- a/main/unodevtools/source/skeletonmaker/skeletonmaker.cxx
+++ b/main/unodevtools/source/skeletonmaker/skeletonmaker.cxx
@@ -50,7 +50,7 @@ static const char usageText[] =
 "                using the implementation name as the file and class name. A 
\n"
 "                service type is necessary, referencing an interface which 
defines\n"
 "                the new add-in functions.\n"
-"    add-on      generates a language specific code skeleton for an add-on 
compnent\n"
+"    add-on      generates a language specific code skeleton for an add-on 
component\n"
 "                using the implementation name as the file and class name. The 
protocol\n"
 "                name(s) and the corresponding command(s) have to be specified 
with the\n"
 "                '-p' option.\n"
diff --git a/main/vbahelper/inc/vbahelper/vbaeventshelperbase.hxx 
b/main/vbahelper/inc/vbahelper/vbaeventshelperbase.hxx
index 998c43c963..8b599310d8 100644
--- a/main/vbahelper/inc/vbahelper/vbaeventshelperbase.hxx
+++ b/main/vbahelper/inc/vbahelper/vbaeventshelperbase.hxx
@@ -117,7 +117,7 @@ protected:
     };
     typedef ::std::deque< EventQueueEntry > EventQueue;
 
-    /** Derived classes do additional prpeparations and return whether the
+    /** Derived classes do additional preparations and return whether the
         event handler has to be called. */
     virtual bool implPrepareEvent(
         EventQueue& rEventQueue,
diff --git a/main/vcl/unx/generic/dtrans/X11_selection.hxx 
b/main/vcl/unx/generic/dtrans/X11_selection.hxx
index a28de29ec3..8db14cd8e6 100644
--- a/main/vcl/unx/generic/dtrans/X11_selection.hxx
+++ b/main/vcl/unx/generic/dtrans/X11_selection.hxx
@@ -270,7 +270,7 @@ namespace x11 {
 
                // contains the XdndEnterEvent of a drop action running
                // with one of our targets. The data.l[0] member
-               // (conatining the drag source XLIB_Window) is set
+               // (containing the drag source XLIB_Window) is set
                // to None while that is not the case
                XClientMessageEvent                     m_aDropEnterEvent;
                // set to false on XdndEnter
diff --git a/main/writerfilter/source/dmapper/DomainMapper.cxx 
b/main/writerfilter/source/dmapper/DomainMapper.cxx
index db29d91ab1..0671805647 100644
--- a/main/writerfilter/source/dmapper/DomainMapper.cxx
+++ b/main/writerfilter/source/dmapper/DomainMapper.cxx
@@ -3696,7 +3696,7 @@ void DomainMapper::sprmWithProps( Sprm& rSprm, 
PropertyMapPtr rContext, SprmType
     case NS_sprm::LN_TTableHeader:
     case NS_sprm::LN_TTableBorders: // sprmTTableBorders
     {
-        OSL_ENSURE( false, "table propeties should be handled by the table 
manager");
+        OSL_ENSURE( false, "table properties should be handled by the table 
manager");
     }
     break;
     case NS_sprm::LN_TDefTable10:


Reply via email to