diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2017-02-01 08:27:50 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2017-02-01 08:27:50 +0100 |
commit | 5a3722b23023ef65a11305148c916ee978f1bc6b (patch) | |
tree | 81da20e38c3633e43d95d64a33fda632db4c9d9f /shell | |
parent | 6f08c430353b36d219c284a87f014985b00af06c (diff) |
loplugin:stringconstant
Change-Id: Ic22b9c0c245cca23770a05518534a666e00f9f3e
Diffstat (limited to 'shell')
-rw-r--r-- | shell/source/backends/macbe/macbackend.mm | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/shell/source/backends/macbe/macbackend.mm b/shell/source/backends/macbe/macbackend.mm index 4a4df4201437..1e95e90c4c3a 100644 --- a/shell/source/backends/macbe/macbackend.mm +++ b/shell/source/backends/macbe/macbackend.mm @@ -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); } |