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 9c3d01a09d Fix spelling (#236)
9c3d01a09d is described below

commit 9c3d01a09df945a718ae70f39b2a670ba1de5685
Author: John Bampton <jbamp...@users.noreply.github.com>
AuthorDate: Wed Jan 1 04:22:55 2025 +1000

    Fix spelling (#236)
    
    (cherry picked from commit a8b96517e3378f3e8483e2f3a9472c0e1c328532)
---
 main/cppu/source/uno/copy.hxx                                      | 2 +-
 main/cui/source/dialogs/hltpbase.cxx                               | 2 +-
 main/cui/source/inc/hltpbase.hxx                                   | 2 +-
 main/drawinglayer/inc/drawinglayer/processor2d/baseprocessor2d.hxx | 2 +-
 main/fpicker/source/win32/filepicker/VistaFilePickerImpl.hxx       | 2 +-
 main/framework/source/services/frame.cxx                           | 2 +-
 main/oox/source/drawingml/diagram/layoutnodecontext.cxx            | 2 +-
 main/solenv/bin/modules/installer/setupscript.pm                   | 2 +-
 main/vcl/unx/generic/dtrans/X11_selection.cxx                      | 2 +-
 main/xmloff/inc/xmloff/shapeexport.hxx                             | 2 +-
 main/xmloff/source/draw/shapeimport.cxx                            | 2 +-
 11 files changed, 11 insertions(+), 11 deletions(-)

diff --git a/main/cppu/source/uno/copy.hxx b/main/cppu/source/uno/copy.hxx
index deddb05ea5..f47db38cab 100644
--- a/main/cppu/source/uno/copy.hxx
+++ b/main/cppu/source/uno/copy.hxx
@@ -724,7 +724,7 @@ inline uno_Sequence * icopyConstructSequence(
                                break;
                        }
                        default:
-                OSL_ENSURE( 0, "### unexepcted sequence element type!" );
+                OSL_ENSURE( 0, "### unexpected sequence element type!" );
                 pDest = 0;
                                break;
                        }
diff --git a/main/cui/source/dialogs/hltpbase.cxx 
b/main/cui/source/dialogs/hltpbase.cxx
index 723ced28d7..fea778ff7c 100644
--- a/main/cui/source/dialogs/hltpbase.cxx
+++ b/main/cui/source/dialogs/hltpbase.cxx
@@ -42,7 +42,7 @@ using namespace ::ucbhelper;
 
 //########################################################################
 //#                                                                      #
-//# ComboBox-Control, wich is filled with all current framenames         #
+//# ComboBox-Control, which is filled with all current framenames         #
 //#                                                                      #
 //########################################################################
 
diff --git a/main/cui/source/inc/hltpbase.hxx b/main/cui/source/inc/hltpbase.hxx
index d3f030749c..95540e876b 100644
--- a/main/cui/source/inc/hltpbase.hxx
+++ b/main/cui/source/inc/hltpbase.hxx
@@ -56,7 +56,7 @@
 
 /*************************************************************************
 |*
-|* ComboBox-Control, wich is filled with all current framenames
+|* ComboBox-Control, which is filled with all current framenames
 |*
 \************************************************************************/
 
diff --git a/main/drawinglayer/inc/drawinglayer/processor2d/baseprocessor2d.hxx 
b/main/drawinglayer/inc/drawinglayer/processor2d/baseprocessor2d.hxx
index 57bdfaaefb..4e45281440 100644
--- a/main/drawinglayer/inc/drawinglayer/processor2d/baseprocessor2d.hxx
+++ b/main/drawinglayer/inc/drawinglayer/processor2d/baseprocessor2d.hxx
@@ -135,7 +135,7 @@ namespace drawinglayer
 
                                case PRIMITIVE2D_ID_SOME_TEXT :
                                {
-                        // encapsulate e.g. with changing local varibles, e.g. 
+                        // encapsulate e.g. with changing local variables, e.g.
                         // sometimes it's good to know if a basic primitive is
                         // part of a text, especially when not handling the 
text
                         // self but by purpose want to handle the decomposed
diff --git a/main/fpicker/source/win32/filepicker/VistaFilePickerImpl.hxx 
b/main/fpicker/source/win32/filepicker/VistaFilePickerImpl.hxx
index f653b7ef62..aa20909ed8 100644
--- a/main/fpicker/source/win32/filepicker/VistaFilePickerImpl.hxx
+++ b/main/fpicker/source/win32/filepicker/VistaFilePickerImpl.hxx
@@ -275,7 +275,7 @@ class VistaFilePickerImpl : private ::cppu::BaseMutex
          *  @see enableControl()
          *
          *  @param  nFeatures
-         *          flag field(!) knows all features wich must be enabled.
+         *          flag field(!) knows all features which must be enabled.
          */
                void impl_sta_enableFeatures(::sal_Int32 nFeatures, ::sal_Int32 
nTemplate);
     
diff --git a/main/framework/source/services/frame.cxx 
b/main/framework/source/services/frame.cxx
index b567313115..fe69ab9c0c 100644
--- a/main/framework/source/services/frame.cxx
+++ b/main/framework/source/services/frame.cxx
@@ -1598,7 +1598,7 @@ void SAL_CALL Frame::removeFrameActionListener( const 
css::uno::Reference< css::
     LOG_ASSERT2( implcp_removeFrameActionListener( xListener ), 
"Frame::removeFrameActionListener()", "Invalid parameter detected." )
        // Listener container is threadsafe by himself ... but we must look for 
rejected calls after disposing!
     // But we must work with E_SOFTEXCEPTIONS ... because sometimes we are 
called from our listeners
-    // during dispose! Our work mode is E_BEFORECLOSE then ... and 
E_HARDEXCEPTIONS whould throw a DisposedException.
+    // during dispose! Our work mode is E_BEFORECLOSE then ... and 
E_HARDEXCEPTIONS would throw a DisposedException.
     TransactionGuard aTransaction( m_aTransactionManager, E_SOFTEXCEPTIONS );
 
        /* SAFE AREA 
-----------------------------------------------------------------------------------------------
 */
diff --git a/main/oox/source/drawingml/diagram/layoutnodecontext.cxx 
b/main/oox/source/drawingml/diagram/layoutnodecontext.cxx
index cd507ed663..7692d1fc85 100644
--- a/main/oox/source/drawingml/diagram/layoutnodecontext.cxx
+++ b/main/oox/source/drawingml/diagram/layoutnodecontext.cxx
@@ -216,7 +216,7 @@ void SAL_CALL LayoutNodeContext::endFastElement( 
::sal_Int32 )
 }
 
 /** convert the XML tag to a variable index in the array
- * @param aTag the tag, wihout namespace
+ * @param aTag the tag, without namespace
  * @return the variable index. -1 is an error
  */
 sal_Int32 LayoutNodeContext::tagToVarIdx( sal_Int32 aTag )
diff --git a/main/solenv/bin/modules/installer/setupscript.pm 
b/main/solenv/bin/modules/installer/setupscript.pm
index 4a26c32733..6d1f7beced 100644
--- a/main/solenv/bin/modules/installer/setupscript.pm
+++ b/main/solenv/bin/modules/installer/setupscript.pm
@@ -413,7 +413,7 @@ sub add_installationobject_to_variables ($$)
 
 
#####################################################################################
 # Adding all variables, that must be defined, but are not defined until now.
-# List of this varibles: @installer::globals::forced_properties
+# List of this variables: @installer::globals::forced_properties
 
#####################################################################################
 
 sub add_forced_properties
diff --git a/main/vcl/unx/generic/dtrans/X11_selection.cxx 
b/main/vcl/unx/generic/dtrans/X11_selection.cxx
index 51c1bc81aa..fa4bab2209 100644
--- a/main/vcl/unx/generic/dtrans/X11_selection.cxx
+++ b/main/vcl/unx/generic/dtrans/X11_selection.cxx
@@ -340,7 +340,7 @@ void SelectionManager::initialize( const Sequence< Any >& 
arguments ) throw (::c
          *  FIXME:
          *  finally the clipboard and XDND service is back in the module it 
belongs
          *  now cleanup and sharing of resources with the normal vcl event loop
-         *  needs to be added. The display used whould be that of the normal 
event loop
+         *  needs to be added. The display used would be that of the normal 
event loop
          *  and synchronization should be done via the SolarMutex.
                 */
                if( arguments.getLength() > 0 )
diff --git a/main/xmloff/inc/xmloff/shapeexport.hxx 
b/main/xmloff/inc/xmloff/shapeexport.hxx
index 868d63ffc3..0804ddd91d 100644
--- a/main/xmloff/inc/xmloff/shapeexport.hxx
+++ b/main/xmloff/inc/xmloff/shapeexport.hxx
@@ -174,7 +174,7 @@ private:
        ImplXMLShapeExportInfoVector::iterator          maCurrentInfo;
        rtl::OUString                                                           
msPresentationStylePrefix;
 
-       // #88546# possibility to swich progress bar handling on/off
+       // #88546# possibility to switch progress bar handling on/off
        sal_Bool                                                                
        mbHandleProgressBar;
 
        rtl::Reference< XMLTableExport >                        
mxShapeTableExport;
diff --git a/main/xmloff/source/draw/shapeimport.cxx 
b/main/xmloff/source/draw/shapeimport.cxx
index 29d5565c56..b0db33125a 100644
--- a/main/xmloff/source/draw/shapeimport.cxx
+++ b/main/xmloff/source/draw/shapeimport.cxx
@@ -114,7 +114,7 @@ struct XMLShapeImportHelperImpl
 
        std::vector<ConnectionHint> maConnections;
 
-       // #88546# possibility to swich progress bar handling on/off
+       // #88546# possibility to switch progress bar handling on/off
        sal_Bool                                        mbHandleProgressBar;
 
        // stores the capability of the current model to create presentation 
shapes

Reply via email to