summaryrefslogtreecommitdiff
path: root/extensions/source/config
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2012-06-26 22:48:18 +0900
committerTakeshi Abe <tabe@fixedpoint.jp>2012-06-26 22:48:49 +0900
commitd57d3c3454d46ac347c144c169abefb2c404975f (patch)
treeda7227943cefadae1f3e9f7cc79cbc04d72bf0d3 /extensions/source/config
parentb776233cba128bd7610834691da612b2b1a438a0 (diff)
removed unnecessary forward declarations of class
Change-Id: Id08393f66797ef1c4378c8f3549d0900d4f1c7ec
Diffstat (limited to 'extensions/source/config')
-rw-r--r--extensions/source/config/ldap/ldapaccess.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/extensions/source/config/ldap/ldapaccess.hxx b/extensions/source/config/ldap/ldapaccess.hxx
index 949a062d2773..dd7bb2cd9506 100644
--- a/extensions/source/config/ldap/ldapaccess.hxx
+++ b/extensions/source/config/ldap/ldapaccess.hxx
@@ -38,9 +38,7 @@ namespace uno = css::uno ;
namespace lang = css::lang ;
namespace ldap = css::ldap ;
//------------------------------------------------------------------------------
-// LdapUserProfile classes
struct LdapUserProfile;
-class LdapUserProfileMap;
typedef LDAP_API(int) (LDAP_CALL *t_ldap_unbind_s)( LDAP *ld );
typedef LDAP_API(int) (LDAP_CALL *t_ldap_simple_bind_s)( LDAP *ld, const char *who, const char *passwd );