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

loplugin:stringconstant

Change-Id: Ic22b9c0c245cca23770a05518534a666e00f9f3e
üst 6f08c430
......@@ -427,7 +427,7 @@ void unoInterfaceProxyDispatch(
default:
{
::com::sun::star::uno::RuntimeException aExc(
OUString("illegal member type description!"),
"illegal member type description!",
::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface >() );
Type const & rExcType = cppu::UnoType<decltype(aExc)>::get();
......
......@@ -195,8 +195,7 @@ void MacOSXBackend::setPropertyValue(
rtl::OUString const &, css::uno::Any const &)
{
throw css::lang::IllegalArgumentException(
rtl::OUString(
"setPropertyValue not supported"),
"setPropertyValue not supported",
static_cast< cppu::OWeakObject * >(this), -1);
}
......
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