summaryrefslogtreecommitdiff
path: root/extensions/source/config/ldap/ldapaccess.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/source/config/ldap/ldapaccess.hxx')
-rw-r--r--extensions/source/config/ldap/ldapaccess.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/extensions/source/config/ldap/ldapaccess.hxx b/extensions/source/config/ldap/ldapaccess.hxx
index efec23a405b6..a991d0692781 100644
--- a/extensions/source/config/ldap/ldapaccess.hxx
+++ b/extensions/source/config/ldap/ldapaccess.hxx
@@ -42,10 +42,10 @@ namespace extensions { namespace config { namespace ldap {
namespace uno = css::uno ;
namespace lang = css::lang ;
namespace ldap = css::ldap ;
-//------------------------------------------------------------------------------
+
struct LdapUserProfile;
-//------------------------------------------------------------------------------
+
/** Struct containing the information on LDAP connection */
struct LdapDefinition
{
@@ -129,7 +129,7 @@ private:
LdapDefinition mLdapDefinition;
} ;
-//------------------------------------------------------------------------------
+
}} }
#endif // EXTENSIONS_CONFIG_LDAP_LDAPUSERPROFILE_HXX_