summaryrefslogtreecommitdiff
path: root/filter
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2012-06-26 00:44:17 +0900
committerTakeshi Abe <tabe@fixedpoint.jp>2012-06-26 10:35:23 +0900
commit4ba4b87042ab9d4d88bd511d9bad0f6e5d9633e4 (patch)
tree44668581086b60bd0c24986f8659fd9c25007044 /filter
parent1135bfd78802e5c40ca09bcbc75d0908a423872a (diff)
removed unused forward declarations of class
except moving CGMBitmapDescriptor into filter/source/graphicfilter/icgm/outact.hxx Change-Id: Ib11d1c907b4c52c6e0f261b20992659b52f4c136
Diffstat (limited to 'filter')
-rw-r--r--filter/source/graphicfilter/icgm/bundles.hxx2
-rw-r--r--filter/source/graphicfilter/icgm/cgm.hxx3
-rw-r--r--filter/source/graphicfilter/icgm/outact.hxx2
-rw-r--r--filter/source/msfilter/eschesdo.hxx1
-rw-r--r--filter/source/pdf/impdialog.hxx1
-rw-r--r--filter/source/pdf/pdfdialog.hxx1
-rw-r--r--filter/source/pdf/pdfexport.hxx6
-rw-r--r--filter/source/svg/b2dellipse.hxx2
-rw-r--r--filter/source/svg/svgfilter.hxx7
-rw-r--r--filter/source/svg/svgwriter.hxx1
-rw-r--r--filter/source/xsltdialog/xmlfileview.hxx3
-rw-r--r--filter/source/xsltdialog/xmlfiltersettingsdialog.hxx2
12 files changed, 1 insertions, 30 deletions
diff --git a/filter/source/graphicfilter/icgm/bundles.hxx b/filter/source/graphicfilter/icgm/bundles.hxx
index 1de37786a4c7..a354b84d82f5 100644
--- a/filter/source/graphicfilter/icgm/bundles.hxx
+++ b/filter/source/graphicfilter/icgm/bundles.hxx
@@ -36,8 +36,6 @@
// ---------------------------------------------------------------
-class CGM;
-
class Bundle
{
diff --git a/filter/source/graphicfilter/icgm/cgm.hxx b/filter/source/graphicfilter/icgm/cgm.hxx
index 6514b79800a1..8593dd581178 100644
--- a/filter/source/graphicfilter/icgm/cgm.hxx
+++ b/filter/source/graphicfilter/icgm/cgm.hxx
@@ -48,17 +48,14 @@
// ---------------------------------------------------------------
-class Bundle;
class Graphic;
class SvStream;
class CGMChart;
class CGMBitmap;
class CGMOutAct;
class CGMElements;
-class BitmapColor;
class GDIMetaFile;
class VirtualDevice;
-class CGMBitmapDescriptor;
class CGM
{
diff --git a/filter/source/graphicfilter/icgm/outact.hxx b/filter/source/graphicfilter/icgm/outact.hxx
index bd93ad719274..ca45f9d29c21 100644
--- a/filter/source/graphicfilter/icgm/outact.hxx
+++ b/filter/source/graphicfilter/icgm/outact.hxx
@@ -42,7 +42,7 @@ typedef struct NodeFrameSet
} NodeFrameSet;
class CGM;
-class VclGradient;
+class CGMBitmapDescriptor;
class CGMOutAct
{
protected:
diff --git a/filter/source/msfilter/eschesdo.hxx b/filter/source/msfilter/eschesdo.hxx
index 192a249d0d86..220a5297aa29 100644
--- a/filter/source/msfilter/eschesdo.hxx
+++ b/filter/source/msfilter/eschesdo.hxx
@@ -112,7 +112,6 @@ namespace com { namespace sun { namespace star {
}
}}}
class EscherExHostAppData;
-class Polygon;
class ImplEESdrWriter
{
diff --git a/filter/source/pdf/impdialog.hxx b/filter/source/pdf/impdialog.hxx
index f3330c08b684..acbedaffcc42 100644
--- a/filter/source/pdf/impdialog.hxx
+++ b/filter/source/pdf/impdialog.hxx
@@ -51,7 +51,6 @@
// - ImpPDFDialog -
// ----------------
-class ResMgr;
class ImpPDFTabGeneralPage;
class ImpPDFTabViewerPage;
class ImpPDFTabOpnFtrPage;
diff --git a/filter/source/pdf/pdfdialog.hxx b/filter/source/pdf/pdfdialog.hxx
index f4a9d98512fb..23afa3d92796 100644
--- a/filter/source/pdf/pdfdialog.hxx
+++ b/filter/source/pdf/pdfdialog.hxx
@@ -30,7 +30,6 @@
// -------------
class Window;
-class ResMgr;
typedef ::svt::OGenericUnoDialog PDFDialog_DialogBase;
typedef ::cppu::ImplInheritanceHelper2 <
diff --git a/filter/source/pdf/pdfexport.hxx b/filter/source/pdf/pdfexport.hxx
index 3374d0aeca80..a571cd44dbe6 100644
--- a/filter/source/pdf/pdfexport.hxx
+++ b/filter/source/pdf/pdfexport.hxx
@@ -35,13 +35,7 @@
#include <vcl/pdfextoutdevdata.hxx>
#include <com/sun/star/view/XRenderable.hpp>
-class SvEmbeddedObject;
class GDIMetaFile;
-class VirtualDevice;
-class PolyPolygon;
-class Gradient;
-class BitmapEx;
-class Point;
class Size;
namespace vcl { class PDFWriter; }
diff --git a/filter/source/svg/b2dellipse.hxx b/filter/source/svg/b2dellipse.hxx
index 0efde7150c9f..3dbb48ca94f8 100644
--- a/filter/source/svg/b2dellipse.hxx
+++ b/filter/source/svg/b2dellipse.hxx
@@ -40,8 +40,6 @@
namespace basegfx
{
class B2DPoint;
- class B2DVector;
- class B2DHomMatrix;
} // end of namespace basegfx
namespace basegfx
diff --git a/filter/source/svg/svgfilter.hxx b/filter/source/svg/svgfilter.hxx
index fd472075fc83..d0fbfad556f0 100644
--- a/filter/source/svg/svgfilter.hxx
+++ b/filter/source/svg/svgfilter.hxx
@@ -346,13 +346,6 @@ public:
virtual ~SVGFilter();
};
-// -----------------------------------------------------------------------------
-
-
-
-class SvStream;
-class Graphic;
-
#endif // SVGFILTER_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/filter/source/svg/svgwriter.hxx b/filter/source/svg/svgwriter.hxx
index 0687784460ed..d0de0a17a673 100644
--- a/filter/source/svg/svgwriter.hxx
+++ b/filter/source/svg/svgwriter.hxx
@@ -145,7 +145,6 @@ struct SVGShapeDescriptor
// -------------------
class SVGAttributeWriter;
-class SvXMLExport;
class GDIMetaFile;
class SVGActionWriter
diff --git a/filter/source/xsltdialog/xmlfileview.hxx b/filter/source/xsltdialog/xmlfileview.hxx
index 8064d8903233..abbe4879984c 100644
--- a/filter/source/xsltdialog/xmlfileview.hxx
+++ b/filter/source/xsltdialog/xmlfileview.hxx
@@ -38,11 +38,8 @@
#include <vcl/button.hxx>
#include <vcl/lstbox.hxx>
-class ScrollBar;
-class TextEngine;
class TextView;
class DataChangedEvent;
-class filter_info_impl;
class TextViewOutWin : public Window
{
diff --git a/filter/source/xsltdialog/xmlfiltersettingsdialog.hxx b/filter/source/xsltdialog/xmlfiltersettingsdialog.hxx
index e28d05a989ec..09dab2db6aa8 100644
--- a/filter/source/xsltdialog/xmlfiltersettingsdialog.hxx
+++ b/filter/source/xsltdialog/xmlfiltersettingsdialog.hxx
@@ -88,8 +88,6 @@ public:
// --------------------------------------------------------------------
-class XMLFilterTestDialog;
-
class XMLFilterSettingsDialog : public WorkWindow
{
public: