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:
Jochen Nitschke 2017-01-28 14:30:19 +00:00
parent bcaba2ca36
commit 681c329b7f
2 changed files with 2 additions and 2 deletions

View File

@ -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);
}

View File

@ -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);
}