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:
@@ -131,7 +131,7 @@ Service::Service(): enabled_(false) {
|
|||||||
void Service::setPropertyValue(OUString const &, css::uno::Any const &)
|
void Service::setPropertyValue(OUString const &, css::uno::Any const &)
|
||||||
{
|
{
|
||||||
throw css::lang::IllegalArgumentException(
|
throw css::lang::IllegalArgumentException(
|
||||||
OUString("setPropertyValue not supported"),
|
"setPropertyValue not supported",
|
||||||
static_cast< cppu::OWeakObject * >(this), -1);
|
static_cast< cppu::OWeakObject * >(this), -1);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@@ -132,7 +132,7 @@ Service::Service(): enabled_(false) {
|
|||||||
void Service::setPropertyValue(OUString const &, css::uno::Any const &)
|
void Service::setPropertyValue(OUString const &, css::uno::Any const &)
|
||||||
{
|
{
|
||||||
throw css::lang::IllegalArgumentException(
|
throw css::lang::IllegalArgumentException(
|
||||||
OUString("setPropertyValue not supported"),
|
"setPropertyValue not supported",
|
||||||
static_cast< cppu::OWeakObject * >(this), -1);
|
static_cast< cppu::OWeakObject * >(this), -1);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user