diff options
author | Takeshi Abe <tabe@fixedpoint.jp> | 2012-06-26 22:48:18 +0900 |
---|---|---|
committer | Takeshi Abe <tabe@fixedpoint.jp> | 2012-06-26 22:48:49 +0900 |
commit | d57d3c3454d46ac347c144c169abefb2c404975f (patch) | |
tree | da7227943cefadae1f3e9f7cc79cbc04d72bf0d3 /extensions/source | |
parent | b776233cba128bd7610834691da612b2b1a438a0 (diff) |
removed unnecessary forward declarations of class
Change-Id: Id08393f66797ef1c4378c8f3549d0900d4f1c7ec
Diffstat (limited to 'extensions/source')
-rw-r--r-- | extensions/source/bibliography/formcontrolcontainer.hxx | 2 | ||||
-rw-r--r-- | extensions/source/config/ldap/ldapaccess.hxx | 2 | ||||
-rw-r--r-- | extensions/source/propctrlr/fontdialog.hxx | 3 | ||||
-rw-r--r-- | extensions/source/propctrlr/genericpropertyhandler.hxx | 1 | ||||
-rw-r--r-- | extensions/source/propctrlr/propcontroller.hxx | 3 | ||||
-rw-r--r-- | extensions/source/propctrlr/xsddatatypes.hxx | 1 | ||||
-rw-r--r-- | extensions/source/update/check/updatecheck.hxx | 1 |
7 files changed, 0 insertions, 13 deletions
diff --git a/extensions/source/bibliography/formcontrolcontainer.hxx b/extensions/source/bibliography/formcontrolcontainer.hxx index fb3ed579243f..3ba21c885e0b 100644 --- a/extensions/source/bibliography/formcontrolcontainer.hxx +++ b/extensions/source/bibliography/formcontrolcontainer.hxx @@ -24,8 +24,6 @@ #include "loadlisteneradapter.hxx" #include <com/sun/star/awt/XControlContainer.hpp> -class BibDataManager; - //......................................................................... namespace bib { 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 ); diff --git a/extensions/source/propctrlr/fontdialog.hxx b/extensions/source/propctrlr/fontdialog.hxx index 7102d8d628ca..ae288235c73b 100644 --- a/extensions/source/propctrlr/fontdialog.hxx +++ b/extensions/source/propctrlr/fontdialog.hxx @@ -24,9 +24,6 @@ #include <com/sun/star/beans/XPropertySet.hpp> #include <com/sun/star/beans/NamedValue.hpp> -class SvxFontListItem; -class FontList; - //............................................................................ namespace pcr { diff --git a/extensions/source/propctrlr/genericpropertyhandler.hxx b/extensions/source/propctrlr/genericpropertyhandler.hxx index cead05a38268..3b2807704e9a 100644 --- a/extensions/source/propctrlr/genericpropertyhandler.hxx +++ b/extensions/source/propctrlr/genericpropertyhandler.hxx @@ -49,7 +49,6 @@ namespace pcr } }; - class IPropertyInfoService; class IPropertyEnumRepresentation; //==================================================================== //= GenericPropertyHandler diff --git a/extensions/source/propctrlr/propcontroller.hxx b/extensions/source/propctrlr/propcontroller.hxx index 70bcba95ad90..a2343ebc2d97 100644 --- a/extensions/source/propctrlr/propcontroller.hxx +++ b/extensions/source/propctrlr/propcontroller.hxx @@ -72,10 +72,7 @@ #include <vector> #include <memory> -class SvNumberFormatsSupplierObj; -class Font; class Window; -class SfxItemSet; //............................................................................ namespace pcr diff --git a/extensions/source/propctrlr/xsddatatypes.hxx b/extensions/source/propctrlr/xsddatatypes.hxx index 27a443b09d9f..b409ff256db2 100644 --- a/extensions/source/propctrlr/xsddatatypes.hxx +++ b/extensions/source/propctrlr/xsddatatypes.hxx @@ -30,7 +30,6 @@ namespace com { namespace sun { namespace star { class XDataType; } namespace beans { - class XPropertySet; class XPropertySetInfo; } } } } diff --git a/extensions/source/update/check/updatecheck.hxx b/extensions/source/update/check/updatecheck.hxx index a62a4675a5d3..5982e2a2f52a 100644 --- a/extensions/source/update/check/updatecheck.hxx +++ b/extensions/source/update/check/updatecheck.hxx @@ -44,7 +44,6 @@ class UpdateCheck; -class UpdateCheckConfig; class UpdateCheckInitData { |