summaryrefslogtreecommitdiff
path: root/extensions/source/abpilot/unodialogabp.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2019-07-30 17:55:06 +0200
committerStephan Bergmann <sbergman@redhat.com>2019-07-31 12:58:51 +0200
commit86731aab9dbb9e5c941ed2a9aced327848e1e5f7 (patch)
tree97089705531719c76793e896fa263d1970b44076 /extensions/source/abpilot/unodialogabp.cxx
parent5f28debd416e83736a76d98b229050b6d2ec8226 (diff)
Improved loplugin:stringconstant (now that GCC 7 supports it): extensions
Change-Id: Ic99c822e8461ab46056be05846314bb772ef2957 Reviewed-on: https://gerrit.libreoffice.org/76678 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'extensions/source/abpilot/unodialogabp.cxx')
-rw-r--r--extensions/source/abpilot/unodialogabp.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/source/abpilot/unodialogabp.cxx b/extensions/source/abpilot/unodialogabp.cxx
index 636fb2fbe485..ded9cd8c3049 100644
--- a/extensions/source/abpilot/unodialogabp.cxx
+++ b/extensions/source/abpilot/unodialogabp.cxx
@@ -74,7 +74,7 @@ namespace abp
OUString SAL_CALL OABSPilotUno::getImplementationName()
{
- return OUString("org.openoffice.comp.abp.OAddressBookSourcePilot");
+ return "org.openoffice.comp.abp.OAddressBookSourcePilot";
}
css::uno::Sequence<OUString> SAL_CALL OABSPilotUno::getSupportedServiceNames()