summaryrefslogtreecommitdiff
path: root/extensions/source/config/ldap/ldapuserprofilebe.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/source/config/ldap/ldapuserprofilebe.hxx')
-rw-r--r--extensions/source/config/ldap/ldapuserprofilebe.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/extensions/source/config/ldap/ldapuserprofilebe.hxx b/extensions/source/config/ldap/ldapuserprofilebe.hxx
index 56f6155db466..983f833466b0 100644
--- a/extensions/source/config/ldap/ldapuserprofilebe.hxx
+++ b/extensions/source/config/ldap/ldapuserprofilebe.hxx
@@ -55,7 +55,7 @@ class LdapUserProfileBe : private LdapProfileMutexHolder, public BackendBase
public :
LdapUserProfileBe(const uno::Reference<uno::XComponentContext>& xContext);
- virtual ~LdapUserProfileBe(void) ;
+ virtual ~LdapUserProfileBe() ;
// XServiceInfo
virtual OUString SAL_CALL
@@ -125,13 +125,13 @@ class LdapUserProfileBe : private LdapProfileMutexHolder, public BackendBase
Provides the implementation name.
@return implementation name
*/
- static OUString SAL_CALL getLdapUserProfileBeName(void) ;
+ static OUString SAL_CALL getLdapUserProfileBeName() ;
/**
Provides the supported services names
@return service names
*/
static uno::Sequence<OUString> SAL_CALL
- getLdapUserProfileBeServiceNames(void) ;
+ getLdapUserProfileBeServiceNames() ;
private:
/** Check if LDAP is configured */