diff options
Diffstat (limited to 'stoc/source/uriproc')
-rw-r--r-- | stoc/source/uriproc/UriReferenceFactory.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stoc/source/uriproc/UriReferenceFactory.cxx b/stoc/source/uriproc/UriReferenceFactory.cxx index 13709823d903..d06d4018087a 100644 --- a/stoc/source/uriproc/UriReferenceFactory.cxx +++ b/stoc/source/uriproc/UriReferenceFactory.cxx @@ -420,7 +420,7 @@ css::uno::Reference< css::uri::XUriReference > Factory::parse( serviceName, m_context); } catch (css::uno::RuntimeException &) { throw; - } catch (css::uno::Exception & e) { + } catch (const css::uno::Exception & e) { throw css::lang::WrappedTargetRuntimeException( rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("creating service ")) + serviceName, |