summaryrefslogtreecommitdiff
path: root/svx/source/unodraw/recoveryui.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2019-07-30 17:48:02 +0200
committerStephan Bergmann <sbergman@redhat.com>2019-07-31 12:54:10 +0200
commit06daea730e65b70f1a2c6adaeeeaa8fc2927a311 (patch)
tree004e42e16b58cc4885bbf09019127289fbb3dd9a /svx/source/unodraw/recoveryui.cxx
parent39642d415cd70165574f91500801d3b49c65d646 (diff)
Improved loplugin:stringconstant (now that GCC 7 supports it): svx
Change-Id: Idbdee862f96a3d9e6baaa7203528a423c017eb80 Reviewed-on: https://gerrit.libreoffice.org/76640 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'svx/source/unodraw/recoveryui.cxx')
-rw-r--r--svx/source/unodraw/recoveryui.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/unodraw/recoveryui.cxx b/svx/source/unodraw/recoveryui.cxx
index 54f0047e50df..883cfa77cf1d 100644
--- a/svx/source/unodraw/recoveryui.cxx
+++ b/svx/source/unodraw/recoveryui.cxx
@@ -121,7 +121,7 @@ RecoveryUI::RecoveryUI(const css::uno::Reference< css::uno::XComponentContext >&
OUString SAL_CALL RecoveryUI::getImplementationName()
{
- return OUString("com.sun.star.comp.svx.RecoveryUI");
+ return "com.sun.star.comp.svx.RecoveryUI";
}
sal_Bool SAL_CALL RecoveryUI::supportsService(const OUString& sServiceName)