[Libreoffice-commits] core.git: extensions/test

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Wed Jun 12 05:12:30 UTC 2019


 extensions/test/ole/AxTestComponents/Basic.cpp |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 98b027860e3d12fe9db909b295b6ec5120524140
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Mon Jun 10 16:56:36 2019 +0000
Commit:     Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Wed Jun 12 07:11:09 2019 +0200

    Fix typo
    
    Change-Id: I08c4f9dfd384a502626f3acd31e203626aea5943
    Reviewed-on: https://gerrit.libreoffice.org/73852
    Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
    Tested-by: Julien Nabet <serval2412 at yahoo.fr>

diff --git a/extensions/test/ole/AxTestComponents/Basic.cpp b/extensions/test/ole/AxTestComponents/Basic.cpp
index 2406ba12f0c7..8aad56e8af52 100644
--- a/extensions/test/ole/AxTestComponents/Basic.cpp
+++ b/extensions/test/ole/AxTestComponents/Basic.cpp
@@ -762,7 +762,7 @@ STDMETHODIMP CBasic::inMulDimArrayByte2(LPSAFEARRAY val)
     return S_OK;
 }
 
-// supports 2 and 3 dimensionals SAFEARRAY with elements of long or VARIANT
+// supports 2 and 3 dimensional SAFEARRAY with elements of long or VARIANT
 void CBasic::printMulArray( SAFEARRAY* val, VARTYPE type)
 {
     HRESULT hr= S_OK;


More information about the Libreoffice-commits mailing list