Replace all occured, occurance etc.
This commit is contained in:
committed by
Caolán McNamara
parent
1b11499074
commit
36e2296bf8
@@ -164,7 +164,7 @@ static typelib_TypeClass cpp2uno_call(
|
||||
// invoke uno dispatch call
|
||||
(*pThis->getUnoI()->pDispatcher)(pThis->getUnoI(), pMemberTypeDescr, pUnoReturn, pUnoArgs, &pUnoExc );
|
||||
|
||||
// in case an exception occured...
|
||||
// in case an exception occurred...
|
||||
if (pUnoExc)
|
||||
{
|
||||
// destruct temporary in/inout params
|
||||
@@ -183,7 +183,7 @@ static typelib_TypeClass cpp2uno_call(
|
||||
// is here for dummy
|
||||
return typelib_TypeClass_VOID;
|
||||
}
|
||||
else // else no exception occured...
|
||||
else // else no exception occurred...
|
||||
{
|
||||
// temporary params
|
||||
for ( ; nTempIndizes--; )
|
||||
|
||||
Reference in New Issue
Block a user