diff options
Diffstat (limited to 'extensions/source/config/ldap/ldapuserprofilebe.hxx')
-rw-r--r-- | extensions/source/config/ldap/ldapuserprofilebe.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/source/config/ldap/ldapuserprofilebe.hxx b/extensions/source/config/ldap/ldapuserprofilebe.hxx index 235511cd2986..100a6061d615 100644 --- a/extensions/source/config/ldap/ldapuserprofilebe.hxx +++ b/extensions/source/config/ldap/ldapuserprofilebe.hxx @@ -48,7 +48,7 @@ struct LdapProfileMutexHolder { osl::Mutex mMutex; }; /** Implements the PlatformBackend service, a specialization of the XPropertySet service for retrieving LDAP user profile - configuration settings from a LDAP repository. + configuration settings from an LDAP repository. */ class LdapUserProfileBe : private LdapProfileMutexHolder, public BackendBase { |