Kaydet (Commit) e46564a0 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

rhbz#867808 Do not throw RuntimeException by pointer

Change-Id: I22b7d3d642e7ee0488d6b726a331d328065bbee7
üst 30a7c6ba
......@@ -90,7 +90,7 @@ css::uno::Reference< css::reflection::XTypeDescription > Parameter::getType()
m_manager->getByHierarchicalName(m_typeName),
css::uno::UNO_QUERY_THROW);
} catch (const css::container::NoSuchElementException & e) {
throw new css::uno::RuntimeException(
throw css::uno::RuntimeException(
(OUString(
"com.sun.star.container.NoSuchElementException: ")
+ e.Message),
......
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