fix sparc build

after my commit e7bc3cab019fbf040f9fb8b53ae2cf3f977d200b
"remove boilerplate in UNO Exception constructor calls"

Change-Id: Iccf79e3c41c860e15078b791fed551a9526aa453
This commit is contained in:
Noel Grandin 2014-11-03 11:59:36 +02:00
parent e04b8afe7a
commit eb8530cc90

View File

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