fix sparc build
after my commit e7bc3cab01
"remove boilerplate in UNO Exception constructor calls"
Change-Id: Iccf79e3c41c860e15078b791fed551a9526aa453
This commit is contained in:
@@ -257,7 +257,7 @@ void raiseException( uno_Any * pUnoExc, uno_Mapping * pUno2Cpp )
|
||||
{
|
||||
throw RuntimeException(
|
||||
OUString("no rtti for type ") +
|
||||
*reinterpret_cast< OUString const * >( &pUnoExc->pType->pTypeName ),
|
||||
*reinterpret_cast< OUString const * >( &pUnoExc->pType->pTypeName )
|
||||
);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user