sb140: #i117295# fix previous fix
This commit is contained in:
parent
e07ac6765d
commit
98510a8f70
2 changed files with 2 additions and 4 deletions
|
@ -348,8 +348,7 @@ void cc50_solaris_intel_raiseException( uno_Any * pUnoExc, uno_Mapping * pUno2Cp
|
|||
// will be released by deleteException
|
||||
typelib_typedescriptionreference_getDescription( &pTypeDescr, pUnoExc->pType );
|
||||
|
||||
pRTTI = RTTISingleton::get().generateRTTI( (typelib_CompoundTypeDescription *)pTypeDescr );
|
||||
}
|
||||
void * pRTTI = RTTISingleton::get().generateRTTI( (typelib_CompoundTypeDescription *)pTypeDescr );
|
||||
|
||||
// a must be
|
||||
OSL_ENSURE( sizeof(sal_Int32) == sizeof(void *), "### pointer size differs from sal_Int32!" );
|
||||
|
|
|
@ -351,8 +351,7 @@ void cc50_solaris_sparc_raiseException( uno_Any * pUnoExc, uno_Mapping * pUno2Cp
|
|||
// will be released by deleteException
|
||||
typelib_typedescriptionreference_getDescription( &pTypeDescr, pUnoExc->pType );
|
||||
|
||||
pRTTI = RTTISingleton::get().generateRTTI( (typelib_CompoundTypeDescription *)pTypeDescr );
|
||||
}
|
||||
void * pRTTI = RTTISingleton::get().generateRTTI( (typelib_CompoundTypeDescription *)pTypeDescr );
|
||||
|
||||
// a must be
|
||||
OSL_ENSURE( sizeof(sal_Int32) == sizeof(void *), "### pointer size differs from sal_Int32!" );
|
||||
|
|
Loading…
Reference in a new issue