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 cd3333167a Fix spelling (#227)
cd3333167a is described below

commit cd3333167a9db8aa6add8c9b51afea4fff8571ea
Author: John Bampton <jbamp...@users.noreply.github.com>
AuthorDate: Tue Nov 26 06:43:18 2024 +1000

    Fix spelling (#227)
    
    (cherry picked from commit ea5b6d235c11e235f3ddce5b343b32d6a845db69)
---
 main/dbaccess/source/core/dataaccess/databasedocument.cxx               | 2 +-
 main/dbaccess/source/ui/inc/localresaccess.hxx                          | 2 +-
 main/filter/source/config/cache/filterfactory.cxx                       | 2 +-
 .../java/l10nconv/java/com/sun/star/tooling/converter/GSIReader.java    | 2 +-
 main/officecfg/registry/schema/org/openoffice/TypeDetection/Types.xcs   | 2 +-
 main/officecfg/registry/schema/org/openoffice/TypeDetection/UISort.xcs  | 2 +-
 main/svtools/inc/svtools/localresaccess.hxx                             | 2 +-
 main/svx/inc/svx/sdr/contact/viewcontactofsdrobj.hxx                    | 2 +-
 main/svx/inc/svx/sdr/contact/viewcontactofsdrpage.hxx                   | 2 +-
 main/sw/source/core/access/accdoc.hxx                                   | 2 +-
 10 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/main/dbaccess/source/core/dataaccess/databasedocument.cxx 
b/main/dbaccess/source/core/dataaccess/databasedocument.cxx
index 40d8e42856..0921e6d544 100644
--- a/main/dbaccess/source/core/dataaccess/databasedocument.cxx
+++ b/main/dbaccess/source/core/dataaccess/databasedocument.cxx
@@ -594,7 +594,7 @@ namespace
     // auto recovery is an "UI feature", it is to restore the UI the user 
knows. Thus,
     // we ask our connected controllers, not simply our existing form/report 
definitions.
     // (There is some information which even cannot be obtained without asking 
the controller.
-    // For instance, newly created, but not yet saved, forms/reports are 
acessible via the
+    // For instance, newly created, but not yet saved, forms/reports are 
accessible via the
     // controller only, but not via the model.)
 
     try
diff --git a/main/dbaccess/source/ui/inc/localresaccess.hxx 
b/main/dbaccess/source/ui/inc/localresaccess.hxx
index cce37a4d3d..73c71c95ec 100644
--- a/main/dbaccess/source/ui/inc/localresaccess.hxx
+++ b/main/dbaccess/source/ui/inc/localresaccess.hxx
@@ -39,7 +39,7 @@ namespace dbaui
 //=========================================================================
 //= LocalResourceAccess
 //=========================================================================
-/** helper class for acessing local resources
+/** helper class for accessing local resources
 */
 typedef ::svt::OLocalResourceAccess LRA_Base;
 class LocalResourceAccess : protected LRA_Base
diff --git a/main/filter/source/config/cache/filterfactory.cxx 
b/main/filter/source/config/cache/filterfactory.cxx
index 27adf40979..61a7c553a1 100644
--- a/main/filter/source/config/cache/filterfactory.cxx
+++ b/main/filter/source/config/cache/filterfactory.cxx
@@ -613,7 +613,7 @@ OUStringList 
FilterFactory::impl_getSortedFilterListForModule(const ::rtl::OUStr
     aLock.clear();    
     // <- SAFE ----------------------
 
-    // bring "other" filters in an alphabeticly order
+    // bring "other" filters in an alphabetical order
     // It's needed below.
     ::std::sort(lOtherFilters.begin(), lOtherFilters.end());
     
diff --git 
a/main/l10ntools/java/l10nconv/java/com/sun/star/tooling/converter/GSIReader.java
 
b/main/l10ntools/java/l10nconv/java/com/sun/star/tooling/converter/GSIReader.java
index 37fae0bae3..4c4409b603 100644
--- 
a/main/l10ntools/java/l10nconv/java/com/sun/star/tooling/converter/GSIReader.java
+++ 
b/main/l10ntools/java/l10nconv/java/com/sun/star/tooling/converter/GSIReader.java
@@ -125,7 +125,7 @@ public class GSIReader extends DataReader {
      * Read the next GSIBlock and return the data
      * 
      * @return A Map containing the data of the read GSIBlock the keys for the 
language depending data are the language id (numeric) the 
-     * single language  are acessible with the keys "BlockNr", "resType", 
"languageNr", "status","content".
+     * single language are accessible with the keys "BlockNr", "resType", 
"languageNr", "status", "content".
      * 
      * @throws IOException
      */
diff --git 
a/main/officecfg/registry/schema/org/openoffice/TypeDetection/Types.xcs 
b/main/officecfg/registry/schema/org/openoffice/TypeDetection/Types.xcs
index 027756b157..d4108028ed 100644
--- a/main/officecfg/registry/schema/org/openoffice/TypeDetection/Types.xcs
+++ b/main/officecfg/registry/schema/org/openoffice/TypeDetection/Types.xcs
@@ -31,7 +31,7 @@
                <group oor:name="Type">
             <info><desc>Lists the types that represent common content formats 
in Office.</desc></info>
                        <prop oor:name="UIOrder" oor:type="xs:int">
-                <info><desc>Used to sort types inside dialogs. Only values 
&gt;0 are recognized. Types with an order value &lt;1 will be sorted 
alphabeticly.</desc></info>
+                <info><desc>Used to sort types inside dialogs. Only values 
&gt;0 are recognized. Types with an order value &lt;1 will be sorted 
alphabetically.</desc></info>
                                <value>0</value>
                        </prop>
             <prop oor:name="URLPattern" oor:type="oor:string-list">
diff --git 
a/main/officecfg/registry/schema/org/openoffice/TypeDetection/UISort.xcs 
b/main/officecfg/registry/schema/org/openoffice/TypeDetection/UISort.xcs
index b1d4314d9e..f14cff5d01 100644
--- a/main/officecfg/registry/schema/org/openoffice/TypeDetection/UISort.xcs
+++ b/main/officecfg/registry/schema/org/openoffice/TypeDetection/UISort.xcs
@@ -34,7 +34,7 @@
             </info>
             <prop oor:name="SortedFilterList" oor:type="oor:string-list">
                 <info>
-                    <desc>Its a sorted list of internal filter names. All 
filters which are not listed here are appended alphabeticly at the end of this 
list</desc>
+                    <desc>Its a sorted list of internal filter names. All 
filters which are not listed here are appended alphabetically at the end of 
this list</desc>
                 </info>
                                <value/>
             </prop>
diff --git a/main/svtools/inc/svtools/localresaccess.hxx 
b/main/svtools/inc/svtools/localresaccess.hxx
index 003a0c653b..c996d42dab 100644
--- a/main/svtools/inc/svtools/localresaccess.hxx
+++ b/main/svtools/inc/svtools/localresaccess.hxx
@@ -36,7 +36,7 @@ namespace svt
        
//=========================================================================
        //= OLocalResourceAccess
        
//=========================================================================
-       /** helper class for acessing local resources
+       /** helper class for accessing local resources
        */
        class OLocalResourceAccess : public Resource
        {
diff --git a/main/svx/inc/svx/sdr/contact/viewcontactofsdrobj.hxx 
b/main/svx/inc/svx/sdr/contact/viewcontactofsdrobj.hxx
index b9cbbbe192..e66af07043 100644
--- a/main/svx/inc/svx/sdr/contact/viewcontactofsdrobj.hxx
+++ b/main/svx/inc/svx/sdr/contact/viewcontactofsdrobj.hxx
@@ -76,7 +76,7 @@ namespace sdr
                        // React on changes of the object of this ViewContact
                        virtual void ActionChanged();
 
-                       // overload for acessing the SdrObject
+                       // overload for accessing the SdrObject
                        virtual SdrObject* TryToGetSdrObject() const;
 
                        
//////////////////////////////////////////////////////////////////////////////
diff --git a/main/svx/inc/svx/sdr/contact/viewcontactofsdrpage.hxx 
b/main/svx/inc/svx/sdr/contact/viewcontactofsdrpage.hxx
index 9c47ce4c6e..ae09055f9d 100644
--- a/main/svx/inc/svx/sdr/contact/viewcontactofsdrpage.hxx
+++ b/main/svx/inc/svx/sdr/contact/viewcontactofsdrpage.hxx
@@ -289,7 +289,7 @@ namespace sdr
                        // React on changes of the object of this ViewContact
                        virtual void ActionChanged();
 
-                       // overload for acessing the SdrPage
+                       // overload for accessing the SdrPage
                        virtual SdrPage* TryToGetSdrPage() const;
 
                protected:
diff --git a/main/sw/source/core/access/accdoc.hxx 
b/main/sw/source/core/access/accdoc.hxx
index fc705bb9f8..11cbd5116a 100644
--- a/main/sw/source/core/access/accdoc.hxx
+++ b/main/sw/source/core/access/accdoc.hxx
@@ -173,7 +173,7 @@ public:
 
     // XInterface is inherited through SwAcessibleContext and
     // XAccessibleSelection. These methods are needed to avoid
-    // ambigiouties.
+    // ambiguities.
 
     virtual ::com::sun::star::uno::Any SAL_CALL queryInterface(
         const ::com::sun::star::uno::Type& aType )

Reply via email to