summaryrefslogtreecommitdiff
path: root/shell
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-02-01 16:00:41 +0100
committerStephan Bergmann <sbergman@redhat.com>2017-02-01 16:00:41 +0100
commit87087bab94c477485ebe85b955cb08d8281f0a10 (patch)
tree6b2669fe621aa2dd66c15617ed471dca34debbd5 /shell
parent49c8235944ee6d1b937177d8497924d13b07f0b8 (diff)
loplugin:stringconstant
Change-Id: I8b7611d6fdc55fc8cd9551e129a2e03e58682229
Diffstat (limited to 'shell')
-rw-r--r--shell/source/backends/wininetbe/wininetbackend.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/shell/source/backends/wininetbe/wininetbackend.cxx b/shell/source/backends/wininetbe/wininetbackend.cxx
index b1c2b1c344be..cfc7787f4c67 100644
--- a/shell/source/backends/wininetbe/wininetbackend.cxx
+++ b/shell/source/backends/wininetbe/wininetbackend.cxx
@@ -301,8 +301,7 @@ void WinInetBackend::setPropertyValue(
OUString const &, css::uno::Any const &)
{
throw css::lang::IllegalArgumentException(
- OUString(
- "setPropertyValue not supported"),
+ "setPropertyValue not supported",
static_cast< cppu::OWeakObject * >(this), -1);
}