summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2012-06-16 22:08:09 +0900
committerTakeshi Abe <tabe@fixedpoint.jp>2012-06-16 22:09:38 +0900
commit462935f367534012817efb2478c4f748f0576d5c (patch)
tree3dbd9b7167e8a09b2e6252d486892eabef3cc382
parent74b5e0d5e5b57755553fde6c77712a87025f1667 (diff)
removed unused forward declarations of class
Change-Id: I819d5b931c937ec52b14f60591546d1d86c38631
-rw-r--r--canvas/source/directx/dx_textlayout_drawhelper.cxx1
-rw-r--r--io/source/TextInputStream/TextInputStream.cxx1
-rw-r--r--io/source/TextOutputStream/TextOutputStream.cxx1
-rw-r--r--l10ntools/source/help/HelpLinker.cxx12
-rw-r--r--sc/source/ui/docshell/impex.cxx4
-rw-r--r--sc/source/ui/view/dbfunc2.cxx3
-rw-r--r--sd/source/ui/accessibility/AccessibleDocumentViewBase.cxx2
-rw-r--r--sd/source/ui/accessibility/AccessibleDrawDocumentView.cxx2
-rw-r--r--sd/source/ui/func/fuconuno.cxx3
-rw-r--r--svtools/source/contnr/svtreebx.cxx2
-rw-r--r--svtools/source/uno/addrtempuno.cxx4
-rw-r--r--svx/source/svdraw/svdmrkv.cxx5
-rw-r--r--svx/source/unodraw/unoshap2.cxx3
-rw-r--r--svx/source/unodraw/unoshape.cxx1
-rw-r--r--vcl/source/app/svapp.cxx4
-rw-r--r--xmloff/source/core/PropertySetMerger.cxx2
16 files changed, 0 insertions, 50 deletions
diff --git a/canvas/source/directx/dx_textlayout_drawhelper.cxx b/canvas/source/directx/dx_textlayout_drawhelper.cxx
index 508db17a3f27..d012869aa888 100644
--- a/canvas/source/directx/dx_textlayout_drawhelper.cxx
+++ b/canvas/source/directx/dx_textlayout_drawhelper.cxx
@@ -62,7 +62,6 @@ using namespace ::com::sun::star;
namespace dxcanvas
{
- class DXBitmap;
TextLayoutDrawHelper::TextLayoutDrawHelper(
const uno::Reference< rendering::XGraphicDevice >& xGraphicDevice ) :
mxGraphicDevice(xGraphicDevice)
diff --git a/io/source/TextInputStream/TextInputStream.cxx b/io/source/TextInputStream/TextInputStream.cxx
index ab68a717c301..d0c653a2591e 100644
--- a/io/source/TextInputStream/TextInputStream.cxx
+++ b/io/source/TextInputStream/TextInputStream.cxx
@@ -64,7 +64,6 @@ namespace io_TextInputStream
// Implementation XTextInputStream
typedef WeakImplHelper3< XTextInputStream, XActiveDataSink, XServiceInfo > TextInputStreamHelper;
-class OCommandEnvironment;
#define INITIAL_UNICODE_BUFFER_CAPACITY 0x100
#define READ_BYTE_COUNT 0x100
diff --git a/io/source/TextOutputStream/TextOutputStream.cxx b/io/source/TextOutputStream/TextOutputStream.cxx
index 90f34ab22b7f..edeea330e641 100644
--- a/io/source/TextOutputStream/TextOutputStream.cxx
+++ b/io/source/TextOutputStream/TextOutputStream.cxx
@@ -62,7 +62,6 @@ namespace io_TextOutputStream
// Implementation XTextOutputStream
typedef WeakImplHelper3< XTextOutputStream, XActiveDataSource, XServiceInfo > TextOutputStreamHelper;
-class OCommandEnvironment;
class OTextOutputStream : public TextOutputStreamHelper
{
diff --git a/l10ntools/source/help/HelpLinker.cxx b/l10ntools/source/help/HelpLinker.cxx
index 6d150a8f1f4f..f61c5cd4dd38 100644
--- a/l10ntools/source/help/HelpLinker.cxx
+++ b/l10ntools/source/help/HelpLinker.cxx
@@ -46,18 +46,6 @@
#include <expat.h>
-namespace lucene
-{
-namespace document
-{
-class Document;
-}
-namespace util
-{
-class Reader;
-}
-}
-
IndexerPreProcessor::IndexerPreProcessor
( const std::string& aModuleName, const fs::path& fsIndexBaseDir,
const fs::path& idxCaptionStylesheet, const fs::path& idxContentStylesheet )
diff --git a/sc/source/ui/docshell/impex.cxx b/sc/source/ui/docshell/impex.cxx
index 73015c3ddab8..a0bb6cdf2050 100644
--- a/sc/source/ui/docshell/impex.cxx
+++ b/sc/source/ui/docshell/impex.cxx
@@ -26,10 +26,6 @@
*
************************************************************************/
-class StarBASIC;
-
-
-
#include "sc.hrc"
#include <stdio.h>
diff --git a/sc/source/ui/view/dbfunc2.cxx b/sc/source/ui/view/dbfunc2.cxx
index ef4b4daf0762..fcd274345f18 100644
--- a/sc/source/ui/view/dbfunc2.cxx
+++ b/sc/source/ui/view/dbfunc2.cxx
@@ -43,9 +43,6 @@
//==================================================================
-class ScDrawLayer;
-class ScChartCollection;
-
void ScDBFunc::UpdateCharts( sal_Bool bAllCharts )
{
sal_uInt16 nFound = 0;
diff --git a/sd/source/ui/accessibility/AccessibleDocumentViewBase.cxx b/sd/source/ui/accessibility/AccessibleDocumentViewBase.cxx
index 2ca667376951..c61a8676ff0d 100644
--- a/sd/source/ui/accessibility/AccessibleDocumentViewBase.cxx
+++ b/sd/source/ui/accessibility/AccessibleDocumentViewBase.cxx
@@ -60,8 +60,6 @@ using namespace ::com::sun::star;
using namespace ::com::sun::star::accessibility;
using ::com::sun::star::uno::Reference;
-class SfxViewFrame;
-
namespace accessibility {
//===== internal ============================================================
diff --git a/sd/source/ui/accessibility/AccessibleDrawDocumentView.cxx b/sd/source/ui/accessibility/AccessibleDrawDocumentView.cxx
index b5e9f5d261e9..995052bd35cf 100644
--- a/sd/source/ui/accessibility/AccessibleDrawDocumentView.cxx
+++ b/sd/source/ui/accessibility/AccessibleDrawDocumentView.cxx
@@ -66,8 +66,6 @@ using namespace ::com::sun::star;
using namespace ::com::sun::star::uno;
using namespace ::com::sun::star::accessibility;
-class SfxViewFrame;
-
namespace accessibility {
diff --git a/sd/source/ui/func/fuconuno.cxx b/sd/source/ui/func/fuconuno.cxx
index 8bdfd8c483c9..c3184c8e828f 100644
--- a/sd/source/ui/func/fuconuno.cxx
+++ b/sd/source/ui/func/fuconuno.cxx
@@ -39,9 +39,6 @@
#include <svx/dialogs.hrc>
-class SbModule;
-
-
#include "app.hrc"
#include "glob.hrc"
#include "ViewShell.hxx"
diff --git a/svtools/source/contnr/svtreebx.cxx b/svtools/source/contnr/svtreebx.cxx
index 8ad020e0efed..a6844727fcbf 100644
--- a/svtools/source/contnr/svtreebx.cxx
+++ b/svtools/source/contnr/svtreebx.cxx
@@ -29,8 +29,6 @@
#define _SVTREEBX_CXX
#include <vcl/svapp.hxx>
-class TabBar;
-
#include <svtools/svlbox.hxx>
#include <svtools/svlbitm.hxx>
#include <svtools/svtreebx.hxx>
diff --git a/svtools/source/uno/addrtempuno.cxx b/svtools/source/uno/addrtempuno.cxx
index 84a2e5854352..d05b780b2e21 100644
--- a/svtools/source/uno/addrtempuno.cxx
+++ b/svtools/source/uno/addrtempuno.cxx
@@ -33,10 +33,6 @@
#include <comphelper/property.hxx>
#include <com/sun/star/sdbc/XDataSource.hpp>
-class SfxItemSet;
-class SfxItemPool;
-class SfxPoolItem;
-
// .......................................................................
namespace svt
{
diff --git a/svx/source/svdraw/svdmrkv.cxx b/svx/source/svdraw/svdmrkv.cxx
index 9ef1e738745b..f0f8f9d2ab4d 100644
--- a/svx/source/svdraw/svdmrkv.cxx
+++ b/svx/source/svdraw/svdmrkv.cxx
@@ -59,11 +59,6 @@
#include <svx/sdrhittesthelper.hxx>
////////////////////////////////////////////////////////////////////////////////////////////////////
-// predefines
-
-class SdrUnoControlList;
-
-////////////////////////////////////////////////////////////////////////////////////////////////////
// Migrate Marking of Objects, Points and GluePoints
class ImplMarkingOverlay
diff --git a/svx/source/unodraw/unoshap2.cxx b/svx/source/unodraw/unoshap2.cxx
index 9fab3b72eada..07bc6c4e54b0 100644
--- a/svx/source/unodraw/unoshap2.cxx
+++ b/svx/source/unodraw/unoshap2.cxx
@@ -84,9 +84,6 @@ using namespace ::com::sun::star::container;
if( rType == ::getCppuType((const Reference< xint >*)0) ) \
aAny <<= Reference< xint >(this)
-class GDIMetaFile;
-class SvStream;
-
/***********************************************************************
* class SvxShapeGroup *
***********************************************************************/
diff --git a/svx/source/unodraw/unoshape.cxx b/svx/source/unodraw/unoshape.cxx
index 28b00a72d909..8194e821f04d 100644
--- a/svx/source/unodraw/unoshape.cxx
+++ b/svx/source/unodraw/unoshape.cxx
@@ -115,7 +115,6 @@ using ::svx::PropertyValueProvider;
using ::svx::IPropertyValueProvider;
class GDIMetaFile;
-class SvStream;
uno::Reference< uno::XInterface > SAL_CALL SvxUnoGluePointAccess_createInstance( SdrObject* pObject );
diff --git a/vcl/source/app/svapp.cxx b/vcl/source/app/svapp.cxx
index 17c29aa5f64d..fcd0506279fe 100644
--- a/vcl/source/app/svapp.cxx
+++ b/vcl/source/app/svapp.cxx
@@ -142,10 +142,6 @@ namespace
}
-class Reflection;
-
-
-
extern "C" {
typedef UnoWrapperBase* (SAL_CALL *FN_TkCreateUnoWrapper)();
}
diff --git a/xmloff/source/core/PropertySetMerger.cxx b/xmloff/source/core/PropertySetMerger.cxx
index e730a5255b53..9327db80e197 100644
--- a/xmloff/source/core/PropertySetMerger.cxx
+++ b/xmloff/source/core/PropertySetMerger.cxx
@@ -38,8 +38,6 @@ using namespace ::com::sun::star::lang;
#include <cppuhelper/implbase3.hxx>
-class SvXMLAttrContainerItem_Impl;
-
class PropertySetMergerImpl : public ::cppu::WeakAggImplHelper3< XPropertySet, XPropertyState, XPropertySetInfo >
{
private: