diff options
Diffstat (limited to 'stoc')
-rw-r--r-- | stoc/source/corereflection/criface.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stoc/source/corereflection/criface.cxx b/stoc/source/corereflection/criface.cxx index 8cffc0a40e73..ec79ebe4de46 100644 --- a/stoc/source/corereflection/criface.cxx +++ b/stoc/source/corereflection/criface.cxx @@ -307,7 +307,7 @@ void IdlAttributeFieldImpl::checkException( getReflection()->getUno2Cpp().get()); uno_any_destruct(exception, 0); if (e.isExtractableTo( - getCppuType(static_cast< RuntimeException const * >(0)))) + cppu::UnoType<RuntimeException>::get())) { cppu::throwException(e); } else { |