bridges/source/cpp_uno/gcc3_linux_riscv64/uno2cpp.cxx         |    2 +-
 extensions/test/ole/unoTocomCalls/XCallback_Impl/Callback.cpp |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 758f1230f8b9dc96ff6f121f8ee5e88d5a3854c0
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Tue Jun 18 22:52:17 2024 +0200
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Wed Jun 19 08:37:25 2024 +0200

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

diff --git a/extensions/test/ole/unoTocomCalls/XCallback_Impl/Callback.cpp 
b/extensions/test/ole/unoTocomCalls/XCallback_Impl/Callback.cpp
index c60a18219426..5e73a50f5a83 100644
--- a/extensions/test/ole/unoTocomCalls/XCallback_Impl/Callback.cpp
+++ b/extensions/test/ole/unoTocomCalls/XCallback_Impl/Callback.cpp
@@ -316,7 +316,7 @@ STDMETHODIMP CCallback::inoutSeqAny(LPSAFEARRAY *pArray)
     hr= SafeArrayGetUBound( *pArray, 1, &ubound);
     long count= ubound - lbound + 1;
 
-    // the Array is supposet to contain variants
+    // the Array is supposed to contain variants
     CComVariant var;
     for( long i=0; i<count; i++)
     {
commit 637072a9b6d27cc7c8c5461f75bad021c726a9b7
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Tue Jun 18 22:46:25 2024 +0200
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Wed Jun 19 08:37:10 2024 +0200

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

diff --git a/bridges/source/cpp_uno/gcc3_linux_riscv64/uno2cpp.cxx 
b/bridges/source/cpp_uno/gcc3_linux_riscv64/uno2cpp.cxx
index 278944953888..d0370ce3f9d7 100644
--- a/bridges/source/cpp_uno/gcc3_linux_riscv64/uno2cpp.cxx
+++ b/bridges/source/cpp_uno/gcc3_linux_riscv64/uno2cpp.cxx
@@ -426,7 +426,7 @@ void unoInterfaceProxyDispatch(uno_Interface* pUnoI, const 
typelib_TypeDescripti
                                void* pReturn, void* pArgs[], uno_Any** 
ppException)
 {
     BRIDGE_LOG("In unoInterfaceProxyDispatch:
");
-    BRIDGE_LOG("pMemberDescr = %p, pReturn = %p, pArgs = %p, ppExeption = %p
", pMemberDescr,
+    BRIDGE_LOG("pMemberDescr = %p, pReturn = %p, pArgs = %p, ppException = %p
", pMemberDescr,
                pReturn, pArgs, ppException);
     // is my surrogate
     bridges::cpp_uno::shared::UnoInterfaceProxy* pThis

Reply via email to