diff options
author | Takeshi Abe <tabe@fixedpoint.jp> | 2012-06-27 20:03:57 +0900 |
---|---|---|
committer | Takeshi Abe <tabe@fixedpoint.jp> | 2012-06-27 20:05:51 +0900 |
commit | 6013882bdff6265548a1511799611243a9d0e083 (patch) | |
tree | 1bd48ac7e266f091333cf21fe743fcbfdbad904e /xmloff | |
parent | 87d29c4506093680eaf5300fa0ed95a6897120d1 (diff) |
removed unnecessary forward declarations of class
except moving SvXMLStyleContext into xmloff/source/forms/layerimport.hxx
Change-Id: I5e16b54f98ccdd54bc0bb373d3fe92ed1bef3c5e
Diffstat (limited to 'xmloff')
-rw-r--r-- | xmloff/source/chart/SchXMLChartContext.hxx | 5 | ||||
-rw-r--r-- | xmloff/source/chart/SchXMLParagraphContext.hxx | 2 | ||||
-rw-r--r-- | xmloff/source/chart/SchXMLTableContext.hxx | 4 | ||||
-rw-r--r-- | xmloff/source/draw/layerimp.hxx | 2 | ||||
-rw-r--r-- | xmloff/source/draw/sdxmlexp_impl.hxx | 9 | ||||
-rw-r--r-- | xmloff/source/draw/sdxmlimp_impl.hxx | 4 | ||||
-rw-r--r-- | xmloff/source/draw/ximpcustomshape.hxx | 1 | ||||
-rw-r--r-- | xmloff/source/forms/callbacks.hxx | 4 | ||||
-rw-r--r-- | xmloff/source/forms/elementimport.hxx | 1 | ||||
-rw-r--r-- | xmloff/source/forms/formattributes.hxx | 1 | ||||
-rw-r--r-- | xmloff/source/forms/layerimport.hxx | 4 | ||||
-rw-r--r-- | xmloff/source/style/impastpl.hxx | 1 | ||||
-rw-r--r-- | xmloff/source/text/XMLRedlineExport.hxx | 1 | ||||
-rw-r--r-- | xmloff/source/text/XMLSectionImportContext.hxx | 1 | ||||
-rw-r--r-- | xmloff/source/text/XMLTextFrameHyperlinkContext.hxx | 3 | ||||
-rw-r--r-- | xmloff/source/text/XMLTrackedChangesImportContext.hxx | 4 | ||||
-rw-r--r-- | xmloff/source/transform/CreateElemTContext.hxx | 2 | ||||
-rw-r--r-- | xmloff/source/transform/ProcAddAttrTContext.hxx | 2 | ||||
-rw-r--r-- | xmloff/source/transform/ProcAttrTContext.hxx | 2 |
19 files changed, 1 insertions, 52 deletions
diff --git a/xmloff/source/chart/SchXMLChartContext.hxx b/xmloff/source/chart/SchXMLChartContext.hxx index 249cbdbb4fd9..4e3911339e9c 100644 --- a/xmloff/source/chart/SchXMLChartContext.hxx +++ b/xmloff/source/chart/SchXMLChartContext.hxx @@ -40,18 +40,13 @@ #include <list> #include <map> -class SchXMLImport; class SchXMLImportHelper; namespace com { namespace sun { namespace star { namespace chart { class XChartDocument; - class XDiagram; struct ChartSeriesAddress; } - namespace util { - class XStringMapping; - } namespace xml { namespace sax { class XAttributeList; }} diff --git a/xmloff/source/chart/SchXMLParagraphContext.hxx b/xmloff/source/chart/SchXMLParagraphContext.hxx index 31b8337b57c1..ba246ee75a11 100644 --- a/xmloff/source/chart/SchXMLParagraphContext.hxx +++ b/xmloff/source/chart/SchXMLParagraphContext.hxx @@ -23,8 +23,6 @@ #include "rtl/ustring.hxx" #include "rtl/ustrbuf.hxx" -class SchXMLImport; - namespace com { namespace sun { namespace star { namespace xml { namespace sax { class XAttributeList; }}}}} diff --git a/xmloff/source/chart/SchXMLTableContext.hxx b/xmloff/source/chart/SchXMLTableContext.hxx index 005fda9fa463..32858490e679 100644 --- a/xmloff/source/chart/SchXMLTableContext.hxx +++ b/xmloff/source/chart/SchXMLTableContext.hxx @@ -28,15 +28,11 @@ #include "transporttypes.hxx" namespace com { namespace sun { namespace star { - namespace frame { - class XModel; - } namespace xml { namespace sax { class XAttributeList; }} namespace chart { class XChartDocument; - struct ChartSeriesAddress; }}}} // ======================================== diff --git a/xmloff/source/draw/layerimp.hxx b/xmloff/source/draw/layerimp.hxx index 47eb16a4c07a..09464a995deb 100644 --- a/xmloff/source/draw/layerimp.hxx +++ b/xmloff/source/draw/layerimp.hxx @@ -23,8 +23,6 @@ #include <xmloff/xmlictxt.hxx> #include <com/sun/star/container/XNameAccess.hpp> -class AnimImpImpl; - ////////////////////////////////////////////////////////////////////////////// // presentations:animations diff --git a/xmloff/source/draw/sdxmlexp_impl.hxx b/xmloff/source/draw/sdxmlexp_impl.hxx index 0558fae1bd39..bb95104122e8 100644 --- a/xmloff/source/draw/sdxmlexp_impl.hxx +++ b/xmloff/source/draw/sdxmlexp_impl.hxx @@ -41,20 +41,11 @@ ////////////////////////////////////////////////////////////////////////////// -class SvXMLUnitConverter; -class SvXMLExportItemMapper; -class SfxPoolItem; -class SfxItemSet; -class OUStrings_Impl; class Rectangle; -class ImpPresPageDrawStylePropMapper; class ImpXMLEXPPageMasterInfo; -class ImpXMLDrawPageInfoList; class ImpXMLAutoLayoutInfo; -class SvXMLAutoStylePoolP; class XMLSdPropHdlFactory; -class ImpXMLShapeStyleInfo; class XMLShapeExportPropertyMapper; class XMLPageExportPropertyMapper; diff --git a/xmloff/source/draw/sdxmlimp_impl.hxx b/xmloff/source/draw/sdxmlimp_impl.hxx index d6bd917f31bc..f13524a4d3d8 100644 --- a/xmloff/source/draw/sdxmlimp_impl.hxx +++ b/xmloff/source/draw/sdxmlimp_impl.hxx @@ -169,10 +169,6 @@ typedef std::map< sal_Int32, com::sun::star::uno::Reference< com::sun::star::dra class SvXMLUnitConverter; class SvXMLTokenMap; -class XMLSdPropHdlFactory; -class XMLPropertySetMapper; -class XMLPropStyleContext; -class SdXMLStylesContext; class SdXMLMasterStylesContext; ////////////////////////////////////////////////////////////////////////////// diff --git a/xmloff/source/draw/ximpcustomshape.hxx b/xmloff/source/draw/ximpcustomshape.hxx index 996673a403d3..f20911101f3d 100644 --- a/xmloff/source/draw/ximpcustomshape.hxx +++ b/xmloff/source/draw/ximpcustomshape.hxx @@ -38,7 +38,6 @@ namespace com { namespace sun { namespace star { namespace xml { namespace sax { class XAttributeList; } } } } } -class SdXMLCustomShapeContext; class XMLEnhancedCustomShapeContext : public SvXMLImportContext { SvXMLUnitConverter& mrUnitConverter; diff --git a/xmloff/source/forms/callbacks.hxx b/xmloff/source/forms/callbacks.hxx index ed3818aafbae..a2cde7defe82 100644 --- a/xmloff/source/forms/callbacks.hxx +++ b/xmloff/source/forms/callbacks.hxx @@ -35,18 +35,14 @@ #include <com/sun/star/script/ScriptEventDescriptor.hpp> #include <rtl/ref.hxx> -class SvXMLImport; class SvXMLExport; class SvXMLExportPropertyMapper; -class SvXMLStyleContext; //......................................................................... namespace xmloff { //......................................................................... - class OAttribute2Property; - //===================================================================== //= IFormsExportContext //===================================================================== diff --git a/xmloff/source/forms/elementimport.hxx b/xmloff/source/forms/elementimport.hxx index ac002f91eb35..e5b58726e6f1 100644 --- a/xmloff/source/forms/elementimport.hxx +++ b/xmloff/source/forms/elementimport.hxx @@ -43,7 +43,6 @@ namespace xmloff { //......................................................................... - class IControlIdMap; class OFormLayerXMLImport_Impl; //===================================================================== diff --git a/xmloff/source/forms/formattributes.hxx b/xmloff/source/forms/formattributes.hxx index 28cfb8655ab8..778d6bfbefc5 100644 --- a/xmloff/source/forms/formattributes.hxx +++ b/xmloff/source/forms/formattributes.hxx @@ -34,7 +34,6 @@ #include <salhelper/simplereferenceobject.hxx> #include <comphelper/stl_types.hxx> -class SvXMLExport; struct SvXMLEnumMapEntry; //......................................................................... diff --git a/xmloff/source/forms/layerimport.hxx b/xmloff/source/forms/layerimport.hxx index 22515f443155..8a414fcebef3 100644 --- a/xmloff/source/forms/layerimport.hxx +++ b/xmloff/source/forms/layerimport.hxx @@ -39,9 +39,7 @@ class SvXMLImport; class SvXMLImportContext; -class XMLPropertyHandlerFactory; -class SvXMLImportPropertyMapper; -class XMLPropStyleContext; +class SvXMLStyleContext; SV_DECL_REF( SvXMLStylesContext ) // unfortunately, we can't put this into our namespace, as the macro expands to (amongst others) a forward diff --git a/xmloff/source/style/impastpl.hxx b/xmloff/source/style/impastpl.hxx index 03b54ee26b07..3392bc9a0ed9 100644 --- a/xmloff/source/style/impastpl.hxx +++ b/xmloff/source/style/impastpl.hxx @@ -42,7 +42,6 @@ class SvXMLAutoStylePoolP; class SvXMLAutoStylePoolParentsP_Impl; class SvXMLAutoStylePoolNamesP_Impl; -class SvXMLAttributeList; class SvXMLExportPropertyMapper; class SvXMLExport; diff --git a/xmloff/source/text/XMLRedlineExport.hxx b/xmloff/source/text/XMLRedlineExport.hxx index 15d6d2ed5ce2..ddbc3625320d 100644 --- a/xmloff/source/text/XMLRedlineExport.hxx +++ b/xmloff/source/text/XMLRedlineExport.hxx @@ -38,7 +38,6 @@ namespace com { namespace sun { namespace star { } } } namespace rtl { class OUString; - class OUStringBuffer; } // store a list of redline properties diff --git a/xmloff/source/text/XMLSectionImportContext.hxx b/xmloff/source/text/XMLSectionImportContext.hxx index 9be797222f56..6feb1b492088 100644 --- a/xmloff/source/text/XMLSectionImportContext.hxx +++ b/xmloff/source/text/XMLSectionImportContext.hxx @@ -30,7 +30,6 @@ namespace com { namespace sun { namespace star { namespace xml { namespace sax { class XAttributeList; } } } } } namespace rtl { class OUString; } -class XMLTextImportHelper; /** diff --git a/xmloff/source/text/XMLTextFrameHyperlinkContext.hxx b/xmloff/source/text/XMLTextFrameHyperlinkContext.hxx index a2f0d2e2bf4c..5046831b236b 100644 --- a/xmloff/source/text/XMLTextFrameHyperlinkContext.hxx +++ b/xmloff/source/text/XMLTextFrameHyperlinkContext.hxx @@ -29,9 +29,6 @@ namespace com { namespace sun { namespace star { namespace beans { class XPropertySet; } } } } -// OD 2004-04-21 #i26791# -class XMLTextFrameHint_Impl; - class XMLTextFrameHyperlinkContext : public SvXMLImportContext { ::rtl::OUString sHRef; diff --git a/xmloff/source/text/XMLTrackedChangesImportContext.hxx b/xmloff/source/text/XMLTrackedChangesImportContext.hxx index b5ac14374acd..53ac92838d0c 100644 --- a/xmloff/source/text/XMLTrackedChangesImportContext.hxx +++ b/xmloff/source/text/XMLTrackedChangesImportContext.hxx @@ -26,9 +26,6 @@ namespace com { namespace sun { namespace star { - namespace text { - class XTextRange; - } namespace xml { namespace sax { class XAttributeList; } } @@ -36,7 +33,6 @@ namespace com { namespace sun { namespace star { namespace rtl { class OUString; } -class XMLTextImportHelper; /** */ diff --git a/xmloff/source/transform/CreateElemTContext.hxx b/xmloff/source/transform/CreateElemTContext.hxx index 51fe80bd1519..69a7eae9454a 100644 --- a/xmloff/source/transform/CreateElemTContext.hxx +++ b/xmloff/source/transform/CreateElemTContext.hxx @@ -23,8 +23,6 @@ #include <xmloff/xmltoken.hxx> #include "TransformerContext.hxx" -class XMLMutableAttributeList; -class XMLTransformerActions; class XMLCreateElemTransformerContext : public XMLTransformerContext { sal_uInt16 m_nActionMap; diff --git a/xmloff/source/transform/ProcAddAttrTContext.hxx b/xmloff/source/transform/ProcAddAttrTContext.hxx index d2718fdb7b57..c49043187ce6 100644 --- a/xmloff/source/transform/ProcAddAttrTContext.hxx +++ b/xmloff/source/transform/ProcAddAttrTContext.hxx @@ -22,8 +22,6 @@ #include "ProcAttrTContext.hxx" -class XMLMutableAttributeList; -class XMLTransformerActions; class XMLProcAddAttrTransformerContext : public XMLProcAttrTransformerContext { ::rtl::OUString m_aAttrQName; diff --git a/xmloff/source/transform/ProcAttrTContext.hxx b/xmloff/source/transform/ProcAttrTContext.hxx index 8653a1d5bcd0..214221f4200a 100644 --- a/xmloff/source/transform/ProcAttrTContext.hxx +++ b/xmloff/source/transform/ProcAttrTContext.hxx @@ -23,8 +23,6 @@ #include <xmloff/xmltoken.hxx> #include "TransformerContext.hxx" -class XMLMutableAttributeList; -class XMLTransformerActions; class XMLProcAttrTransformerContext : public XMLTransformerContext { ::rtl::OUString m_aElemQName; |