extensions/source/ole/oleobjw.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
New commits: commit bc2e1ab2fd4c094b9c33f2de9aa5d446d5993efa Author: Andrea Gelmini <andrea.gelm...@gelma.net> AuthorDate: Fri May 24 22:35:17 2019 +0000 Commit: Julien Nabet <serval2...@yahoo.fr> CommitDate: Sat May 25 09:29:00 2019 +0200 Fix typos Change-Id: Ifa4f861f1005adf8192d5d1871ba8310965a7049 Reviewed-on: https://gerrit.libreoffice.org/72930 Reviewed-by: Julien Nabet <serval2...@yahoo.fr> Tested-by: Julien Nabet <serval2...@yahoo.fr> 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); _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits