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 /xmloff | |
parent | b776233cba128bd7610834691da612b2b1a438a0 (diff) |
removed unnecessary forward declarations of class
Change-Id: Id08393f66797ef1c4378c8f3549d0900d4f1c7ec
Diffstat (limited to 'xmloff')
-rw-r--r-- | xmloff/inc/SchXMLExport.hxx | 12 | ||||
-rw-r--r-- | xmloff/inc/txtflde.hxx | 1 | ||||
-rw-r--r-- | xmloff/inc/xexptran.hxx | 1 |
3 files changed, 0 insertions, 14 deletions
diff --git a/xmloff/inc/SchXMLExport.hxx b/xmloff/inc/SchXMLExport.hxx index 142667b74703..d9f6343365e0 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 4aad9a6bfc96..6f85f9eca69f 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 b38860a6a466..758483c85c6f 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 |