[Libreoffice-commits] .: desktop/source extensions/source forms/source padmin/source writerperfect/source xmloff/inc

Takeshi Abe tabe at kemper.freedesktop.org
Tue Jun 26 06:51:54 PDT 2012


 desktop/source/deployment/gui/dp_gui_updateinstalldialog.hxx      |    9 -------
 desktop/source/deployment/inc/dp_version.hxx                      |    3 --
 desktop/source/deployment/registry/component/dp_compbackenddb.hxx |    7 -----
 desktop/source/deployment/registry/package/dp_extbackenddb.hxx    |    7 -----
 desktop/source/migration/services/oo3extensionmigration.hxx       |    3 --
 extensions/source/bibliography/formcontrolcontainer.hxx           |    2 -
 extensions/source/config/ldap/ldapaccess.hxx                      |    2 -
 extensions/source/propctrlr/fontdialog.hxx                        |    3 --
 extensions/source/propctrlr/genericpropertyhandler.hxx            |    1 
 extensions/source/propctrlr/propcontroller.hxx                    |    3 --
 extensions/source/propctrlr/xsddatatypes.hxx                      |    1 
 extensions/source/update/check/updatecheck.hxx                    |    1 
 forms/source/component/ListBox.hxx                                |    7 -----
 forms/source/component/imgprod.hxx                                |    2 -
 forms/source/richtext/richtextcontrol.hxx                         |    1 
 forms/source/xforms/convert.hxx                                   |    1 
 forms/source/xforms/model.hxx                                     |    1 
 forms/source/xforms/propertysetbase.hxx                           |    1 
 padmin/source/padialog.hxx                                        |    1 
 writerperfect/source/filter/ListStyle.hxx                         |    2 -
 writerperfect/source/filter/TableStyle.hxx                        |    1 
 writerperfect/source/filter/TextRunStyle.hxx                      |    2 -
 xmloff/inc/SchXMLExport.hxx                                       |   12 ----------
 xmloff/inc/txtflde.hxx                                            |    1 
 xmloff/inc/xexptran.hxx                                           |    1 
 25 files changed, 75 deletions(-)

New commits:
commit d57d3c3454d46ac347c144c169abefb2c404975f
Author: Takeshi Abe <tabe at fixedpoint.jp>
Date:   Tue Jun 26 22:48:18 2012 +0900

    removed unnecessary forward declarations of class
    
    Change-Id: Id08393f66797ef1c4378c8f3549d0900d4f1c7ec

diff --git a/desktop/source/deployment/gui/dp_gui_updateinstalldialog.hxx b/desktop/source/deployment/gui/dp_gui_updateinstalldialog.hxx
index 2cc8a25..d1e4e44 100644
--- a/desktop/source/deployment/gui/dp_gui_updateinstalldialog.hxx
+++ b/desktop/source/deployment/gui/dp_gui_updateinstalldialog.hxx
@@ -37,17 +37,8 @@ namespace com { namespace sun { namespace star { namespace deployment {
 namespace com { namespace sun { namespace star { namespace uno {
     class XComponentContext;
 }}}}
-namespace com { namespace sun { namespace star { namespace xml { namespace dom {
-    class XNode;
-}}}}}
-namespace com { namespace sun { namespace star { namespace xml { namespace xpath {
-    class XXPathAPI;
-}}}}}
 
 class Window;
-namespace osl {
-    class Condition;
-}
 
 namespace dp_gui {
 
diff --git a/desktop/source/deployment/inc/dp_version.hxx b/desktop/source/deployment/inc/dp_version.hxx
index 860e311..be88cb0 100644
--- a/desktop/source/deployment/inc/dp_version.hxx
+++ b/desktop/source/deployment/inc/dp_version.hxx
@@ -24,9 +24,6 @@
 #include "com/sun/star/uno/Reference.hxx"
 #include "dp_misc_api.hxx"
 
-namespace com { namespace sun { namespace star { namespace deployment {
-    class XPackage;
-} } } }
 namespace rtl { class OUString; }
 
 namespace dp_misc {
diff --git a/desktop/source/deployment/registry/component/dp_compbackenddb.hxx b/desktop/source/deployment/registry/component/dp_compbackenddb.hxx
index b763725..8acc9f1 100644
--- a/desktop/source/deployment/registry/component/dp_compbackenddb.hxx
+++ b/desktop/source/deployment/registry/component/dp_compbackenddb.hxx
@@ -32,13 +32,6 @@ namespace com { namespace sun { namespace star {
         namespace uno {
         class XComponentContext;
         }
-        namespace xml { namespace dom {
-            class XDocument;
-            class XNode;
-        }}
-        namespace xml { namespace xpath {
-            class XXPathAPI;
-        }}
 }}}
 
 namespace dp_registry {
diff --git a/desktop/source/deployment/registry/package/dp_extbackenddb.hxx b/desktop/source/deployment/registry/package/dp_extbackenddb.hxx
index d3962d9..8825fbd 100644
--- a/desktop/source/deployment/registry/package/dp_extbackenddb.hxx
+++ b/desktop/source/deployment/registry/package/dp_extbackenddb.hxx
@@ -33,13 +33,6 @@ namespace com { namespace sun { namespace star {
         namespace uno {
         class XComponentContext;
         }
-        namespace xml { namespace dom {
-            class XDocument;
-            class XNode;
-        }}
-        namespace xml { namespace xpath {
-            class XXPathAPI;
-        }}
 }}}
 
 namespace dp_registry {
diff --git a/desktop/source/migration/services/oo3extensionmigration.hxx b/desktop/source/migration/services/oo3extensionmigration.hxx
index d16a15b..d941c3b 100644
--- a/desktop/source/migration/services/oo3extensionmigration.hxx
+++ b/desktop/source/migration/services/oo3extensionmigration.hxx
@@ -49,9 +49,6 @@ namespace com { namespace sun { namespace star {
     namespace uno {
         class XComponentContext;
     }
-    namespace deployment {
-        class XPackage;
-    }
 }}}
 
 class INetURLObject;
diff --git a/extensions/source/bibliography/formcontrolcontainer.hxx b/extensions/source/bibliography/formcontrolcontainer.hxx
index fb3ed57..3ba21c8 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 949a062..dd7bb2c 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 7102d8d..ae28823 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 cead05a..3b28077 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 70bcba9..a2343eb 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 27a443b..b409ff2 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 a62a467..5982e2a 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 {
 
diff --git a/forms/source/component/ListBox.hxx b/forms/source/component/ListBox.hxx
index d64a5a8..0eb833c 100644
--- a/forms/source/component/ListBox.hxx
+++ b/forms/source/component/ListBox.hxx
@@ -53,11 +53,6 @@
 
 #include <vector>
 
-namespace dbtools
-{
-    class FormattedColumnValue;
-}
-
 //.........................................................................
 namespace frm
 {
@@ -204,8 +199,6 @@ typedef ::cppu::ImplHelper4 <   ::com::sun::star::awt::XFocusListener
                             ,   ::com::sun::star::form::XChangeBroadcaster
                             >   OListBoxControl_BASE;
 
-class ChangeListeners;
-
 class OListBoxControl   :public OBoundControl
                         ,public OListBoxControl_BASE
                         ,public IEventProcessor
diff --git a/forms/source/component/imgprod.hxx b/forms/source/component/imgprod.hxx
index 00cf032..01ae759 100644
--- a/forms/source/component/imgprod.hxx
+++ b/forms/source/component/imgprod.hxx
@@ -46,9 +46,7 @@
 
 
 class SvStream;
-class ImageConsumer;
 class Graphic;
-class GraphicFilter;
 
 namespace com { namespace sun { namespace star { namespace io {
     class XInputStream;
diff --git a/forms/source/richtext/richtextcontrol.hxx b/forms/source/richtext/richtextcontrol.hxx
index b797b97..fbea515 100644
--- a/forms/source/richtext/richtextcontrol.hxx
+++ b/forms/source/richtext/richtextcontrol.hxx
@@ -41,7 +41,6 @@ namespace frm
 //.........................................................................
 
     class ORichTextFeatureDispatcher;
-    class RichTextControl;
 
     //==================================================================
     // ORichTextControl
diff --git a/forms/source/xforms/convert.hxx b/forms/source/xforms/convert.hxx
index 7b176ed..009b2b1 100644
--- a/forms/source/xforms/convert.hxx
+++ b/forms/source/xforms/convert.hxx
@@ -29,7 +29,6 @@ namespace com { namespace sun { namespace star { namespace uno
     class Type;
 } } } }
 namespace rtl { class OUString; }
-class ConvertImpl;
 
 namespace xforms
 {
diff --git a/forms/source/xforms/model.hxx b/forms/source/xforms/model.hxx
index a237d7d..30fd285 100644
--- a/forms/source/xforms/model.hxx
+++ b/forms/source/xforms/model.hxx
@@ -60,7 +60,6 @@ namespace com { namespace sun { namespace star
 namespace rtl { class OUString; }
 namespace xforms
 {
-    class Binding;
     class MIP;
     class BindingCollection;
     class SubmissionCollection;
diff --git a/forms/source/xforms/propertysetbase.hxx b/forms/source/xforms/propertysetbase.hxx
index 3b035d9..eb2b9e6 100644
--- a/forms/source/xforms/propertysetbase.hxx
+++ b/forms/source/xforms/propertysetbase.hxx
@@ -46,7 +46,6 @@
 // forward declarations for method arguments
 namespace com { namespace sun { namespace star { namespace uno {
         class Any;
-        class Type;
         class RuntimeException;
         template<class T> class Sequence;
 } } } }
diff --git a/padmin/source/padialog.hxx b/padmin/source/padialog.hxx
index 9c6646f..d9b458b 100644
--- a/padmin/source/padialog.hxx
+++ b/padmin/source/padialog.hxx
@@ -40,7 +40,6 @@
 
 // forward declaration
 namespace psp { class PrinterInfoManager; }
-class Printer;
 
 namespace padmin {
 
diff --git a/writerperfect/source/filter/ListStyle.hxx b/writerperfect/source/filter/ListStyle.hxx
index 759057d..51c2e2e 100644
--- a/writerperfect/source/filter/ListStyle.hxx
+++ b/writerperfect/source/filter/ListStyle.hxx
@@ -33,8 +33,6 @@
 
 #include "Style.hxx"
 
-class DocumentElement;
-
 class ListLevelStyle
 {
 public:
diff --git a/writerperfect/source/filter/TableStyle.hxx b/writerperfect/source/filter/TableStyle.hxx
index 5e81601..d2a15d7 100644
--- a/writerperfect/source/filter/TableStyle.hxx
+++ b/writerperfect/source/filter/TableStyle.hxx
@@ -33,7 +33,6 @@
 
 #include "Style.hxx"
 
-class DocumentElement;
 class OdfDocumentHandler;
 
 class TableCellStyle : public Style
diff --git a/writerperfect/source/filter/TextRunStyle.hxx b/writerperfect/source/filter/TextRunStyle.hxx
index 0771912..a3fc74f 100644
--- a/writerperfect/source/filter/TextRunStyle.hxx
+++ b/writerperfect/source/filter/TextRunStyle.hxx
@@ -39,8 +39,6 @@
 
 #include "Style.hxx"
 
-class TagOpenElement;
-class DocumentElement;
 class OdfDocumentHandler;
 
 class ParagraphStyle
diff --git a/xmloff/inc/SchXMLExport.hxx b/xmloff/inc/SchXMLExport.hxx
index 142667b..d9f6343 100644
--- a/xmloff/inc/SchXMLExport.hxx
+++ b/xmloff/inc/SchXMLExport.hxx
@@ -36,23 +36,11 @@
 #include <xmloff/prhdlfac.hxx>
 
 namespace com { namespace sun { namespace star {
-    namespace chart {
-        class XDiagram;
-        class XChartDocument;
-        struct ChartSeriesAddress;
-    }
-    namespace drawing {
-        class XShape;
-    }
     namespace task {
         class XStatusIndicator;
     }
 }}}
 
-class SvXMLAutoStylePoolP;
-class SvXMLUnitConverter;
-class XMLChartExportPropertyMapper;
-
 // ------------------------------------------
 // export class for a complete chart document
 // ------------------------------------------
diff --git a/xmloff/inc/txtflde.hxx b/xmloff/inc/txtflde.hxx
index 4aad9a6..6f85f9e 100644
--- a/xmloff/inc/txtflde.hxx
+++ b/xmloff/inc/txtflde.hxx
@@ -44,7 +44,6 @@
 
 
 class SvXMLExport;
-class SvXMLNumFmtExport;
 struct XMLPropertyState;
 
 namespace com { namespace sun { namespace star {
diff --git a/xmloff/inc/xexptran.hxx b/xmloff/inc/xexptran.hxx
index b38860a..758483c 100644
--- a/xmloff/inc/xexptran.hxx
+++ b/xmloff/inc/xexptran.hxx
@@ -52,7 +52,6 @@ namespace basegfx
 {
     class B2DTuple;
     class B2DHomMatrix;
-    class B3DTuple;
     class B3DHomMatrix;
 } // end of namespace basegfx
 


More information about the Libreoffice-commits mailing list