diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-05-24 22:35:17 +0000 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2019-05-25 09:29:00 +0200 |
commit | bc2e1ab2fd4c094b9c33f2de9aa5d446d5993efa (patch) | |
tree | 6f106443447a5e860b74ddd238a439dd55890c6a /extensions | |
parent | c5c6366b0e4324167fee62db17ee17364a13a45d (diff) |
Fix typos
Change-Id: Ifa4f861f1005adf8192d5d1871ba8310965a7049
Reviewed-on: https://gerrit.libreoffice.org/72930
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'extensions')
-rw-r--r-- | extensions/source/ole/oleobjw.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/extensions/source/ole/oleobjw.cxx b/extensions/source/ole/oleobjw.cxx index 0d895b2ffbca..15e84503d3ba 100644 --- a/extensions/source/ole/oleobjw.cxx +++ b/extensions/source/ole/oleobjw.cxx @@ -925,7 +925,7 @@ Any IUnknownWrapper::invokeWithDispIdUnoTlb(const OUString& sFunctionName, throw; } } - else // it is an JScriptObject + else // it is a JScriptObject { int i = 0; try @@ -1160,7 +1160,7 @@ Any IUnknownWrapper::invokeWithDispIdUnoTlb(const OUString& sFunctionName, void SAL_CALL IUnknownWrapper::initialize( const Sequence< Any >& aArguments ) { // 1.parameter is IUnknown - // 2.parameter is a boolean which indicates if the COM pointer was a IUnknown or IDispatch + // 2.parameter is a boolean which indicates if the COM pointer was an IUnknown or IDispatch // 3.parameter is a Sequence<Type> o2u_attachCurrentThread(); OSL_ASSERT(aArguments.getLength() == 3); |