summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2012-06-20 00:50:17 +0900
committerTakeshi Abe <tabe@fixedpoint.jp>2012-06-20 00:50:59 +0900
commiteeb5bea1d4e41ac190283d3b7d90659acbce5065 (patch)
treeafef43b5685ce49c9f74c4721725fbf0fbdb1001
parent6bb8dbf8072caedd2f79faa9e72fddd63541baad (diff)
removed unused forward declarations of class
Change-Id: Iee1b78242e210466375376da3e4dbbaec609cc03
-rw-r--r--basctl/source/basicide/bastype2.hxx3
-rw-r--r--basctl/source/basicide/bastype3.hxx2
-rw-r--r--basctl/source/basicide/macrodlg.hxx2
-rw-r--r--basctl/source/basicide/moduldlg.hxx2
-rw-r--r--basctl/source/basicide/objdlg.hxx2
-rw-r--r--configmgr/source/access.hxx1
-rw-r--r--configmgr/source/broadcaster.hxx2
-rw-r--r--configmgr/source/localizedpropertynode.hxx3
-rw-r--r--fpicker/source/office/PlaceEditDialog.hxx1
-rw-r--r--fpicker/source/office/ServerDetailsControls.hxx2
-rw-r--r--fpicker/source/office/commonpicker.hxx5
-rw-r--r--fpicker/source/office/iodlg.hxx2
-rw-r--r--fpicker/source/office/iodlgimp.hxx1
-rw-r--r--linguistic/source/convdic.hxx2
-rw-r--r--linguistic/source/lngopt.hxx3
-rw-r--r--linguistic/source/lngsvcmgr.hxx1
-rw-r--r--svl/source/inc/poolio.hxx2
-rw-r--r--svl/source/numbers/numfmuno.hxx2
-rw-r--r--xml2cmp/source/xcd/xmlelem.hxx1
-rw-r--r--xmlsecurity/source/helper/xmlsignaturehelper2.hxx2
20 files changed, 0 insertions, 41 deletions
diff --git a/basctl/source/basicide/bastype2.hxx b/basctl/source/basicide/bastype2.hxx
index 39a13ca69f5e..bf60e2927438 100644
--- a/basctl/source/basicide/bastype2.hxx
+++ b/basctl/source/basicide/bastype2.hxx
@@ -37,12 +37,9 @@ enum BasicEntryType { OBJ_TYPE_UNKNOWN, OBJ_TYPE_DOCUMENT, OBJ_TYPE_LIBRARY, OBJ
#define BROWSEMODE_SUBS 0x02
#define BROWSEMODE_DIALOGS 0x04
-class SbMethod;
-class SbxObject;
class SbModule;
class SvLBoxEntry;
class SbxVariable;
-class String;
class BasicEntry
diff --git a/basctl/source/basicide/bastype3.hxx b/basctl/source/basicide/bastype3.hxx
index bd86e93893ff..b2228287188a 100644
--- a/basctl/source/basicide/bastype3.hxx
+++ b/basctl/source/basicide/bastype3.hxx
@@ -25,8 +25,6 @@
#include <iderid.hxx>
-class EditorWindow;
-
#ifndef NO_SPECIALEDIT
class ExtendedEdit : public Edit
diff --git a/basctl/source/basicide/macrodlg.hxx b/basctl/source/basicide/macrodlg.hxx
index fbfb39698e84..e572849fba77 100644
--- a/basctl/source/basicide/macrodlg.hxx
+++ b/basctl/source/basicide/macrodlg.hxx
@@ -38,8 +38,6 @@
#define MACROCHOOSER_CHOOSEONLY 2
#define MACROCHOOSER_RECORDING 3
-class BasicManager;
-
class MacroChooser : public SfxModalDialog
{
private:
diff --git a/basctl/source/basicide/moduldlg.hxx b/basctl/source/basicide/moduldlg.hxx
index 026591ec77c1..21329676bd31 100644
--- a/basctl/source/basicide/moduldlg.hxx
+++ b/basctl/source/basicide/moduldlg.hxx
@@ -35,8 +35,6 @@
#include <vcl/tabctrl.hxx>
#include <vcl/lstbox.hxx>
-class StarBASIC;
-
enum NewObjectMode
{
NEWOBJECTMODE_LIB = 1,
diff --git a/basctl/source/basicide/objdlg.hxx b/basctl/source/basicide/objdlg.hxx
index 05fc8714a52a..c0c3c454ca60 100644
--- a/basctl/source/basicide/objdlg.hxx
+++ b/basctl/source/basicide/objdlg.hxx
@@ -28,8 +28,6 @@
#include <bastype2.hxx>
-class StarBASIC;
-
class ObjectCatalogToolBox_Impl: public ToolBox
{
public:
diff --git a/configmgr/source/access.hxx b/configmgr/source/access.hxx
index c1c8bf5950e9..1e91fedf1bdc 100644
--- a/configmgr/source/access.hxx
+++ b/configmgr/source/access.hxx
@@ -87,7 +87,6 @@ namespace rtl { class OUString; }
namespace configmgr {
class Broadcaster;
-class Change;
class ChildAccess;
class Components;
class Node;
diff --git a/configmgr/source/broadcaster.hxx b/configmgr/source/broadcaster.hxx
index a763303cb380..80fb1dbc5d35 100644
--- a/configmgr/source/broadcaster.hxx
+++ b/configmgr/source/broadcaster.hxx
@@ -44,8 +44,6 @@ namespace com { namespace sun { namespace star {
namespace configmgr {
-class Access;
-
class Broadcaster: private boost::noncopyable {
public:
void addDisposeNotification(
diff --git a/configmgr/source/localizedpropertynode.hxx b/configmgr/source/localizedpropertynode.hxx
index fb7742cdbf5c..8fe6c8e5170b 100644
--- a/configmgr/source/localizedpropertynode.hxx
+++ b/configmgr/source/localizedpropertynode.hxx
@@ -28,9 +28,6 @@
#include "nodemap.hxx"
#include "type.hxx"
-namespace com { namespace sun { namespace star { namespace uno {
- class Any;
-} } } }
namespace rtl { class OUString; }
namespace configmgr {
diff --git a/fpicker/source/office/PlaceEditDialog.hxx b/fpicker/source/office/PlaceEditDialog.hxx
index 53526e8e18ec..fd38f13b0d8e 100644
--- a/fpicker/source/office/PlaceEditDialog.hxx
+++ b/fpicker/source/office/PlaceEditDialog.hxx
@@ -43,7 +43,6 @@
#include <boost/shared_ptr.hpp>
#include <vector>
-class Place;
class PlaceEditDialog : public ModalDialog
{
private :
diff --git a/fpicker/source/office/ServerDetailsControls.hxx b/fpicker/source/office/ServerDetailsControls.hxx
index a31e831cd68a..6543ded42154 100644
--- a/fpicker/source/office/ServerDetailsControls.hxx
+++ b/fpicker/source/office/ServerDetailsControls.hxx
@@ -34,8 +34,6 @@
#include <vcl/field.hxx>
#include <vcl/fixed.hxx>
-class PlaceEditDialog;
-
class DetailsContainer
{
private:
diff --git a/fpicker/source/office/commonpicker.hxx b/fpicker/source/office/commonpicker.hxx
index 6422019affa5..6efe7ced0797 100644
--- a/fpicker/source/office/commonpicker.hxx
+++ b/fpicker/source/office/commonpicker.hxx
@@ -46,11 +46,6 @@
class SvtFileDialog;
class Window;
-namespace comphelper
-{
- class OWeakEventListenerAdapter;
-}
-
//.........................................................................
namespace svt
{
diff --git a/fpicker/source/office/iodlg.hxx b/fpicker/source/office/iodlg.hxx
index 4dda63bb8c1b..682509d72d05 100644
--- a/fpicker/source/office/iodlg.hxx
+++ b/fpicker/source/office/iodlg.hxx
@@ -471,8 +471,6 @@ inline SvtFileView* SvtFileDialog::GetView() const
//*****************************************************************************
//*****************************************************************************
-class SvtFilePicker;
-
#define FILE_SELECTION_CHANGED 1
#define DIRECTORY_CHANGED 2
#define HELP_REQUESTED 3
diff --git a/fpicker/source/office/iodlgimp.hxx b/fpicker/source/office/iodlgimp.hxx
index 12bfc0a0a59e..699092c5792d 100644
--- a/fpicker/source/office/iodlgimp.hxx
+++ b/fpicker/source/office/iodlgimp.hxx
@@ -40,7 +40,6 @@
#include <vector>
#include <boost/ptr_container/ptr_deque.hpp>
-class Accelerator;
class CheckBox;
class SvtFileDialog;
diff --git a/linguistic/source/convdic.hxx b/linguistic/source/convdic.hxx
index f33ad751f91b..047b73746617 100644
--- a/linguistic/source/convdic.hxx
+++ b/linguistic/source/convdic.hxx
@@ -49,8 +49,6 @@
#define SN_CONV_DICTIONARY "com.sun.star.linguistic2.ConversionDictionary"
-class SvStream;
-
sal_Bool IsConvDic( const String &rFileURL, sal_Int16 &nLang, sal_Int16 &nConvType );
struct StrLT
diff --git a/linguistic/source/lngopt.hxx b/linguistic/source/lngopt.hxx
index 1e0fa9ffd7a1..61bb241eb40c 100644
--- a/linguistic/source/lngopt.hxx
+++ b/linguistic/source/lngopt.hxx
@@ -53,9 +53,6 @@ namespace com { namespace sun { namespace star {
namespace beans {
struct PropertyChangeEvent;
}
- namespace registry {
- class XRegistryKey;
- }
}}}
diff --git a/linguistic/source/lngsvcmgr.hxx b/linguistic/source/lngsvcmgr.hxx
index 0e27a705e56e..80cbd3d65abe 100644
--- a/linguistic/source/lngsvcmgr.hxx
+++ b/linguistic/source/lngsvcmgr.hxx
@@ -56,7 +56,6 @@ struct SvcInfo;
namespace com { namespace sun { namespace star { namespace linguistic2 {
class XLinguServiceEventBroadcaster;
class XSpellChecker;
- class XProofreader;
class XProofreadingIterator;
class XHyphenator;
class XThesaurus;
diff --git a/svl/source/inc/poolio.hxx b/svl/source/inc/poolio.hxx
index b334e057d6df..0040d63fcfce 100644
--- a/svl/source/inc/poolio.hxx
+++ b/svl/source/inc/poolio.hxx
@@ -70,8 +70,6 @@ struct SfxPoolItemArray_Impl: public SfxPoolItemArrayBase_Impl
{}
};
-class SfxStyleSheetIterator;
-
struct SfxItemPool_Impl
{
SfxBroadcaster aBC;
diff --git a/svl/source/numbers/numfmuno.hxx b/svl/source/numbers/numfmuno.hxx
index 32be1a893e26..5a5859795ad4 100644
--- a/svl/source/numbers/numfmuno.hxx
+++ b/svl/source/numbers/numfmuno.hxx
@@ -41,8 +41,6 @@
#include <rtl/ref.hxx>
#include <tools/solar.h>
-class SvNumberformat;
-class SvNumberFormatter;
class SvNumberFormatsSupplierObj;
diff --git a/xml2cmp/source/xcd/xmlelem.hxx b/xml2cmp/source/xcd/xmlelem.hxx
index 3d00ec757b44..14c741e2d64a 100644
--- a/xml2cmp/source/xcd/xmlelem.hxx
+++ b/xml2cmp/source/xcd/xmlelem.hxx
@@ -42,7 +42,6 @@
class X2CParser;
class HtmlCreator;
-class Index;
class XmlElement
{
diff --git a/xmlsecurity/source/helper/xmlsignaturehelper2.hxx b/xmlsecurity/source/helper/xmlsignaturehelper2.hxx
index e5dd47978b94..ee866c521a2e 100644
--- a/xmlsecurity/source/helper/xmlsignaturehelper2.hxx
+++ b/xmlsecurity/source/helper/xmlsignaturehelper2.hxx
@@ -40,8 +40,6 @@ namespace com {
namespace sun {
namespace star {
namespace io {
- class XStream;
- class XOutputStream;
class XInputStream; }
namespace embed {
class XStorage; }