From 4ba4b87042ab9d4d88bd511d9bad0f6e5d9633e4 Mon Sep 17 00:00:00 2001 From: Takeshi Abe Date: Tue, 26 Jun 2012 00:44:17 +0900 Subject: removed unused forward declarations of class except moving CGMBitmapDescriptor into filter/source/graphicfilter/icgm/outact.hxx Change-Id: Ib11d1c907b4c52c6e0f261b20992659b52f4c136 --- 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 -- 9 files changed, 14 deletions(-) (limited to 'ucb/source') 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 { -- cgit