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
#define BROWSEMODE_SUBS 0x02
#define BROWSEMODE_DIALOGS 0x04
class SbMethod;
class SbxObject;
class SbModule;
class SvLBoxEntry;
class SbxVariable;
class String;
class BasicEntry
......
......@@ -25,8 +25,6 @@
#include <iderid.hxx>
class EditorWindow;
#ifndef NO_SPECIALEDIT
class ExtendedEdit : public Edit
......
......@@ -38,8 +38,6 @@
#define MACROCHOOSER_CHOOSEONLY 2
#define MACROCHOOSER_RECORDING 3
class BasicManager;
class MacroChooser : public SfxModalDialog
{
private:
......
......@@ -35,8 +35,6 @@
#include <vcl/tabctrl.hxx>
#include <vcl/lstbox.hxx>
class StarBASIC;
enum NewObjectMode
{
NEWOBJECTMODE_LIB = 1,
......
......@@ -28,8 +28,6 @@
#include <bastype2.hxx>
class StarBASIC;
class ObjectCatalogToolBox_Impl: public ToolBox
{
public:
......
......@@ -87,7 +87,6 @@ namespace rtl { class OUString; }
namespace configmgr {
class Broadcaster;
class Change;
class ChildAccess;
class Components;
class Node;
......
......@@ -44,8 +44,6 @@ namespace com { namespace sun { namespace star {
namespace configmgr {
class Access;
class Broadcaster: private boost::noncopyable {
public:
void addDisposeNotification(
......
......@@ -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 {
......
......@@ -43,7 +43,6 @@
#include <boost/shared_ptr.hpp>
#include <vector>
class Place;
class PlaceEditDialog : public ModalDialog
{
private :
......
......@@ -34,8 +34,6 @@
#include <vcl/field.hxx>
#include <vcl/fixed.hxx>
class PlaceEditDialog;
class DetailsContainer
{
private:
......
......@@ -46,11 +46,6 @@
class SvtFileDialog;
class Window;
namespace comphelper
{
class OWeakEventListenerAdapter;
}
//.........................................................................
namespace svt
{
......
......@@ -471,8 +471,6 @@ inline SvtFileView* SvtFileDialog::GetView() const
//*****************************************************************************
//*****************************************************************************
class SvtFilePicker;
#define FILE_SELECTION_CHANGED 1
#define DIRECTORY_CHANGED 2
#define HELP_REQUESTED 3
......
......@@ -40,7 +40,6 @@
#include <vector>
#include <boost/ptr_container/ptr_deque.hpp>
class Accelerator;
class CheckBox;
class SvtFileDialog;
......
......@@ -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
......
......@@ -53,9 +53,6 @@ namespace com { namespace sun { namespace star {
namespace beans {
struct PropertyChangeEvent;
}
namespace registry {
class XRegistryKey;
}
}}}
......
......@@ -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;
......
......@@ -70,8 +70,6 @@ struct SfxPoolItemArray_Impl: public SfxPoolItemArrayBase_Impl
{}
};
class SfxStyleSheetIterator;
struct SfxItemPool_Impl
{
SfxBroadcaster aBC;
......
......@@ -41,8 +41,6 @@
#include <rtl/ref.hxx>
#include <tools/solar.h>
class SvNumberformat;
class SvNumberFormatter;
class SvNumberFormatsSupplierObj;
......
......@@ -42,7 +42,6 @@
class X2CParser;
class HtmlCreator;
class Index;
class XmlElement
{
......
......@@ -40,8 +40,6 @@ namespace com {
namespace sun {
namespace star {
namespace io {
class XStream;
class XOutputStream;
class XInputStream; }
namespace embed {
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