summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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
-rw-r--r--lotuswordpro/source/filter/lwpbulletstylemgr.hxx4
-rw-r--r--lotuswordpro/source/filter/lwpfootnote.hxx2
-rw-r--r--lotuswordpro/source/filter/lwpoleobject.hxx1
-rw-r--r--lotuswordpro/source/filter/lwppara.hxx1
-rw-r--r--lotuswordpro/source/filter/lwprowlayout.hxx2
-rw-r--r--lotuswordpro/source/filter/lwpsilverbullet.hxx1
-rw-r--r--lotuswordpro/source/filter/lwptoc.hxx2
-rw-r--r--lotuswordpro/source/filter/xfilter/ixfcontent.hxx2
-rw-r--r--lotuswordpro/source/filter/xfilter/ixfproperty.hxx2
-rw-r--r--lotuswordpro/source/filter/xfilter/xfindex.hxx1
-rw-r--r--lotuswordpro/source/filter/xfilter/xfmasterpage.hxx1
-rw-r--r--lotuswordpro/source/filter/xfilter/xfparagraph.hxx1
-rw-r--r--lotuswordpro/source/filter/xfilter/xftextboxstyle.hxx5
-rw-r--r--ucb/source/ucp/cmis/cmis_content.hxx1
-rw-r--r--ucb/source/ucp/file/bc.hxx1
-rw-r--r--ucb/source/ucp/file/filnot.hxx1
-rw-r--r--ucb/source/ucp/file/shell.hxx1
-rw-r--r--ucb/source/ucp/ftp/ftpcontentidentifier.hxx4
-rw-r--r--ucb/source/ucp/gio/gio_content.hxx1
-rw-r--r--ucb/source/ucp/gvfs/gvfs_content.hxx1
-rw-r--r--ucb/source/ucp/webdav/DAVSession.hxx2
-rw-r--r--ucb/source/ucp/webdav/webdavdatasupplier.hxx2
34 files changed, 1 insertions, 69 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:
diff --git a/lotuswordpro/source/filter/lwpbulletstylemgr.hxx b/lotuswordpro/source/filter/lwpbulletstylemgr.hxx
index a2caa329e706..5bb67a3e182b 100644
--- a/lotuswordpro/source/filter/lwpbulletstylemgr.hxx
+++ b/lotuswordpro/source/filter/lwpbulletstylemgr.hxx
@@ -74,14 +74,10 @@
#include <utility>
#include "xfilter/xfcontentcontainer.hxx"
-class XFListStyle;
class XFList;
class LwpPara;
-class LwpSilverBullet;
-class XFStyleManager;
class LwpIndentOverride;
class LwpBulletOverride;
-class LwpFribParaNumber;
class LwpBulletStyleMgr
{
diff --git a/lotuswordpro/source/filter/lwpfootnote.hxx b/lotuswordpro/source/filter/lwpfootnote.hxx
index 8eb8b54964f2..d05cb4803c2f 100644
--- a/lotuswordpro/source/filter/lwpfootnote.hxx
+++ b/lotuswordpro/source/filter/lwpfootnote.hxx
@@ -119,9 +119,7 @@ private:
/**
* @brief VO_FOOTNOTE object
*/
-class LwpSuperTableLayout;
class LwpEnSuperTableLayout;
-class LwpFnSuperTableLayout;
class LwpCellLayout;
class LwpDocument;
class LwpTable;
diff --git a/lotuswordpro/source/filter/lwpoleobject.hxx b/lotuswordpro/source/filter/lwpoleobject.hxx
index a433bdfc1bbd..2756fc8c2353 100644
--- a/lotuswordpro/source/filter/lwpoleobject.hxx
+++ b/lotuswordpro/source/filter/lwpoleobject.hxx
@@ -107,7 +107,6 @@ protected:
rtl::OUString m_strStyleName;
};
-class LwpFrameLayout;
/**
* @descr
* class to read and parse VO_OLEOBJECT object
diff --git a/lotuswordpro/source/filter/lwppara.hxx b/lotuswordpro/source/filter/lwppara.hxx
index bec521d12e54..220d48e3dd04 100644
--- a/lotuswordpro/source/filter/lwppara.hxx
+++ b/lotuswordpro/source/filter/lwppara.hxx
@@ -145,7 +145,6 @@ struct ParaNumbering
};
class LwpDropcapLayout;
-class LwpCellLayout;
class LwpPara : public LwpDLVList
{
public:
diff --git a/lotuswordpro/source/filter/lwprowlayout.hxx b/lotuswordpro/source/filter/lwprowlayout.hxx
index 54be9f0bad3c..5790d71a569f 100644
--- a/lotuswordpro/source/filter/lwprowlayout.hxx
+++ b/lotuswordpro/source/filter/lwprowlayout.hxx
@@ -68,11 +68,9 @@
#include "lwptablelayout.hxx"
#include "lwpcelllayout.hxx"
-class XFCell;
class XFRow;
class XFTable;
class LwpTableLayout;
-class XFRowStyle;
/**
* @brief
* VO_ROWLAYOUT obj
diff --git a/lotuswordpro/source/filter/lwpsilverbullet.hxx b/lotuswordpro/source/filter/lwpsilverbullet.hxx
index 82a0c45dabb5..46f47fa9316f 100644
--- a/lotuswordpro/source/filter/lwpsilverbullet.hxx
+++ b/lotuswordpro/source/filter/lwpsilverbullet.hxx
@@ -86,7 +86,6 @@ const sal_uInt16 NUMCHAR_Chinese2 = 0x08; //index for numberchar "Ò»"
const sal_uInt16 NUMCHAR_Chinese3= 0x0A; //index for numberchar "¼×"
const sal_uInt16 NUMCHAR_Chinese4 = 0x13; //index for numberchar "01" in chinese version
-class LwpStory;
class LwpAtomHolder;
class LwpPara;
class LwpFribParaNumber;
diff --git a/lotuswordpro/source/filter/lwptoc.hxx b/lotuswordpro/source/filter/lwptoc.hxx
index 5bd8589eb0b4..a965917168f2 100644
--- a/lotuswordpro/source/filter/lwptoc.hxx
+++ b/lotuswordpro/source/filter/lwptoc.hxx
@@ -63,11 +63,9 @@ April 2005 Created
#define _LWPTOCSUPERTABLELAYOUT_HXX
#include "lwptablelayout.hxx"
class XFIndex;
-class LwpDocument;
class LwpFoundry;
class LwpTocLevelData;
class XFIndex;
-class XFIndexTemplate;
/**
* @brief
* VO_TOCSUPERTABLELAYOUT object
diff --git a/lotuswordpro/source/filter/xfilter/ixfcontent.hxx b/lotuswordpro/source/filter/xfilter/ixfcontent.hxx
index ded6fc648344..f2fc17f79572 100644
--- a/lotuswordpro/source/filter/xfilter/ixfcontent.hxx
+++ b/lotuswordpro/source/filter/xfilter/ixfcontent.hxx
@@ -62,8 +62,6 @@
#include "xfglobal.hxx"
-class IXFStyle;
-
/**
* @brief Base interface for all content object.Implementation classes include text span,paragraph,
Drawing obejcts, image, ole and so on.
diff --git a/lotuswordpro/source/filter/xfilter/ixfproperty.hxx b/lotuswordpro/source/filter/xfilter/ixfproperty.hxx
index f9d7699f20a9..c04704d06519 100644
--- a/lotuswordpro/source/filter/xfilter/ixfproperty.hxx
+++ b/lotuswordpro/source/filter/xfilter/ixfproperty.hxx
@@ -62,8 +62,6 @@
#include "ixfobject.hxx"
-class IXFStream;
-
class IXFProperty : public IXFObject
{
public:
diff --git a/lotuswordpro/source/filter/xfilter/xfindex.hxx b/lotuswordpro/source/filter/xfilter/xfindex.hxx
index 4b3aee95da1a..7ad46798b162 100644
--- a/lotuswordpro/source/filter/xfilter/xfindex.hxx
+++ b/lotuswordpro/source/filter/xfilter/xfindex.hxx
@@ -68,7 +68,6 @@
#include "xftabstop.hxx"
class XFIndex;
-class XFIndexEntry;
class XFIndexTemplate;
class XFParagraph;
diff --git a/lotuswordpro/source/filter/xfilter/xfmasterpage.hxx b/lotuswordpro/source/filter/xfilter/xfmasterpage.hxx
index e2385848d1a5..f51c9105b099 100644
--- a/lotuswordpro/source/filter/xfilter/xfmasterpage.hxx
+++ b/lotuswordpro/source/filter/xfilter/xfmasterpage.hxx
@@ -63,7 +63,6 @@
#include "xfstyle.hxx"
#include "xfcontentcontainer.hxx"
-class XFPageMaster;
class XFFooter;
class XFHeader;
class XFMasterPage : public XFStyle
diff --git a/lotuswordpro/source/filter/xfilter/xfparagraph.hxx b/lotuswordpro/source/filter/xfilter/xfparagraph.hxx
index eb9e5729c14d..23d7a20912f7 100644
--- a/lotuswordpro/source/filter/xfilter/xfparagraph.hxx
+++ b/lotuswordpro/source/filter/xfilter/xfparagraph.hxx
@@ -65,7 +65,6 @@
#include <vector>
class IXFStream;
-class IXFTextSpan;
/**
* @brief
diff --git a/lotuswordpro/source/filter/xfilter/xftextboxstyle.hxx b/lotuswordpro/source/filter/xfilter/xftextboxstyle.hxx
index 3d56014860d2..1bc364a0612e 100644
--- a/lotuswordpro/source/filter/xfilter/xftextboxstyle.hxx
+++ b/lotuswordpro/source/filter/xfilter/xftextboxstyle.hxx
@@ -62,11 +62,6 @@
#include "xfcolor.hxx"
#include "xfpadding.hxx"
-class XFBorders;
-class XFColumns;
-class XFShadow;
-class XFBGImage;
-
/**
* @brief
* Style for all frame obejcts.
diff --git a/ucb/source/ucp/cmis/cmis_content.hxx b/ucb/source/ucp/cmis/cmis_content.hxx
index 21ec1d19a954..a0d619b85d5c 100644
--- a/ucb/source/ucp/cmis/cmis_content.hxx
+++ b/ucb/source/ucp/cmis/cmis_content.hxx
@@ -64,7 +64,6 @@ namespace cmis
#define CMIS_FOLDER_TYPE "application/vnd.sun.staroffice.cmis-folder"
class ContentProvider;
-class ContentProperties;
class Content : public ::ucbhelper::ContentImplHelper, public com::sun::star::ucb::XContentCreator
{
private:
diff --git a/ucb/source/ucp/file/bc.hxx b/ucb/source/ucp/file/bc.hxx
index d1f4bc0f029f..76eb79c3d7fe 100644
--- a/ucb/source/ucp/file/bc.hxx
+++ b/ucb/source/ucp/file/bc.hxx
@@ -56,7 +56,6 @@ namespace fileaccess {
class PropertyListeners;
class shell;
- class FileProvider;
class BaseContent:
public cppu::OWeakObject,
diff --git a/ucb/source/ucp/file/filnot.hxx b/ucb/source/ucp/file/filnot.hxx
index 3c146acde5ad..5f0118d66f07 100644
--- a/ucb/source/ucp/file/filnot.hxx
+++ b/ucb/source/ucp/file/filnot.hxx
@@ -39,7 +39,6 @@
namespace fileaccess {
class shell;
- class BaseContent;
class ContentEventNotifier
{
diff --git a/ucb/source/ucp/file/shell.hxx b/ucb/source/ucp/file/shell.hxx
index 2584b76a9c3f..87a9f27d56d7 100644
--- a/ucb/source/ucp/file/shell.hxx
+++ b/ucb/source/ucp/file/shell.hxx
@@ -73,7 +73,6 @@ namespace fileaccess {
class XPropertySetInfo_impl;
class XCommandInfo_impl;
class XResultSet_impl;
- class BaseContent;
class shell;
class shell
diff --git a/ucb/source/ucp/ftp/ftpcontentidentifier.hxx b/ucb/source/ucp/ftp/ftpcontentidentifier.hxx
index f98cda1b143d..7ea7ed5b22bb 100644
--- a/ucb/source/ucp/ftp/ftpcontentidentifier.hxx
+++ b/ucb/source/ucp/ftp/ftpcontentidentifier.hxx
@@ -39,10 +39,6 @@
namespace ftp {
-
- class FTPContentProvider;
-
-
class FTPContentIdentifier
: public cppu::OWeakObject,
public com::sun::star::lang::XTypeProvider,
diff --git a/ucb/source/ucp/gio/gio_content.hxx b/ucb/source/ucp/gio/gio_content.hxx
index cb5184d2804a..f7f0f2203084 100644
--- a/ucb/source/ucp/gio/gio_content.hxx
+++ b/ucb/source/ucp/gio/gio_content.hxx
@@ -58,7 +58,6 @@ com::sun::star::uno::Any convertToException(GError *pError,
const com::sun::star::uno::Reference< com::sun::star::uno::XInterface >& rContext, bool bThrow=true);
class ContentProvider;
-class ContentProperties;
class Content : public ::ucbhelper::ContentImplHelper, public com::sun::star::ucb::XContentCreator
{
private:
diff --git a/ucb/source/ucp/gvfs/gvfs_content.hxx b/ucb/source/ucp/gvfs/gvfs_content.hxx
index def9b275529d..49fbf58e0f60 100644
--- a/ucb/source/ucp/gvfs/gvfs_content.hxx
+++ b/ucb/source/ucp/gvfs/gvfs_content.hxx
@@ -52,7 +52,6 @@ namespace gvfs
{
class ContentProvider;
-class ContentProperties;
// Random made up names - AFAICS
#define GVFS_FILE_TYPE "application/vnd.sun.staroffice.gvfs-file"
diff --git a/ucb/source/ucp/webdav/DAVSession.hxx b/ucb/source/ucp/webdav/DAVSession.hxx
index b353d33e644e..bd854ff7831c 100644
--- a/ucb/source/ucp/webdav/DAVSession.hxx
+++ b/ucb/source/ucp/webdav/DAVSession.hxx
@@ -51,8 +51,6 @@ namespace com { namespace sun { namespace star { namespace ucb {
namespace webdav_ucp
{
-class DAVAuthListener;
-
class DAVSession
{
public:
diff --git a/ucb/source/ucp/webdav/webdavdatasupplier.hxx b/ucb/source/ucp/webdav/webdavdatasupplier.hxx
index d3718568efcc..582bab2d698c 100644
--- a/ucb/source/ucp/webdav/webdavdatasupplier.hxx
+++ b/ucb/source/ucp/webdav/webdavdatasupplier.hxx
@@ -37,8 +37,6 @@ namespace webdav_ucp {
struct DataSupplier_Impl;
class Content;
-struct DAVResource;
-class ContentProperties;
class DataSupplier : public ucbhelper::ResultSetDataSupplier
{