loplugin:stringconstant
Change-Id: I7e90f4fecf7243c7551ec7ecbb29adfa92a86447 Reviewed-on: https://gerrit.libreoffice.org/33648 Reviewed-by: Jochen Nitschke <j.nitschke+logerrit@ok.de> Tested-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>
This commit is contained in:
parent
bcaba2ca36
commit
681c329b7f
@ -131,7 +131,7 @@ Service::Service(): enabled_(false) {
|
||||
void Service::setPropertyValue(OUString const &, css::uno::Any const &)
|
||||
{
|
||||
throw css::lang::IllegalArgumentException(
|
||||
OUString("setPropertyValue not supported"),
|
||||
"setPropertyValue not supported",
|
||||
static_cast< cppu::OWeakObject * >(this), -1);
|
||||
}
|
||||
|
||||
|
@ -132,7 +132,7 @@ Service::Service(): enabled_(false) {
|
||||
void Service::setPropertyValue(OUString const &, css::uno::Any const &)
|
||||
{
|
||||
throw css::lang::IllegalArgumentException(
|
||||
OUString("setPropertyValue not supported"),
|
||||
"setPropertyValue not supported",
|
||||
static_cast< cppu::OWeakObject * >(this), -1);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user