Kaydet (Commit) eb8530cc authored tarafından Noel Grandin's avatar Noel Grandin

fix sparc build

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

Change-Id: Iccf79e3c41c860e15078b791fed551a9526aa453
üst e04b8afe
...@@ -257,7 +257,7 @@ void raiseException( uno_Any * pUnoExc, uno_Mapping * pUno2Cpp ) ...@@ -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 )
); );
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment