diff options
-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); |