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