summaryrefslogtreecommitdiff
path: root/extensions/source/config/ldap
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/config/ldap
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/config/ldap')
-rw-r--r--extensions/source/config/ldap/ldapuserprofilebe.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/source/config/ldap/ldapuserprofilebe.cxx b/extensions/source/config/ldap/ldapuserprofilebe.cxx
index 9e5460b7b5fd..f1f3143417a9 100644
--- a/extensions/source/config/ldap/ldapuserprofilebe.cxx
+++ b/extensions/source/config/ldap/ldapuserprofilebe.cxx
@@ -204,7 +204,7 @@ css::uno::Any LdapUserProfileBe::getPropertyValue(
OUString LdapUserProfileBe::getLdapUserProfileBeName() {
- return OUString("com.sun.star.comp.configuration.backend.LdapUserProfileBe");
+ return "com.sun.star.comp.configuration.backend.LdapUserProfileBe";
}