diff options
Diffstat (limited to 'extensions')
-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 983f833466b0..fff0b6bbb5e8 100644 --- a/extensions/source/config/ldap/ldapuserprofilebe.hxx +++ b/extensions/source/config/ldap/ldapuserprofilebe.hxx @@ -52,7 +52,7 @@ struct LdapProfileMutexHolder { osl::Mutex mMutex; }; */ class LdapUserProfileBe : private LdapProfileMutexHolder, public BackendBase { - public : + public: LdapUserProfileBe(const uno::Reference<uno::XComponentContext>& xContext); virtual ~LdapUserProfileBe() ; |