stoc/source/invocation_adapterfactory/iafactory.cxx | 2 +- stoc/source/proxy_factory/proxyfac.cxx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)
New commits: commit b36ccf58432cf794c66ce272fcb23f79400adff5 Author: Caolán McNamara <caol...@redhat.com> Date: Fri May 23 21:37:47 2014 +0100 get stoc to build again Change-Id: Ie4f04f8d5daf4af66057ec1ead4372c2ef0e7056 diff --git a/stoc/source/invocation_adapterfactory/iafactory.cxx b/stoc/source/invocation_adapterfactory/iafactory.cxx index 3c0951f..fb6757f 100644 --- a/stoc/source/invocation_adapterfactory/iafactory.cxx +++ b/stoc/source/invocation_adapterfactory/iafactory.cxx @@ -276,7 +276,7 @@ bool AdapterImpl::coerce_assign( { OSL_ASSERT( 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 )) { // is RuntimeException or derived: rethrow diff --git a/stoc/source/proxy_factory/proxyfac.cxx b/stoc/source/proxy_factory/proxyfac.cxx index 14f0df8..9e60c95 100644 --- a/stoc/source/proxy_factory/proxyfac.cxx +++ b/stoc/source/proxy_factory/proxyfac.cxx @@ -148,7 +148,7 @@ UnoInterfaceReference FactoryImpl::binuno_queryInterface( { // exception occurred: OSL_ENSURE( - typelib_typedescriptionreference_isAssignableFrom( cppu::UnoType<RuntimeException>::get() ).getTypeLibType(), + typelib_typedescriptionreference_isAssignableFrom( cppu::UnoType<RuntimeException>::get().getTypeLibType(), exc->pType ), "### RuntimeException expected!" ); Any cpp_exc;
_______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits