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

removed unused forward declarations of class

Change-Id: Ibb3918b95c2518fd83f566bb726273dbf90cf8c8
üst 0ffc81ff
...@@ -60,21 +60,12 @@ ...@@ -60,21 +60,12 @@
#include <memory> #include <memory>
#include <boost/shared_ptr.hpp> #include <boost/shared_ptr.hpp>
namespace com { namespace sun { namespace star {
namespace awt {
class XControl;
class XControlContainer;
}
}}}
namespace dbaui namespace dbaui
{ {
class IController; class IController;
} }
namespace rptui namespace rptui
{ {
class OObjectBase;
enum Action enum Action
{ {
Inserted = 1, Inserted = 1,
......
...@@ -35,8 +35,6 @@ ...@@ -35,8 +35,6 @@
#define XML_STYLE_FAMILY_REPORT_PREFIX "rptelem" #define XML_STYLE_FAMILY_REPORT_PREFIX "rptelem"
class SvXMLImport;
class SvXMLExport;
class SvXMLStylesContext; class SvXMLStylesContext;
class SvXMLTokenMap; class SvXMLTokenMap;
namespace rptxml namespace rptxml
......
...@@ -49,7 +49,6 @@ namespace svx { class ToolboxButtonColorUpdater; } ...@@ -49,7 +49,6 @@ namespace svx { class ToolboxButtonColorUpdater; }
namespace rptui namespace rptui
{ {
class ConditionalFormattingDialog;
class OColorPopup; class OColorPopup;
class OReportController; class OReportController;
class IConditionalFormatAction; class IConditionalFormatAction;
......
...@@ -58,13 +58,10 @@ class Window; ...@@ -58,13 +58,10 @@ class Window;
namespace rptui namespace rptui
{ {
class OReportSection;
class OUnoObject;
class OSectionView; class OSectionView;
class OReportController; class OReportController;
class PropBrw; class PropBrw;
class OAddFieldWindow; class OAddFieldWindow;
class OReportModel;
class ONavigator; class ONavigator;
//================================================================== //==================================================================
//================================================================== //==================================================================
......
...@@ -35,12 +35,10 @@ ...@@ -35,12 +35,10 @@
#include <com/sun/star/beans/XPropertySet.hpp> #include <com/sun/star/beans/XPropertySet.hpp>
#include <com/sun/star/report/meta/XFormulaParser.hpp> #include <com/sun/star/report/meta/XFormulaParser.hpp>
class SvLBoxEntry;
//============================================================================ //============================================================================
namespace rptui namespace rptui
{ {
//============================================================================ //============================================================================
class FunctionManager;
class OAddFieldWindow; class OAddFieldWindow;
//============================================================================ //============================================================================
......
...@@ -70,14 +70,12 @@ ...@@ -70,14 +70,12 @@
#include <boost/shared_ptr.hpp> #include <boost/shared_ptr.hpp>
#include <functional> #include <functional>
class TransferableHelper;
class TransferableClipboardListener; class TransferableClipboardListener;
class VclWindowEvent; class VclWindowEvent;
class SfxUndoManager; class SfxUndoManager;
namespace rptui namespace rptui
{ {
class OGroupsSortingDialog; class OGroupsSortingDialog;
class OPropertyMediator;
class OReportModel; class OReportModel;
class OSectionView; class OSectionView;
class OAddFieldWindow; class OAddFieldWindow;
......
...@@ -45,13 +45,8 @@ ...@@ -45,13 +45,8 @@
namespace rptui namespace rptui
{ {
class ODesignView; class ODesignView;
class OReportSection;
class OScrollWindowHelper; class OScrollWindowHelper;
class OSectionView; class OSectionView;
class OReportModel;
class OEndMarker;
class OReportPage;
class DlgEdFunc;
class DlgEdFactory; class DlgEdFactory;
class OReportWindow : public Window class OReportWindow : public Window
......
...@@ -32,24 +32,13 @@ ...@@ -32,24 +32,13 @@
#include <functional> #include <functional>
namespace com { namespace sun { namespace star { namespace com { namespace sun { namespace star {
namespace awt {
class XControl;
class XControlContainer;
}
namespace drawing { namespace drawing {
class XShape; class XShape;
} }
}}} }}}
namespace dbaui
{
class IController;
}
namespace rptui namespace rptui
{ {
class OObjectBase;
/** \class OSectionUndo /** \class OSectionUndo
* Undo class for section add and remove. * Undo class for section add and remove.
*/ */
......
...@@ -32,14 +32,11 @@ ...@@ -32,14 +32,11 @@
#include <MarkedSection.hxx> #include <MarkedSection.hxx>
#include "ReportWindow.hxx" #include "ReportWindow.hxx"
class SdrView;
namespace rptui namespace rptui
{ {
class ODesignView; class ODesignView;
class OReportWindow; class OReportWindow;
class OSectionView; class OSectionView;
class OReportSection;
class OReportModel;
/** This class defines the scrollable area of the report design. It includes /** This class defines the scrollable area of the report design. It includes
the h-ruler and the sections, and end marker. Not the start marker. the h-ruler and the sections, and end marker. Not the start marker.
......
...@@ -42,8 +42,6 @@ namespace comphelper ...@@ -42,8 +42,6 @@ namespace comphelper
} }
namespace rptui namespace rptui
{ {
class OReportWindow;
class ODesignView;
class OViewsWindow; class OViewsWindow;
class OSectionWindow : public Window class OSectionWindow : public Window
, public ::cppu::BaseMutex , public ::cppu::BaseMutex
......
...@@ -51,8 +51,6 @@ class SdrHdl; ...@@ -51,8 +51,6 @@ class SdrHdl;
namespace rptui namespace rptui
{ {
class OReportWindow; class OReportWindow;
class ODesignView;
class OEndMarker;
class OReportSection; class OReportSection;
class OSectionView; class OSectionView;
......
...@@ -25,7 +25,6 @@ ...@@ -25,7 +25,6 @@
namespace rptui namespace rptui
{ {
class OReportSection;
//============================================================================ //============================================================================
// DlgEdFactory // DlgEdFactory
//============================================================================ //============================================================================
......
...@@ -20,8 +20,6 @@ ...@@ -20,8 +20,6 @@
#ifndef APPLICAT_HXX #ifndef APPLICAT_HXX
#define APPLICAT_HXX #define APPLICAT_HXX
class SvxErrorHandler;
#include <sfx2/app.hxx> #include <sfx2/app.hxx>
......
...@@ -26,9 +26,6 @@ ...@@ -26,9 +26,6 @@
#include "cfgitem.hxx" #include "cfgitem.hxx"
class SmPreferenceDialog;
class SmPrintDialog;
class SmPrintOptionDialog;
class SfxItemSet; class SfxItemSet;
class SmConfig : public SmMathConfig, public SfxBroadcaster class SmConfig : public SmMathConfig, public SfxBroadcaster
......
...@@ -41,7 +41,6 @@ ...@@ -41,7 +41,6 @@
#include <vector> #include <vector>
class SmNode; class SmNode;
class SmDocShell;
////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////
......
...@@ -40,7 +40,6 @@ ...@@ -40,7 +40,6 @@
#include <unotools/options.hxx> #include <unotools/options.hxx>
class SvxErrorHandler;
class SfxObjectFactory; class SfxObjectFactory;
class SmConfig; class SmConfig;
class SmModule; class SmModule;
......
...@@ -40,8 +40,6 @@ ...@@ -40,8 +40,6 @@
#include <oox/mathml/export.hxx> #include <oox/mathml/export.hxx>
#include <oox/mathml/import.hxx> #include <oox/mathml/import.hxx>
class SmFormat;
//////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////
#define PRTUIOPT_TITLE_ROW "TitleRow" #define PRTUIOPT_TITLE_ROW "TitleRow"
......
...@@ -36,7 +36,6 @@ ...@@ -36,7 +36,6 @@
#include <tools/fract.hxx> #include <tools/fract.hxx>
class SmRect;
class String; class String;
#define C2S(cChar) String::CreateFromAscii(RTL_CONSTASCII_STRINGPARAM(cChar)) #define C2S(cChar) String::CreateFromAscii(RTL_CONSTASCII_STRINGPARAM(cChar))
......
...@@ -52,7 +52,6 @@ ...@@ -52,7 +52,6 @@
#include <svx/AccessibleTextHelper.hxx> #include <svx/AccessibleTextHelper.hxx>
#include <edit.hxx> #include <edit.hxx>
class Window;
class SmGraphicWindow; class SmGraphicWindow;
class SmEditWindow; class SmEditWindow;
class SmDocShell; class SmDocShell;
......
...@@ -30,7 +30,6 @@ ...@@ -30,7 +30,6 @@
class SfxMedium; class SfxMedium;
namespace com { namespace sun { namespace star { namespace com { namespace sun { namespace star {
namespace io { namespace io {
class XInputStream;
class XOutputStream; } class XOutputStream; }
namespace beans { namespace beans {
class XPropertySet; } class XPropertySet; }
......
...@@ -39,8 +39,7 @@ ...@@ -39,8 +39,7 @@
class SfxMedium; class SfxMedium;
namespace com { namespace sun { namespace star { namespace com { namespace sun { namespace star {
namespace io { namespace io {
class XInputStream; class XIutputStream; }
class XOutputStream; }
namespace beans { namespace beans {
class XPropertySet; } class XPropertySet; }
} } } } } }
......
...@@ -40,29 +40,16 @@ ...@@ -40,29 +40,16 @@
#include <com/sun/star/lang/XSingleServiceFactory.hpp> #include <com/sun/star/lang/XSingleServiceFactory.hpp>
#include <cppuhelper/factory.hxx> #include <cppuhelper/factory.hxx>
class SfxObjectFactory;
class SfxFilterMatcher;
class LoadEnvironment_Impl;
class SfxMedium;
namespace com namespace com
{ {
namespace sun namespace sun
{ {
namespace star namespace star
{ {
namespace uno
{
class Any;
}
namespace lang namespace lang
{ {
class XMultiServiceFactory; class XMultiServiceFactory;
} }
namespace frame
{
class XFrame;
}
namespace beans namespace beans
{ {
struct PropertyValue; struct PropertyValue;
......
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