[Libreoffice-commits] .: canvas/source io/source l10ntools/source sc/source sd/source svtools/source svx/source vcl/source xmloff/source
Takeshi Abe
tabe at kemper.freedesktop.org
Sat Jun 16 06:16:33 PDT 2012
canvas/source/directx/dx_textlayout_drawhelper.cxx | 1 -
io/source/TextInputStream/TextInputStream.cxx | 1 -
io/source/TextOutputStream/TextOutputStream.cxx | 1 -
l10ntools/source/help/HelpLinker.cxx | 12 ------------
sc/source/ui/docshell/impex.cxx | 4 ----
sc/source/ui/view/dbfunc2.cxx | 3 ---
sd/source/ui/accessibility/AccessibleDocumentViewBase.cxx | 2 --
sd/source/ui/accessibility/AccessibleDrawDocumentView.cxx | 2 --
sd/source/ui/func/fuconuno.cxx | 3 ---
svtools/source/contnr/svtreebx.cxx | 2 --
svtools/source/uno/addrtempuno.cxx | 4 ----
svx/source/svdraw/svdmrkv.cxx | 5 -----
svx/source/unodraw/unoshap2.cxx | 3 ---
svx/source/unodraw/unoshape.cxx | 1 -
vcl/source/app/svapp.cxx | 4 ----
xmloff/source/core/PropertySetMerger.cxx | 2 --
16 files changed, 50 deletions(-)
New commits:
commit 462935f367534012817efb2478c4f748f0576d5c
Author: Takeshi Abe <tabe at fixedpoint.jp>
Date: Sat Jun 16 22:08:09 2012 +0900
removed unused forward declarations of class
Change-Id: I819d5b931c937ec52b14f60591546d1d86c38631
diff --git a/canvas/source/directx/dx_textlayout_drawhelper.cxx b/canvas/source/directx/dx_textlayout_drawhelper.cxx
index 508db17..d012869 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 ab68a71..d0c653a 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 90f34ab..edeea33 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 6d150a8..f61c5cd 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 73015c3..a0bb6cd 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 ef4b4da..fcd2743 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 2ca6673..c61a867 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 b5e9f5d..995052b 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 8bdfd8c..c3184c8 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 8ad020e..a684472 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 84a2e58..d05b780 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 9ef1e73..f0f8f9d 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 9fab3b7..07bc6c4 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 28b00a7..8194e82 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 17c29aa..fcd0506 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 e730a52..9327db8 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:
More information about the Libreoffice-commits
mailing list