[Libreoffice-commits] .: filter/source lotuswordpro/source ucb/source
Takeshi Abe
tabe at kemper.freedesktop.org
Mon Jun 25 18:36:07 PDT 2012
filter/source/graphicfilter/icgm/bundles.hxx | 2 --
filter/source/graphicfilter/icgm/cgm.hxx | 3 ---
filter/source/graphicfilter/icgm/outact.hxx | 2 +-
filter/source/msfilter/eschesdo.hxx | 1 -
filter/source/pdf/impdialog.hxx | 1 -
filter/source/pdf/pdfdialog.hxx | 1 -
filter/source/pdf/pdfexport.hxx | 6 ------
filter/source/svg/b2dellipse.hxx | 2 --
filter/source/svg/svgfilter.hxx | 7 -------
filter/source/svg/svgwriter.hxx | 1 -
filter/source/xsltdialog/xmlfileview.hxx | 3 ---
filter/source/xsltdialog/xmlfiltersettingsdialog.hxx | 2 --
lotuswordpro/source/filter/lwpbulletstylemgr.hxx | 4 ----
lotuswordpro/source/filter/lwpfootnote.hxx | 2 --
lotuswordpro/source/filter/lwpoleobject.hxx | 1 -
lotuswordpro/source/filter/lwppara.hxx | 1 -
lotuswordpro/source/filter/lwprowlayout.hxx | 2 --
lotuswordpro/source/filter/lwpsilverbullet.hxx | 1 -
lotuswordpro/source/filter/lwptoc.hxx | 2 --
lotuswordpro/source/filter/xfilter/ixfcontent.hxx | 2 --
lotuswordpro/source/filter/xfilter/ixfproperty.hxx | 2 --
lotuswordpro/source/filter/xfilter/xfindex.hxx | 1 -
lotuswordpro/source/filter/xfilter/xfmasterpage.hxx | 1 -
lotuswordpro/source/filter/xfilter/xfparagraph.hxx | 1 -
lotuswordpro/source/filter/xfilter/xftextboxstyle.hxx | 5 -----
ucb/source/ucp/cmis/cmis_content.hxx | 1 -
ucb/source/ucp/file/bc.hxx | 1 -
ucb/source/ucp/file/filnot.hxx | 1 -
ucb/source/ucp/file/shell.hxx | 1 -
ucb/source/ucp/ftp/ftpcontentidentifier.hxx | 4 ----
ucb/source/ucp/gio/gio_content.hxx | 1 -
ucb/source/ucp/gvfs/gvfs_content.hxx | 1 -
ucb/source/ucp/webdav/DAVSession.hxx | 2 --
ucb/source/ucp/webdav/webdavdatasupplier.hxx | 2 --
34 files changed, 1 insertion(+), 69 deletions(-)
New commits:
commit 4ba4b87042ab9d4d88bd511d9bad0f6e5d9633e4
Author: Takeshi Abe <tabe at fixedpoint.jp>
Date: Tue Jun 26 00:44:17 2012 +0900
removed unused forward declarations of class
except moving CGMBitmapDescriptor into filter/source/graphicfilter/icgm/outact.hxx
Change-Id: Ib11d1c907b4c52c6e0f261b20992659b52f4c136
diff --git a/filter/source/graphicfilter/icgm/bundles.hxx b/filter/source/graphicfilter/icgm/bundles.hxx
index 1de3778..a354b84 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 6514b79..8593dd5 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 bd93ad7..ca45f9d 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 192a249..220a529 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 f3330c0..acbedaf 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 f4a9d98..23afa3d 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 3374d0a..a571cd4 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 0efde71..3dbb48c 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 fd47207..d0fbfad 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 0687784..d0de0a1 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 8064d89..abbe487 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 e28d05a..09dab2d 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 a2caa32..5bb67a3 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 8eb8b54..d05cb48 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 a433bdf..2756fc8 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 bec521d..220d48e 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 54be9f0..5790d71 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 82a0c45..46f47fa 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 5bd8589..a965917 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 ded6fc6..f2fc17f 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 f9d7699..c04704d 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 4b3aee9..7ad4679 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 e238584..f51c910 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 eb9e572..23d7a20 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 3d56014..1bc364a 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 21ec1d1..a0d619b 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 d1f4bc0..76eb79c 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 3c146ac..5f0118d 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 2584b76..87a9f27 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 f98cda1..7ea7ed5 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 cb5184d..f7f0f22 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 def9b27..49fbf58 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 b353d33..bd854ff 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 d371856..582bab2 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
{
More information about the Libreoffice-commits
mailing list