Replace all occured, occurance etc.

This commit is contained in:
Takeshi Abe
2010-12-05 19:11:58 +00:00
committed by Caolán McNamara
parent 1b11499074
commit 36e2296bf8
167 changed files with 282 additions and 282 deletions

View File

@@ -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--; )