Kaydet (Commit) b36ccf58 authored tarafından Caolán McNamara's avatar Caolán McNamara

get stoc to build again

Change-Id: Ie4f04f8d5daf4af66057ec1ead4372c2ef0e7056
üst 597ae8dd
...@@ -276,7 +276,7 @@ bool AdapterImpl::coerce_assign( ...@@ -276,7 +276,7 @@ bool AdapterImpl::coerce_assign(
{ {
OSL_ASSERT( OSL_ASSERT(
p_exc->pType->eTypeClass == typelib_TypeClass_EXCEPTION ); p_exc->pType->eTypeClass == typelib_TypeClass_EXCEPTION );
if (typelib_typedescriptionreference_isAssignableFrom( cppu::UnoType<RuntimeException>::get() ).getTypeLibType(), if (typelib_typedescriptionreference_isAssignableFrom( cppu::UnoType<RuntimeException>::get().getTypeLibType(),
p_exc->pType )) p_exc->pType ))
{ {
// is RuntimeException or derived: rethrow // is RuntimeException or derived: rethrow
......
...@@ -148,7 +148,7 @@ UnoInterfaceReference FactoryImpl::binuno_queryInterface( ...@@ -148,7 +148,7 @@ UnoInterfaceReference FactoryImpl::binuno_queryInterface(
{ {
// exception occurred: // exception occurred:
OSL_ENSURE( OSL_ENSURE(
typelib_typedescriptionreference_isAssignableFrom( cppu::UnoType<RuntimeException>::get() ).getTypeLibType(), typelib_typedescriptionreference_isAssignableFrom( cppu::UnoType<RuntimeException>::get().getTypeLibType(),
exc->pType ), exc->pType ),
"### RuntimeException expected!" ); "### RuntimeException expected!" );
Any cpp_exc; Any cpp_exc;
......
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