diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2020-06-03 11:46:51 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2020-06-03 22:39:11 +0200 |
commit | 3d3cb4328ece843b3e31b8411f9d16bbedb57a7b (patch) | |
tree | ccf8a174c02c384de787d0d7f6a1cbcb0c9e4f6c /extensions/source/dbpilots | |
parent | 6d1b19df4e9cd066acf57b57c3a8b68e09a43ff0 (diff) |
Upcoming loplugin:elidestringvar: extensions
Change-Id: I318eebbdc79c503b10570061a298eb76d6555540
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/95402
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'extensions/source/dbpilots')
-rw-r--r-- | extensions/source/dbpilots/controlwizard.cxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/extensions/source/dbpilots/controlwizard.cxx b/extensions/source/dbpilots/controlwizard.cxx index 18b3c9489f99..f7d189ddee38 100644 --- a/extensions/source/dbpilots/controlwizard.cxx +++ b/extensions/source/dbpilots/controlwizard.cxx @@ -437,8 +437,7 @@ namespace dbp catch(const Exception&) { } if (!xHandler.is()) { - const OUString sInteractionHandlerServiceName("com.sun.star.task.InteractionHandler"); - ShowServiceNotAvailableError(_pWindow, sInteractionHandlerServiceName, true); + ShowServiceNotAvailableError(_pWindow, "com.sun.star.task.InteractionHandler", true); } return xHandler; } |