diff options
-rw-r--r-- | shell/source/backends/kde4be/kde4backend.cxx | 2 | ||||
-rw-r--r-- | shell/source/backends/kdebe/kdebackend.cxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/shell/source/backends/kde4be/kde4backend.cxx b/shell/source/backends/kde4be/kde4backend.cxx index 70d14cc371fb..9d9114ca7bc7 100644 --- a/shell/source/backends/kde4be/kde4backend.cxx +++ b/shell/source/backends/kde4be/kde4backend.cxx @@ -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); } diff --git a/shell/source/backends/kdebe/kdebackend.cxx b/shell/source/backends/kdebe/kdebackend.cxx index a35c2c4a25bc..3d200a8e7e7f 100644 --- a/shell/source/backends/kdebe/kdebackend.cxx +++ b/shell/source/backends/kdebe/kdebackend.cxx @@ -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); } |