Kaydet (Commit) eeb5bea1 authored tarafından Takeshi Abe's avatar Takeshi Abe

removed unused forward declarations of class

Change-Id: Iee1b78242e210466375376da3e4dbbaec609cc03
üst 6bb8dbf8
...@@ -37,12 +37,9 @@ enum BasicEntryType { OBJ_TYPE_UNKNOWN, OBJ_TYPE_DOCUMENT, OBJ_TYPE_LIBRARY, OBJ ...@@ -37,12 +37,9 @@ enum BasicEntryType { OBJ_TYPE_UNKNOWN, OBJ_TYPE_DOCUMENT, OBJ_TYPE_LIBRARY, OBJ
#define BROWSEMODE_SUBS 0x02 #define BROWSEMODE_SUBS 0x02
#define BROWSEMODE_DIALOGS 0x04 #define BROWSEMODE_DIALOGS 0x04
class SbMethod;
class SbxObject;
class SbModule; class SbModule;
class SvLBoxEntry; class SvLBoxEntry;
class SbxVariable; class SbxVariable;
class String;
class BasicEntry class BasicEntry
......
...@@ -25,8 +25,6 @@ ...@@ -25,8 +25,6 @@
#include <iderid.hxx> #include <iderid.hxx>
class EditorWindow;
#ifndef NO_SPECIALEDIT #ifndef NO_SPECIALEDIT
class ExtendedEdit : public Edit class ExtendedEdit : public Edit
......
...@@ -38,8 +38,6 @@ ...@@ -38,8 +38,6 @@
#define MACROCHOOSER_CHOOSEONLY 2 #define MACROCHOOSER_CHOOSEONLY 2
#define MACROCHOOSER_RECORDING 3 #define MACROCHOOSER_RECORDING 3
class BasicManager;
class MacroChooser : public SfxModalDialog class MacroChooser : public SfxModalDialog
{ {
private: private:
......
...@@ -35,8 +35,6 @@ ...@@ -35,8 +35,6 @@
#include <vcl/tabctrl.hxx> #include <vcl/tabctrl.hxx>
#include <vcl/lstbox.hxx> #include <vcl/lstbox.hxx>
class StarBASIC;
enum NewObjectMode enum NewObjectMode
{ {
NEWOBJECTMODE_LIB = 1, NEWOBJECTMODE_LIB = 1,
......
...@@ -28,8 +28,6 @@ ...@@ -28,8 +28,6 @@
#include <bastype2.hxx> #include <bastype2.hxx>
class StarBASIC;
class ObjectCatalogToolBox_Impl: public ToolBox class ObjectCatalogToolBox_Impl: public ToolBox
{ {
public: public:
......
...@@ -87,7 +87,6 @@ namespace rtl { class OUString; } ...@@ -87,7 +87,6 @@ namespace rtl { class OUString; }
namespace configmgr { namespace configmgr {
class Broadcaster; class Broadcaster;
class Change;
class ChildAccess; class ChildAccess;
class Components; class Components;
class Node; class Node;
......
...@@ -44,8 +44,6 @@ namespace com { namespace sun { namespace star { ...@@ -44,8 +44,6 @@ namespace com { namespace sun { namespace star {
namespace configmgr { namespace configmgr {
class Access;
class Broadcaster: private boost::noncopyable { class Broadcaster: private boost::noncopyable {
public: public:
void addDisposeNotification( void addDisposeNotification(
......
...@@ -28,9 +28,6 @@ ...@@ -28,9 +28,6 @@
#include "nodemap.hxx" #include "nodemap.hxx"
#include "type.hxx" #include "type.hxx"
namespace com { namespace sun { namespace star { namespace uno {
class Any;
} } } }
namespace rtl { class OUString; } namespace rtl { class OUString; }
namespace configmgr { namespace configmgr {
......
...@@ -43,7 +43,6 @@ ...@@ -43,7 +43,6 @@
#include <boost/shared_ptr.hpp> #include <boost/shared_ptr.hpp>
#include <vector> #include <vector>
class Place;
class PlaceEditDialog : public ModalDialog class PlaceEditDialog : public ModalDialog
{ {
private : private :
......
...@@ -34,8 +34,6 @@ ...@@ -34,8 +34,6 @@
#include <vcl/field.hxx> #include <vcl/field.hxx>
#include <vcl/fixed.hxx> #include <vcl/fixed.hxx>
class PlaceEditDialog;
class DetailsContainer class DetailsContainer
{ {
private: private:
......
...@@ -46,11 +46,6 @@ ...@@ -46,11 +46,6 @@
class SvtFileDialog; class SvtFileDialog;
class Window; class Window;
namespace comphelper
{
class OWeakEventListenerAdapter;
}
//......................................................................... //.........................................................................
namespace svt namespace svt
{ {
......
...@@ -471,8 +471,6 @@ inline SvtFileView* SvtFileDialog::GetView() const ...@@ -471,8 +471,6 @@ inline SvtFileView* SvtFileDialog::GetView() const
//***************************************************************************** //*****************************************************************************
//***************************************************************************** //*****************************************************************************
class SvtFilePicker;
#define FILE_SELECTION_CHANGED 1 #define FILE_SELECTION_CHANGED 1
#define DIRECTORY_CHANGED 2 #define DIRECTORY_CHANGED 2
#define HELP_REQUESTED 3 #define HELP_REQUESTED 3
......
...@@ -40,7 +40,6 @@ ...@@ -40,7 +40,6 @@
#include <vector> #include <vector>
#include <boost/ptr_container/ptr_deque.hpp> #include <boost/ptr_container/ptr_deque.hpp>
class Accelerator;
class CheckBox; class CheckBox;
class SvtFileDialog; class SvtFileDialog;
......
...@@ -49,8 +49,6 @@ ...@@ -49,8 +49,6 @@
#define SN_CONV_DICTIONARY "com.sun.star.linguistic2.ConversionDictionary" #define SN_CONV_DICTIONARY "com.sun.star.linguistic2.ConversionDictionary"
class SvStream;
sal_Bool IsConvDic( const String &rFileURL, sal_Int16 &nLang, sal_Int16 &nConvType ); sal_Bool IsConvDic( const String &rFileURL, sal_Int16 &nLang, sal_Int16 &nConvType );
struct StrLT struct StrLT
......
...@@ -53,9 +53,6 @@ namespace com { namespace sun { namespace star { ...@@ -53,9 +53,6 @@ namespace com { namespace sun { namespace star {
namespace beans { namespace beans {
struct PropertyChangeEvent; struct PropertyChangeEvent;
} }
namespace registry {
class XRegistryKey;
}
}}} }}}
......
...@@ -56,7 +56,6 @@ struct SvcInfo; ...@@ -56,7 +56,6 @@ struct SvcInfo;
namespace com { namespace sun { namespace star { namespace linguistic2 { namespace com { namespace sun { namespace star { namespace linguistic2 {
class XLinguServiceEventBroadcaster; class XLinguServiceEventBroadcaster;
class XSpellChecker; class XSpellChecker;
class XProofreader;
class XProofreadingIterator; class XProofreadingIterator;
class XHyphenator; class XHyphenator;
class XThesaurus; class XThesaurus;
......
...@@ -70,8 +70,6 @@ struct SfxPoolItemArray_Impl: public SfxPoolItemArrayBase_Impl ...@@ -70,8 +70,6 @@ struct SfxPoolItemArray_Impl: public SfxPoolItemArrayBase_Impl
{} {}
}; };
class SfxStyleSheetIterator;
struct SfxItemPool_Impl struct SfxItemPool_Impl
{ {
SfxBroadcaster aBC; SfxBroadcaster aBC;
......
...@@ -41,8 +41,6 @@ ...@@ -41,8 +41,6 @@
#include <rtl/ref.hxx> #include <rtl/ref.hxx>
#include <tools/solar.h> #include <tools/solar.h>
class SvNumberformat;
class SvNumberFormatter;
class SvNumberFormatsSupplierObj; class SvNumberFormatsSupplierObj;
......
...@@ -42,7 +42,6 @@ ...@@ -42,7 +42,6 @@
class X2CParser; class X2CParser;
class HtmlCreator; class HtmlCreator;
class Index;
class XmlElement class XmlElement
{ {
......
...@@ -40,8 +40,6 @@ namespace com { ...@@ -40,8 +40,6 @@ namespace com {
namespace sun { namespace sun {
namespace star { namespace star {
namespace io { namespace io {
class XStream;
class XOutputStream;
class XInputStream; } class XInputStream; }
namespace embed { namespace embed {
class XStorage; } class XStorage; }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment