Kaydet (Commit) 36e2296b authored tarafından Takeshi Abe's avatar Takeshi Abe Kaydeden (comit) Caolán McNamara

Replace all occured, occurance etc.

üst 1b114990
......@@ -466,7 +466,7 @@ inline void SAL_CALL cppu_cppenv_computeObjectIdentifier(
}
catch (::com::sun::star::uno::RuntimeException &)
{
OSL_ENSURE( 0, "### RuntimeException occured udring queryInterface()!" );
OSL_ENSURE( 0, "### RuntimeException occurred udring queryInterface()!" );
}
}
}
......
......@@ -43,7 +43,7 @@ struct remote_Connection
all bytes are available or an error occurs.
@return Number of bytes read.
If the return value is less than nSize, an unrecoverable
i/o error has occured or the connection was closed.
i/o error has occurred or the connection was closed.
*/
sal_Int32 (SAL_CALL * read)(remote_Connection *, sal_Int8 *pDest, sal_Int32 nSize );
......@@ -51,7 +51,7 @@ struct remote_Connection
/**
@return Number of bytes written.
if the return value is less than nSize an unrecoverable
i/o error has occured or the connection was closed.
i/o error has occurred or the connection was closed.
*/
sal_Int32 (SAL_CALL * write)(remote_Connection *, const sal_Int8 *pSource, sal_Int32 nSize );
......
......@@ -160,7 +160,7 @@ void cpp2uno_call(
(*pThis->getUnoI()->pDispatcher)(
pThis->getUnoI(), pMemberTypeDescr, pUnoReturn, pUnoArgs, &pUnoExc );
// in case no exception occured...
// in case no exception occurred...
if (pUnoExc)
{
// destruct temporary in/inout params
......@@ -179,7 +179,7 @@ void cpp2uno_call(
&aUnoExc, pThis->getBridge()->getUno2Cpp() );
// has to destruct the any
}
else // else no exception occured...
else // else no exception occurred...
{
// temporary params
for ( ; nTempIndizes--; )
......
......@@ -334,7 +334,7 @@ void cc50_solaris_intel_raiseException( uno_Any * pUnoExc, uno_Mapping * pUno2Cp
OUStringToOString(
*reinterpret_cast< OUString const * >( &pUnoExc->pType->pTypeName ),
RTL_TEXTENCODING_ASCII_US ) );
fprintf( stderr, "> uno exception occured: %s\n", cstr.getStr() );
fprintf( stderr, "> uno exception occurred: %s\n", cstr.getStr() );
#endif
bridges::cpp_uno::shared::ArrayPointer< unsigned char > thunkPtr(
new unsigned char[24]);
......@@ -435,7 +435,7 @@ void cc50_solaris_intel_fillUnoException(
}
#if OSL_DEBUG_LEVEL > 1
fprintf( stderr, "> c++ exception occured: %s\n",
fprintf( stderr, "> c++ exception occurred: %s\n",
::rtl::OUStringToOString(
pExcTypeDescr->pTypeName,
RTL_TEXTENCODING_ASCII_US ).getStr() );
......
......@@ -213,7 +213,7 @@ static inline void cpp_call(
nStackLongs
);
// NO exception occured...
// NO exception occurred...
*ppUnoExc = 0;
// reconvert temporary params
......
......@@ -163,7 +163,7 @@ static typelib_TypeClass cpp2uno_call(
(*pThis->getUnoI()->pDispatcher)(
pThis->getUnoI(), pMemberTypeDescr, pUnoReturn, pUnoArgs, &pUnoExc );
// in case no exception occured...
// in case no exception occurred...
if (pUnoExc)
{
// destruct temporary in/inout params
......@@ -184,7 +184,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--; )
......
......@@ -335,7 +335,7 @@ void cc50_solaris_sparc_raiseException( uno_Any * pUnoExc, uno_Mapping * pUno2Cp
OUStringToOString(
*reinterpret_cast< OUString const * >( &pUnoExc->pType->pTypeName ),
RTL_TEXTENCODING_ASCII_US ) );
fprintf( stderr, "> uno exception occured: %s\n", cstr.getStr() );
fprintf( stderr, "> uno exception occurred: %s\n", cstr.getStr() );
#endif
bridges::cpp_uno::shared::ArrayPointer< unsigned int > thunkPtr(
new unsigned int[6]);
......@@ -428,7 +428,7 @@ void cc50_solaris_sparc_fillUnoException(
}
#if OSL_DEBUG_LEVEL > 1
fprintf( stderr, "> c++ exception occured: %s\n",
fprintf( stderr, "> c++ exception occurred: %s\n",
::rtl::OUStringToOString(
pExcTypeDescr->pTypeName,
RTL_TEXTENCODING_ASCII_US ).getStr() );
......
......@@ -204,7 +204,7 @@ static void cpp_call(
nStackLongs
);
// NO exception occured...
// NO exception occurred...
*ppUnoExc = 0;
// reconvert temporary params
......
......@@ -252,7 +252,7 @@ static typelib_TypeClass cpp2uno_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
......@@ -273,7 +273,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--; )
......
......@@ -315,7 +315,7 @@ static void cpp_call(
pAdjustedThisPtr, aVtableSlot.index,
pCppReturn, pReturnTypeDescr->eTypeClass,
pStackStart, (pStack - pStackStart), pFPR, nFPR );
// NO exception occured...
// NO exception occurred...
*ppUnoExc = 0;
// reconvert temporary params
......
......@@ -273,7 +273,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
......@@ -292,7 +292,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--; )
......
......@@ -342,7 +342,7 @@ static void cpp_call(
pStackStart, (pStack - pStackStart),
pGPR, nRegs,
pFPR, nRegs );
// NO exception occured...
// NO exception occurred...
*ppUnoExc = 0;
// reconvert temporary params
......
......@@ -187,7 +187,7 @@ namespace
(*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
......@@ -208,7 +208,7 @@ namespace
// is here for dummy
return typelib_TypeClass_VOID;
}
else // else no exception occured...
else // else no exception occurred...
{
// temporary params
for ( ; nTempIndizes--; )
......
......@@ -228,7 +228,7 @@ namespace CPPU_CURRENT_NAMESPACE
OUStringToOString(
*reinterpret_cast< OUString const * >( &pUnoExc->pType->pTypeName ),
RTL_TEXTENCODING_ASCII_US ) );
fprintf( stderr, "> uno exception occured: %s\n", cstr.getStr() );
fprintf( stderr, "> uno exception occurred: %s\n", cstr.getStr() );
#endif
void * pCppExc;
type_info * rtti;
......@@ -315,7 +315,7 @@ namespace CPPU_CURRENT_NAMESPACE
OUString unoName( toUNOname( header->exceptionType->name() ) );
#if OSL_DEBUG_LEVEL > 1
OString cstr_unoName( OUStringToOString( unoName, RTL_TEXTENCODING_ASCII_US ) );
fprintf( stderr, "> c++ exception occured: %s\n", cstr_unoName.getStr() );
fprintf( stderr, "> c++ exception occurred: %s\n", cstr_unoName.getStr() );
#endif
typelib_typedescription_getByName( &pExcTypeDescr, unoName.pData );
if (0 == pExcTypeDescr)
......
......@@ -470,7 +470,7 @@ static void cpp_call(
(pStack - pStackStart),
pGPR, nGPR);
// NO exception occured...
// NO exception occurred...
*ppUnoExc = 0;
// reconvert temporary params
......
......@@ -306,7 +306,7 @@ namespace
fprintf(stderr, "after dispatch\n");
#endif
// in case an exception occured...
// in case an exception occurred...
if (pUnoExc)
{
// destruct temporary in/inout params
......@@ -327,7 +327,7 @@ namespace
// is here for dummy
return typelib_TypeClass_VOID;
}
else // else no exception occured...
else // else no exception occurred...
{
// temporary params
for ( ; nTempIndizes--; )
......
......@@ -228,7 +228,7 @@ namespace CPPU_CURRENT_NAMESPACE
OUStringToOString(
*reinterpret_cast< OUString const * >( &pUnoExc->pType->pTypeName ),
RTL_TEXTENCODING_ASCII_US ) );
fprintf( stderr, "> uno exception occured: %s\n", cstr.getStr() );
fprintf( stderr, "> uno exception occurred: %s\n", cstr.getStr() );
#endif
void * pCppExc;
type_info * rtti;
......@@ -308,7 +308,7 @@ namespace CPPU_CURRENT_NAMESPACE
OUString unoName( toUNOname( header->exceptionType->name() ) );
#if OSL_DEBUG_LEVEL > 1
OString cstr_unoName( OUStringToOString( unoName, RTL_TEXTENCODING_ASCII_US ) );
fprintf( stderr, "> c++ exception occured: %s\n", cstr_unoName.getStr() );
fprintf( stderr, "> c++ exception occurred: %s\n", cstr_unoName.getStr() );
#endif
typelib_typedescription_getByName( &pExcTypeDescr, unoName.pData );
if (0 == pExcTypeDescr)
......
......@@ -323,7 +323,7 @@ static void cpp_call(
pStackStart,
(pStack - pStackStart), pGPR, pFPR);
// NO exception occured...
// NO exception occurred...
*ppUnoExc = 0;
// reconvert temporary params
......
......@@ -249,7 +249,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
......@@ -269,7 +269,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--; )
......
......@@ -505,7 +505,7 @@ static void cpp_call(
pStackStart, ( pStack - pStackStart ),
pGPR, nGPR,
pFPR, nFPR );
// NO exception occured...
// NO exception occurred...
*ppUnoExc = 0;
// reconvert temporary params
......
......@@ -164,7 +164,7 @@ void cpp2uno_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 @@ void cpp2uno_call(
&aUnoExc, pThis->getBridge()->getUno2Cpp() );
// has to destruct the any
}
else // else no exception occured...
else // else no exception occurred...
{
// temporary params
for ( ; nTempIndizes--; )
......
......@@ -238,7 +238,7 @@ void raiseException( uno_Any * pUnoExc, uno_Mapping * pUno2Cpp )
OUStringToOString(
*reinterpret_cast< OUString const * >( &pUnoExc->pType->pTypeName ),
RTL_TEXTENCODING_ASCII_US ) );
fprintf( stderr, "> uno exception occured: %s\n", cstr.getStr() );
fprintf( stderr, "> uno exception occurred: %s\n", cstr.getStr() );
#endif
void * pCppExc;
type_info * rtti;
......@@ -312,7 +312,7 @@ void fillUnoException( __cxa_exception * header, uno_Any * pUnoExc, uno_Mapping
OUString unoName( toUNOname( header->exceptionType->name() ) );
#if OSL_DEBUG_LEVEL > 1
OString cstr_unoName( OUStringToOString( unoName, RTL_TEXTENCODING_ASCII_US ) );
fprintf( stderr, "> c++ exception occured: %s\n", cstr_unoName.getStr() );
fprintf( stderr, "> c++ exception occurred: %s\n", cstr_unoName.getStr() );
#endif
typelib_typedescription_getByName( &pExcTypeDescr, unoName.pData );
if (0 == pExcTypeDescr)
......
......@@ -271,7 +271,7 @@ static void cpp_call(
pAdjustedThisPtr, aVtableSlot.index,
pCppReturn, pReturnTypeDescr->eTypeClass,
(sal_Int32 *)pCppStackStart, (pCppStack - pCppStackStart) / sizeof(sal_Int32) );
// NO exception occured...
// NO exception occurred...
*ppUnoExc = 0;
// reconvert temporary params
......
......@@ -201,7 +201,7 @@ namespace
fprintf(stderr, "after dispatch\n");
#endif
// in case an exception occured...
// in case an exception occurred...
if (pUnoExc)
{
// destruct temporary in/inout params
......@@ -222,7 +222,7 @@ namespace
// is here for dummy
return typelib_TypeClass_VOID;
}
else // else no exception occured...
else // else no exception occurred...
{
// temporary params
for ( ; nTempIndizes--; )
......
......@@ -228,7 +228,7 @@ namespace CPPU_CURRENT_NAMESPACE
OUStringToOString(
*reinterpret_cast< OUString const * >( &pUnoExc->pType->pTypeName ),
RTL_TEXTENCODING_ASCII_US ) );
fprintf( stderr, "> uno exception occured: %s\n", cstr.getStr() );
fprintf( stderr, "> uno exception occurred: %s\n", cstr.getStr() );
#endif
void * pCppExc;
type_info * rtti;
......@@ -308,7 +308,7 @@ namespace CPPU_CURRENT_NAMESPACE
OUString unoName( toUNOname( header->exceptionType->name() ) );
#if OSL_DEBUG_LEVEL > 1
OString cstr_unoName( OUStringToOString( unoName, RTL_TEXTENCODING_ASCII_US ) );
fprintf( stderr, "> c++ exception occured: %s\n", cstr_unoName.getStr() );
fprintf( stderr, "> c++ exception occurred: %s\n", cstr_unoName.getStr() );
#endif
typelib_typedescription_getByName( &pExcTypeDescr, unoName.pData );
if (0 == pExcTypeDescr)
......
......@@ -302,7 +302,7 @@ static void cpp_call(
pStackStart,
(pStack - pStackStart));
// NO exception occured...
// NO exception occurred...
*ppUnoExc = 0;
// reconvert temporary params
......
......@@ -313,7 +313,7 @@ namespace
fprintf(stderr,"cpp2uno_call2,after dispatch\n");
#endif
// in case an exception occured...
// in case an exception occurred...
if (pUnoExc)
{
// destruct temporary in/inout params
......@@ -333,7 +333,7 @@ namespace
// is here for dummy
return typelib_TypeClass_VOID;
}
else // else no exception occured...
else // else no exception occurred...
{
// temporary params
for ( ; nTempIndizes--; )
......
......@@ -225,7 +225,7 @@ void raiseException( uno_Any * pUnoExc, uno_Mapping * pUno2Cpp )
OUStringToOString(
*reinterpret_cast< OUString const * >( &pUnoExc->pType->pTypeName ),
RTL_TEXTENCODING_ASCII_US ) );
fprintf( stderr, "> uno exception occured: %s\n", cstr.getStr() );
fprintf( stderr, "> uno exception occurred: %s\n", cstr.getStr() );
#endif
void * pCppExc;
type_info * rtti;
......@@ -299,7 +299,7 @@ void fillUnoException( __cxa_exception * header, uno_Any * pUnoExc, uno_Mapping
OUString unoName( toUNOname( header->exceptionType->name() ) );
#if defined BRIDGES_DEBUG
OString cstr_unoName( OUStringToOString( unoName, RTL_TEXTENCODING_ASCII_US ) );
fprintf( stderr, "> c++ exception occured: %s\n", cstr_unoName.getStr() );
fprintf( stderr, "> c++ exception occurred: %s\n", cstr_unoName.getStr() );
#endif
typelib_typedescription_getByName( &pExcTypeDescr, unoName.pData );
if (0 == pExcTypeDescr)
......
......@@ -406,7 +406,7 @@ namespace
pAdjustedThisPtr, aVtableSlot.index,
pCppReturn, pReturnTypeDescr->eTypeClass, pParamType,
(sal_Int32 *)pCppStackStart, (pCppStack - pCppStackStart) / sizeof(sal_Int32) );
// NO exception occured...
// NO exception occurred...
*ppUnoExc = 0;
// reconvert temporary params
......
......@@ -295,7 +295,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
......@@ -315,7 +315,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--; )
......
......@@ -488,7 +488,7 @@ static void cpp_call(
pAdjustedThisPtr, aVtableSlot.index,
pCppReturn, pReturnTypeDescr->eTypeClass, pParamType,
(sal_Int32 *)pCppStackStart, (pCppStack - pCppStackStart) / sizeof(sal_Int32) );
// NO exception occured...
// NO exception occurred...
*ppUnoExc = 0;
// reconvert temporary params
......
......@@ -268,7 +268,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
......@@ -288,7 +288,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--; )
......
......@@ -415,7 +415,7 @@ static void cpp_call(
pStackStart, ( pStack - pStackStart ),
pGPR, nGPR,
pFPR, nFPR );
// NO exception occured...
// NO exception occurred...
*ppUnoExc = 0;
// reconvert temporary params
......
......@@ -256,7 +256,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
......@@ -275,7 +275,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--; )
......
......@@ -444,7 +444,7 @@ static void cpp_call(
pAdjustedThisPtr, aVtableSlot.index,
pCppReturn, pReturnTypeDescr->eTypeClass, pParamType,
(sal_Int32 *)pCppStackStart, (pCppStack - pCppStackStart) / sizeof(sal_Int32) );
// NO exception occured...
// NO exception occurred...
*ppUnoExc = 0;
// reconvert temporary params
......
......@@ -258,7 +258,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
......@@ -277,7 +277,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--; )
......
......@@ -347,7 +347,7 @@ static void cpp_call(
pStackStart, (pStack - pStackStart),
pGPR, nGPR,
pFPR, nFPR );
// NO exception occured...
// NO exception occurred...
*ppUnoExc = 0;
// reconvert temporary params
......
......@@ -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--; )
......
......@@ -228,7 +228,7 @@ void raiseException( uno_Any * pUnoExc, uno_Mapping * pUno2Cpp )
OUStringToOString(
*reinterpret_cast< OUString const * >( &pUnoExc->pType->pTypeName ),
RTL_TEXTENCODING_ASCII_US ) );
fprintf( stderr, "> uno exception occured: %s\n", cstr.getStr() );
fprintf( stderr, "> uno exception occurred: %s\n", cstr.getStr() );
#endif
void * pCppExc;
type_info * rtti;
......@@ -302,7 +302,7 @@ void fillUnoException( __cxa_exception * header, uno_Any * pUnoExc, uno_Mapping
OUString unoName( toUNOname( header->exceptionType->name() ) );
#if defined BRIDGES_DEBUG
OString cstr_unoName( OUStringToOString( unoName, RTL_TEXTENCODING_ASCII_US ) );
fprintf( stderr, "> c++ exception occured: %s\n", cstr_unoName.getStr() );
fprintf( stderr, "> c++ exception occurred: %s\n", cstr_unoName.getStr() );
#endif
typelib_typedescription_getByName( &pExcTypeDescr, unoName.pData );
if (0 == pExcTypeDescr)
......
......@@ -413,7 +413,7 @@ static void cpp_call(
pReturnTypeDescr->eTypeClass,
(sal_Int32 *)pCppStackStart,
nStackLongs);
// NO exception occured...
// NO exception occurred...
*ppUnoExc = 0;
// reconvert temporary params
......
......@@ -199,7 +199,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
......@@ -218,7 +218,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--; )
......
......@@ -238,7 +238,7 @@ void raiseException( uno_Any * pUnoExc, uno_Mapping * pUno2Cpp )
OUStringToOString(
*reinterpret_cast< OUString const * >( &pUnoExc->pType->pTypeName ),
RTL_TEXTENCODING_ASCII_US ) );
fprintf( stderr, "> uno exception occured: %s\n", cstr.getStr() );
fprintf( stderr, "> uno exception occurred: %s\n", cstr.getStr() );
#endif
void * pCppExc;
type_info * rtti;
......@@ -312,7 +312,7 @@ void fillUnoException( __cxa_exception * header, uno_Any * pUnoExc, uno_Mapping
OUString unoName( toUNOname( header->exceptionType->name() ) );
#if OSL_DEBUG_LEVEL > 1
OString cstr_unoName( OUStringToOString( unoName, RTL_TEXTENCODING_ASCII_US ) );
fprintf( stderr, "> c++ exception occured: %s\n", cstr_unoName.getStr() );
fprintf( stderr, "> c++ exception occurred: %s\n", cstr_unoName.getStr() );
#endif
typelib_typedescription_getByName( &pExcTypeDescr, unoName.pData );
if (0 == pExcTypeDescr)
......