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 2d95c4515c Fix spelling (#235)
2d95c4515c is described below

commit 2d95c4515c4a6ca34163abe457ceec77f0f8a461
Author: John Bampton <jbamp...@users.noreply.github.com>
AuthorDate: Tue Dec 31 03:37:45 2024 +1000

    Fix spelling (#235)
---
 main/extensions/source/ole/unoconversionutilities.hxx | 8 ++++----
 main/sc/source/filter/excel/xipivot.cxx               | 2 +-
 main/svgio/inc/svgio/svgreader/svgstyleattributes.hxx | 2 +-
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/main/extensions/source/ole/unoconversionutilities.hxx 
b/main/extensions/source/ole/unoconversionutilities.hxx
index 9dbb40e0b7..b707b48ed5 100644
--- a/main/extensions/source/ole/unoconversionutilities.hxx
+++ b/main/extensions/source/ole/unoconversionutilities.hxx
@@ -83,7 +83,7 @@ typedef hash_map<sal_uInt32, WeakReference<XInterface> 
>::const_iterator CIT_Com
 // InterfaceOleWrapper_Impl). It is the responsibility of the wrapper to 
remove the entry when
 // it is being destroyed. It is used to ensure the identity of objects. That 
is, an UNO interface
 // is mapped to IDispatch which is kept alive in the COM environment. If the 
same
-// UNO interface is mapped again to COM then the IDispach of the first mapped 
instance
+// UNO interface is mapped again to COM then the IDispatch of the first mapped 
instance
 // must be returned.
 extern hash_map<sal_uInt32, WeakReference<XInterface> > UnoObjToWrapperMap;
 typedef hash_map<sal_uInt32, WeakReference<XInterface> >::iterator IT_Uno;
@@ -367,7 +367,7 @@ void UnoConversionUtilities<T>::variantToAny( const 
VARIANTARG* pArg, Any& rAny,
                 // 1: JScript, VARTYPE: VT_DISPATCH
                 // 2. VBScript simple arraysVT_VARIANT|VT_BYREF the referenced 
VARIANT contains
                 //             a VT_ARRAY|  <type>
-                // 3. VBSrcript multi dimensional arrays: VT_ARRAY|VT_BYREF
+                // 3. VBScript multi dimensional arrays: VT_ARRAY|VT_BYREF
                 if( pArg->vt == VT_DISPATCH)
                 {
                     dispatchExObject2Sequence( pArg, rAny, ptype);
@@ -582,7 +582,7 @@ void UnoConversionUtilities<T>::variantToAny( const 
VARIANTARG* pArg, Any& rAny,
             throw IllegalArgumentException(
                 OUSTR("[automation 
bridge]UnoConversionUtilities<T>:variantToAny\n"
                       "The provided VARIANT of type\" ") + 
OUString::valueOf((sal_Int32) var.vt) +
-                OUSTR("\" is unappropriate for conversion!"), 
Reference<XInterface>(), -1);
+                OUSTR("\" is inappropriate for conversion!"), 
Reference<XInterface>(), -1);
     }
     catch (CannotConvertException &)
     {
@@ -995,7 +995,7 @@ void UnoConversionUtilities<T>::anyToVariant(VARIANT* 
pVariant, const Any& rAny)
             throw IllegalArgumentException(
                 OUSTR("[automation 
bridge]UnoConversionUtilities<T>::anyToVariant\n"
                       "The provided any of type\" ") + 
rAny.getValueType().getTypeName() +
-                OUSTR("\" is unappropriate for conversion!"), 
Reference<XInterface>(), -1);             
+                OUSTR("\" is inappropriate for conversion!"), 
Reference<XInterface>(), -1);
             
         }
     }
diff --git a/main/sc/source/filter/excel/xipivot.cxx 
b/main/sc/source/filter/excel/xipivot.cxx
index 0f0bef017e..9dcfa62363 100644
--- a/main/sc/source/filter/excel/xipivot.cxx
+++ b/main/sc/source/filter/excel/xipivot.cxx
@@ -1438,7 +1438,7 @@ void XclImpPivotTable::MaybeRefresh()
 
 void XclImpPivotTable::ApplyMergeFlags(const ScRange& rOutRange, const 
ScDPSaveData& rSaveData)
 {
-    // Apply merge flags for varoius datapilot controls.
+    // Apply merge flags for various datapilot controls.
 
     ScDPOutputGeometry aGeometry(rOutRange, false, ScDPOutputGeometry::XLS);
     aGeometry.setColumnFieldCount(maPTInfo.mnColFields);
diff --git a/main/svgio/inc/svgio/svgreader/svgstyleattributes.hxx 
b/main/svgio/inc/svgio/svgreader/svgstyleattributes.hxx
index 75b65088b9..edd69ca02d 100644
--- a/main/svgio/inc/svgio/svgreader/svgstyleattributes.hxx
+++ b/main/svgio/inc/svgio/svgreader/svgstyleattributes.hxx
@@ -217,7 +217,7 @@ namespace svgio
 
             // defines if this attributes are part of a ClipPath. If yes,
             // rough geometry will be created on decomposition by patching
-            // vaules for fill, stroke, strokeWidth and others
+            // values for fill, stroke, strokeWidth and others
             bool                        mbIsClipPathContent : 1;
 
             // #121221# Defines if evtl. an empty array *is* set

Reply via email to