diff options
author | Takeshi Abe <tabe@fixedpoint.jp> | 2012-06-21 23:22:36 +0900 |
---|---|---|
committer | Takeshi Abe <tabe@fixedpoint.jp> | 2012-06-23 02:48:28 +0900 |
commit | dbd9db69bb2ca982d76c09f8cb9561b42c9138b8 (patch) | |
tree | e7a76414b49eff37c9b916050f92bed4cdd9ffa8 /reportdesign | |
parent | 0ffc81ffdbb535301fa5d5608c7eeb1052d2c3a4 (diff) |
removed unused forward declarations of class
Change-Id: Ibb3918b95c2518fd83f566bb726273dbf90cf8c8
Diffstat (limited to 'reportdesign')
-rw-r--r-- | reportdesign/inc/UndoActions.hxx | 9 | ||||
-rw-r--r-- | reportdesign/source/filter/xml/xmlHelper.hxx | 2 | ||||
-rw-r--r-- | reportdesign/source/ui/dlg/Condition.hxx | 1 | ||||
-rw-r--r-- | reportdesign/source/ui/inc/DesignView.hxx | 3 | ||||
-rw-r--r-- | reportdesign/source/ui/inc/Formula.hxx | 2 | ||||
-rw-r--r-- | reportdesign/source/ui/inc/ReportController.hxx | 2 | ||||
-rw-r--r-- | reportdesign/source/ui/inc/ReportWindow.hxx | 5 | ||||
-rw-r--r-- | reportdesign/source/ui/inc/RptUndo.hxx | 11 | ||||
-rw-r--r-- | reportdesign/source/ui/inc/ScrollHelper.hxx | 3 | ||||
-rw-r--r-- | reportdesign/source/ui/inc/SectionWindow.hxx | 2 | ||||
-rw-r--r-- | reportdesign/source/ui/inc/ViewsWindow.hxx | 2 | ||||
-rw-r--r-- | reportdesign/source/ui/inc/dlgedfac.hxx | 1 |
12 files changed, 0 insertions, 43 deletions
diff --git a/reportdesign/inc/UndoActions.hxx b/reportdesign/inc/UndoActions.hxx index fbdb23843d10..61d055c73fb1 100644 --- a/reportdesign/inc/UndoActions.hxx +++ b/reportdesign/inc/UndoActions.hxx @@ -60,21 +60,12 @@ #include <memory> #include <boost/shared_ptr.hpp> -namespace com { namespace sun { namespace star { - namespace awt { - class XControl; - class XControlContainer; - } -}}} - namespace dbaui { class IController; } namespace rptui { - class OObjectBase; - enum Action { Inserted = 1, diff --git a/reportdesign/source/filter/xml/xmlHelper.hxx b/reportdesign/source/filter/xml/xmlHelper.hxx index 99eae1bf3929..f1c55a1d1696 100644 --- a/reportdesign/source/filter/xml/xmlHelper.hxx +++ b/reportdesign/source/filter/xml/xmlHelper.hxx @@ -35,8 +35,6 @@ #define XML_STYLE_FAMILY_REPORT_PREFIX "rptelem" -class SvXMLImport; -class SvXMLExport; class SvXMLStylesContext; class SvXMLTokenMap; namespace rptxml diff --git a/reportdesign/source/ui/dlg/Condition.hxx b/reportdesign/source/ui/dlg/Condition.hxx index b05a1ecb8a90..8df9bd35d850 100644 --- a/reportdesign/source/ui/dlg/Condition.hxx +++ b/reportdesign/source/ui/dlg/Condition.hxx @@ -49,7 +49,6 @@ namespace svx { class ToolboxButtonColorUpdater; } namespace rptui { - class ConditionalFormattingDialog; class OColorPopup; class OReportController; class IConditionalFormatAction; diff --git a/reportdesign/source/ui/inc/DesignView.hxx b/reportdesign/source/ui/inc/DesignView.hxx index 6c2fad9e4d4a..af115410bbd3 100644 --- a/reportdesign/source/ui/inc/DesignView.hxx +++ b/reportdesign/source/ui/inc/DesignView.hxx @@ -58,13 +58,10 @@ class Window; namespace rptui { - class OReportSection; - class OUnoObject; class OSectionView; class OReportController; class PropBrw; class OAddFieldWindow; - class OReportModel; class ONavigator; //================================================================== //================================================================== diff --git a/reportdesign/source/ui/inc/Formula.hxx b/reportdesign/source/ui/inc/Formula.hxx index 623d1c73bd38..8e16fceadf40 100644 --- a/reportdesign/source/ui/inc/Formula.hxx +++ b/reportdesign/source/ui/inc/Formula.hxx @@ -35,12 +35,10 @@ #include <com/sun/star/beans/XPropertySet.hpp> #include <com/sun/star/report/meta/XFormulaParser.hpp> -class SvLBoxEntry; //============================================================================ namespace rptui { //============================================================================ -class FunctionManager; class OAddFieldWindow; //============================================================================ diff --git a/reportdesign/source/ui/inc/ReportController.hxx b/reportdesign/source/ui/inc/ReportController.hxx index 37fca8563926..7c36f8861503 100644 --- a/reportdesign/source/ui/inc/ReportController.hxx +++ b/reportdesign/source/ui/inc/ReportController.hxx @@ -70,14 +70,12 @@ #include <boost/shared_ptr.hpp> #include <functional> -class TransferableHelper; class TransferableClipboardListener; class VclWindowEvent; class SfxUndoManager; namespace rptui { class OGroupsSortingDialog; - class OPropertyMediator; class OReportModel; class OSectionView; class OAddFieldWindow; diff --git a/reportdesign/source/ui/inc/ReportWindow.hxx b/reportdesign/source/ui/inc/ReportWindow.hxx index fef632984b4a..ef9ae1e156a7 100644 --- a/reportdesign/source/ui/inc/ReportWindow.hxx +++ b/reportdesign/source/ui/inc/ReportWindow.hxx @@ -45,13 +45,8 @@ namespace rptui { class ODesignView; - class OReportSection; class OScrollWindowHelper; class OSectionView; - class OReportModel; - class OEndMarker; - class OReportPage; - class DlgEdFunc; class DlgEdFactory; class OReportWindow : public Window diff --git a/reportdesign/source/ui/inc/RptUndo.hxx b/reportdesign/source/ui/inc/RptUndo.hxx index 81d887860beb..a9a0be8c0e5d 100644 --- a/reportdesign/source/ui/inc/RptUndo.hxx +++ b/reportdesign/source/ui/inc/RptUndo.hxx @@ -32,24 +32,13 @@ #include <functional> namespace com { namespace sun { namespace star { - namespace awt { - class XControl; - class XControlContainer; - } namespace drawing { class XShape; } }}} -namespace dbaui -{ - class IController; -} namespace rptui { - class OObjectBase; - - /** \class OSectionUndo * Undo class for section add and remove. */ diff --git a/reportdesign/source/ui/inc/ScrollHelper.hxx b/reportdesign/source/ui/inc/ScrollHelper.hxx index 8703f628c544..7a7125eaa9e8 100644 --- a/reportdesign/source/ui/inc/ScrollHelper.hxx +++ b/reportdesign/source/ui/inc/ScrollHelper.hxx @@ -32,14 +32,11 @@ #include <MarkedSection.hxx> #include "ReportWindow.hxx" -class SdrView; namespace rptui { class ODesignView; class OReportWindow; class OSectionView; - class OReportSection; - class OReportModel; /** 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. diff --git a/reportdesign/source/ui/inc/SectionWindow.hxx b/reportdesign/source/ui/inc/SectionWindow.hxx index 14aa85c8dae9..7f00e8ea3b59 100644 --- a/reportdesign/source/ui/inc/SectionWindow.hxx +++ b/reportdesign/source/ui/inc/SectionWindow.hxx @@ -42,8 +42,6 @@ namespace comphelper } namespace rptui { - class OReportWindow; - class ODesignView; class OViewsWindow; class OSectionWindow : public Window , public ::cppu::BaseMutex diff --git a/reportdesign/source/ui/inc/ViewsWindow.hxx b/reportdesign/source/ui/inc/ViewsWindow.hxx index 041da5de03ce..9a4502f1e224 100644 --- a/reportdesign/source/ui/inc/ViewsWindow.hxx +++ b/reportdesign/source/ui/inc/ViewsWindow.hxx @@ -51,8 +51,6 @@ class SdrHdl; namespace rptui { class OReportWindow; - class ODesignView; - class OEndMarker; class OReportSection; class OSectionView; diff --git a/reportdesign/source/ui/inc/dlgedfac.hxx b/reportdesign/source/ui/inc/dlgedfac.hxx index 1d913062bc8a..4530c63d485d 100644 --- a/reportdesign/source/ui/inc/dlgedfac.hxx +++ b/reportdesign/source/ui/inc/dlgedfac.hxx @@ -25,7 +25,6 @@ namespace rptui { - class OReportSection; //============================================================================ // DlgEdFactory //============================================================================ |