extensions/source/ole/unoconversionutilities.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 2816d1baecef683f9ebe27990362b5221a9c645d
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Thu May 1 16:03:56 2025 +0200
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Thu May 1 22:27:07 2025 +0200

    Fix typo
    
    Change-Id: Iba99aa9b58a1b464cae459108e1fcae9b7cd9499
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/184863
    Reviewed-by: Julien Nabet <serval2...@yahoo.fr>
    Tested-by: Jenkins

diff --git a/extensions/source/ole/unoconversionutilities.hxx 
b/extensions/source/ole/unoconversionutilities.hxx
index 26b8896267c4..e14cf455ac82 100644
--- a/extensions/source/ole/unoconversionutilities.hxx
+++ b/extensions/source/ole/unoconversionutilities.hxx
@@ -2043,7 +2043,7 @@ void 
UnoConversionUtilities<T>::dispatchExObject2Sequence( const VARIANTARG* pva
 
             // If the result is VT_DISPATCH than the Sequence's element type 
could be Sequence
             // Look that up in the CoreReflection to make clear.
-            // That requires a recursiv conversion
+            // That requires a recursive conversion
             Any any;
             // Destination address within the out-Sequence "anySeq" where to 
copy the next converted element
             void* pDest= pArray + (i * nelementSize);

Reply via email to