diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2017-03-24 11:36:55 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2017-03-25 09:27:18 +0000 |
commit | 55cc79f33f8e4f95f7d56576949db1fb42bf913f (patch) | |
tree | 29db431774b4f9ab5b7281b9453d5dcabed35a83 /extensions/test/ole | |
parent | ee495c299b3d70b7a7099c51c6badf35a23f9a96 (diff) |
Fix typos
Change-Id: Ic823a46019138b8bbcacd7b52b48d7d7ead2fde2
Reviewed-on: https://gerrit.libreoffice.org/35629
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'extensions/test/ole')
-rw-r--r-- | extensions/test/ole/unoTocomCalls/XCallback_Impl/Callback.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/test/ole/unoTocomCalls/XCallback_Impl/Callback.cpp b/extensions/test/ole/unoTocomCalls/XCallback_Impl/Callback.cpp index bb8a4e4f7ead..c60a18219426 100644 --- a/extensions/test/ole/unoTocomCalls/XCallback_Impl/Callback.cpp +++ b/extensions/test/ole/unoTocomCalls/XCallback_Impl/Callback.cpp @@ -483,7 +483,7 @@ STDMETHODIMP CCallback::inSeqXEventListener( LPSAFEARRAY listeners, LPSAFEARRAY hr= SafeArrayGetLBound( listeners, 1, &lbound); count= ubound - lbound +1; - // We assume thate the count of EventObjects in events is the same + // We assume that the count of EventObjects in events is the same for( long i = 0; i < count; i++) { CComVariant varListener; |