autodoc/inc/ary/idl/i_module.hxx | 1 autodoc/inc/ary/idl/i_service.hxx | 4 --- autodoc/inc/ary/idl/i_types4idl.hxx | 4 --- autodoc/inc/ary/idl/ip_ce.hxx | 1 autodoc/inc/ary/info/ci_text.hxx | 1 autodoc/inc/ary_i/disdocum.hxx | 1 autodoc/source/ary/idl/i2s_calculator.hxx | 1 autodoc/source/display/idl/hfi_constgroup.hxx | 2 + autodoc/source/display/idl/hfi_enum.hxx | 2 + autodoc/source/display/idl/hfi_hierarchy.hxx | 8 +++++- autodoc/source/display/idl/hfi_interface.hxx | 1 autodoc/source/display/idl/hfi_singleton.hxx | 2 - autodoc/source/display/idl/hfi_struct.hxx | 2 + autodoc/source/display/idl/hfi_tag.hxx | 11 --------- autodoc/source/display/idl/hfi_typetext.hxx | 7 +++++ autodoc/source/display/idl/hi_ary.hxx | 4 --- autodoc/source/display/idl/hi_factory.hxx | 6 ----- autodoc/source/exes/adc_uni/cmd_run.hxx | 5 ---- autodoc/source/parser_i/inc/s2_luidl/parsenv2.hxx | 1 autodoc/source/parser_i/inc/s2_luidl/pe_const.hxx | 7 ----- autodoc/source/parser_i/inc/s2_luidl/pe_evalu.hxx | 5 ---- autodoc/source/parser_i/inc/s2_luidl/pe_excp.hxx | 12 ---------- autodoc/source/parser_i/inc/s2_luidl/pe_selem.hxx | 6 ----- autodoc/source/parser_i/inc/s2_luidl/pe_struc.hxx | 12 ---------- autodoc/source/parser_i/inc/s2_luidl/pestate.hxx | 1 autodoc/source/parser_i/inc/s2_luidl/semnode.hxx | 8 ------ autodoc/source/parser_i/inc/s2_luidl/tokintpr.hxx | 1 autodoc/source/parser_i/inc/s2_luidl/uidl_tok.hxx | 2 - chart2/source/controller/accessibility/AccessibleChartElement.hxx | 3 -- chart2/source/controller/dialogs/DataBrowserModel.hxx | 3 -- chart2/source/controller/dialogs/tp_ChartType.hxx | 3 -- chart2/source/controller/dialogs/tp_DataSource.hxx | 5 ---- chart2/source/controller/inc/AccessibleBase.hxx | 2 - chart2/source/controller/inc/StatisticsItemConverter.hxx | 2 - chart2/source/controller/inc/dlg_ChartType_UNO.hxx | 1 chart2/source/controller/main/ChartController.hxx | 1 chart2/source/controller/main/UndoActions.hxx | 7 ----- chart2/source/inc/ModifyListenerHelper.hxx | 6 ----- chart2/source/model/inc/DataSeries.hxx | 4 --- chart2/source/view/axes/VAxisOrGridBase.hxx | 3 -- chart2/source/view/charttypes/AreaChart.hxx | 1 scripting/source/protocolhandler/scripthandler.hxx | 1 scripting/source/stringresource/stringresource.hxx | 1 sot/source/sdstor/stgcache.hxx | 1 sot/source/sdstor/stgelem.hxx | 2 - 45 files changed, 20 insertions(+), 144 deletions(-)
New commits: commit d221d4e5a7c8bcb019d75786c45de2c85bbadb7f Author: Takeshi Abe <[email protected]> Date: Mon Jul 2 21:57:55 2012 +0900 removed unnecessary forward declarations of class this also moved necessary ones to right headers Change-Id: Idda93aeaa1fdfeda602b14e3b233ffd1cf27c0cf diff --git a/autodoc/inc/ary/idl/i_module.hxx b/autodoc/inc/ary/idl/i_module.hxx index b02d718..53266c6 100644 --- a/autodoc/inc/ary/idl/i_module.hxx +++ b/autodoc/inc/ary/idl/i_module.hxx @@ -39,7 +39,6 @@ namespace ifc_module { struct attr; } - class Gate; /** Represents an IDL module. diff --git a/autodoc/inc/ary/idl/i_service.hxx b/autodoc/inc/ary/idl/i_service.hxx index e213d00..9acfb07 100644 --- a/autodoc/inc/ary/idl/i_service.hxx +++ b/autodoc/inc/ary/idl/i_service.hxx @@ -33,10 +33,6 @@ namespace ary { -namespace info -{ - class CodeInformation; -} namespace idl { namespace ifc_service diff --git a/autodoc/inc/ary/idl/i_types4idl.hxx b/autodoc/inc/ary/idl/i_types4idl.hxx index aa30b20..9f5759a 100644 --- a/autodoc/inc/ary/idl/i_types4idl.hxx +++ b/autodoc/inc/ary/idl/i_types4idl.hxx @@ -30,12 +30,8 @@ namespace ary { namespace idl { - class Module; class CodeEntity; class Type; - class Gate; - class CePilot; - class TypePilot; typedef TypedId<CodeEntity> Ce_id; diff --git a/autodoc/inc/ary/idl/ip_ce.hxx b/autodoc/inc/ary/idl/ip_ce.hxx index b40df3b..144ee59 100644 --- a/autodoc/inc/ary/idl/ip_ce.hxx +++ b/autodoc/inc/ary/idl/ip_ce.hxx @@ -50,7 +50,6 @@ namespace idl class Function; class Property; class StructElement; - class Variable; class NameLookup; diff --git a/autodoc/inc/ary/info/ci_text.hxx b/autodoc/inc/ary/info/ci_text.hxx index a178ff7..cc87472 100644 --- a/autodoc/inc/ary/info/ci_text.hxx +++ b/autodoc/inc/ary/info/ci_text.hxx @@ -43,7 +43,6 @@ namespace info { class DocuToken; -class DocuDisplay; class DocuText diff --git a/autodoc/inc/ary_i/disdocum.hxx b/autodoc/inc/ary_i/disdocum.hxx index 659db81..7c6af45 100644 --- a/autodoc/inc/ary_i/disdocum.hxx +++ b/autodoc/inc/ary_i/disdocum.hxx @@ -37,7 +37,6 @@ class DT_MupType; class DT_MupMember; class DT_MupConst; class DT_Style; -class DT_EOL; class DT_StdAtTag; class DT_SeeAlsoAtTag; class DT_ParameterAtTag; diff --git a/autodoc/source/ary/idl/i2s_calculator.hxx b/autodoc/source/ary/idl/i2s_calculator.hxx index 10fe4d1..dde4df5 100644 --- a/autodoc/source/ary/idl/i2s_calculator.hxx +++ b/autodoc/source/ary/idl/i2s_calculator.hxx @@ -36,7 +36,6 @@ namespace idl class Ce_Storage; class TypeAdmin; class Type_Storage; - class Module; class ExplicitType; class Function; class Interface; diff --git a/autodoc/source/display/idl/hfi_constgroup.hxx b/autodoc/source/display/idl/hfi_constgroup.hxx index d554cff..bab347c 100644 --- a/autodoc/source/display/idl/hfi_constgroup.hxx +++ b/autodoc/source/display/idl/hfi_constgroup.hxx @@ -27,6 +27,8 @@ // COMPONENTS // PARAMETERS +class HF_NaviSubRow; + class HF_IdlConstGroup : public HtmlFactory_Idl { public: diff --git a/autodoc/source/display/idl/hfi_enum.hxx b/autodoc/source/display/idl/hfi_enum.hxx index 0834b56..4e15e38 100644 --- a/autodoc/source/display/idl/hfi_enum.hxx +++ b/autodoc/source/display/idl/hfi_enum.hxx @@ -28,6 +28,8 @@ // COMPONENTS // PARAMETERS +class HF_NaviSubRow; + class HF_IdlEnum : public HtmlFactory_Idl { diff --git a/autodoc/source/display/idl/hfi_hierarchy.hxx b/autodoc/source/display/idl/hfi_hierarchy.hxx index b2fad7f..a25200f 100644 --- a/autodoc/source/display/idl/hfi_hierarchy.hxx +++ b/autodoc/source/display/idl/hfi_hierarchy.hxx @@ -27,6 +27,13 @@ #include <ary/idl/i_comrela.hxx> #include <ary/idl/i_types4idl.hxx> +namespace ary +{ +namespace idl +{ + class Gate; +} +} namespace csi { @@ -37,7 +44,6 @@ namespace xml } -class HF_IdlInterface; class HtmlEnvironment_Idl; diff --git a/autodoc/source/display/idl/hfi_interface.hxx b/autodoc/source/display/idl/hfi_interface.hxx index e11eeee..fdd909f 100644 --- a/autodoc/source/display/idl/hfi_interface.hxx +++ b/autodoc/source/display/idl/hfi_interface.hxx @@ -32,7 +32,6 @@ class HF_NaviSubRow; class HF_SubTitleTable; -class HF_IdlBaseNode; class HF_IdlInterface : public HtmlFactory_Idl { diff --git a/autodoc/source/display/idl/hfi_singleton.hxx b/autodoc/source/display/idl/hfi_singleton.hxx index 623a6e9..b01c0e2 100644 --- a/autodoc/source/display/idl/hfi_singleton.hxx +++ b/autodoc/source/display/idl/hfi_singleton.hxx @@ -27,8 +27,6 @@ // COMPONENTS // PARAMETERS -class HF_NaviSubRow; - class HF_IdlSingleton : public HtmlFactory_Idl { diff --git a/autodoc/source/display/idl/hfi_struct.hxx b/autodoc/source/display/idl/hfi_struct.hxx index 87141a1..074114c 100644 --- a/autodoc/source/display/idl/hfi_struct.hxx +++ b/autodoc/source/display/idl/hfi_struct.hxx @@ -28,6 +28,8 @@ // COMPONENTS // PARAMETERS +class HF_NaviSubRow; + /** Is used to display ->ary::idl::Exception s as well as ->ary::idl::Struct s. */ class HF_IdlStruct : public HtmlFactory_Idl diff --git a/autodoc/source/display/idl/hfi_tag.hxx b/autodoc/source/display/idl/hfi_tag.hxx index 90ed57d..d7ba8a2 100644 --- a/autodoc/source/display/idl/hfi_tag.hxx +++ b/autodoc/source/display/idl/hfi_tag.hxx @@ -31,17 +31,6 @@ #include <toolkit/hf_docentry.hxx> -namespace ary -{ -namespace idl -{ - class Module; -} -} - - - - /** This class is an implementation of ary::inf::DocuText_Display and will be used by that interface. */ diff --git a/autodoc/source/display/idl/hfi_typetext.hxx b/autodoc/source/display/idl/hfi_typetext.hxx index 68e9896..4199a79 100644 --- a/autodoc/source/display/idl/hfi_typetext.hxx +++ b/autodoc/source/display/idl/hfi_typetext.hxx @@ -28,6 +28,13 @@ // COMPONENTS // PARAMETERS +namespace ary +{ +namespace idl +{ + class Module; +} +} class HF_IdlTypeText : public HtmlFactory_Idl { diff --git a/autodoc/source/display/idl/hi_ary.hxx b/autodoc/source/display/idl/hi_ary.hxx index cd5c106..636e35c 100644 --- a/autodoc/source/display/idl/hi_ary.hxx +++ b/autodoc/source/display/idl/hi_ary.hxx @@ -41,10 +41,6 @@ namespace idl class TypePilot; } } -namespace output -{ - class Position; -} diff --git a/autodoc/source/display/idl/hi_factory.hxx b/autodoc/source/display/idl/hi_factory.hxx index 1ccf23d..88b7c48 100644 --- a/autodoc/source/display/idl/hi_factory.hxx +++ b/autodoc/source/display/idl/hi_factory.hxx @@ -33,10 +33,6 @@ namespace ary { -namespace idl -{ - class Module; -} namespace doc { class OldIdlDocu; @@ -45,8 +41,6 @@ namespace doc class HtmlEnvironment_Idl; -class LinkHelper; -class HF_NaviSubRow; class HF_TitleTable; class HF_SubTitleTable; diff --git a/autodoc/source/exes/adc_uni/cmd_run.hxx b/autodoc/source/exes/adc_uni/cmd_run.hxx index e674f9c..ab1615a 100644 --- a/autodoc/source/exes/adc_uni/cmd_run.hxx +++ b/autodoc/source/exes/adc_uni/cmd_run.hxx @@ -37,11 +37,6 @@ // COMPONENTS // PARAMETERS -namespace ary -{ - class Repository; -} - namespace autodoc { class FileCollector_Ifc; diff --git a/autodoc/source/parser_i/inc/s2_luidl/parsenv2.hxx b/autodoc/source/parser_i/inc/s2_luidl/parsenv2.hxx index 856f8c4..0db352c 100644 --- a/autodoc/source/parser_i/inc/s2_luidl/parsenv2.hxx +++ b/autodoc/source/parser_i/inc/s2_luidl/parsenv2.hxx @@ -36,7 +36,6 @@ class ParserInfo; namespace ary { - class QualifiedName; class Repository; namespace doc diff --git a/autodoc/source/parser_i/inc/s2_luidl/pe_const.hxx b/autodoc/source/parser_i/inc/s2_luidl/pe_const.hxx index 0cb710e..05201c6 100644 --- a/autodoc/source/parser_i/inc/s2_luidl/pe_const.hxx +++ b/autodoc/source/parser_i/inc/s2_luidl/pe_const.hxx @@ -29,18 +29,11 @@ // PARAMETERS -namespace udm { -class Agent_Struct; -} // namespace udm - - namespace csi { namespace uidl { -class ConstantsGroup; - class PE_Type; class PE_Value; diff --git a/autodoc/source/parser_i/inc/s2_luidl/pe_evalu.hxx b/autodoc/source/parser_i/inc/s2_luidl/pe_evalu.hxx index 303e91e..6495305 100644 --- a/autodoc/source/parser_i/inc/s2_luidl/pe_evalu.hxx +++ b/autodoc/source/parser_i/inc/s2_luidl/pe_evalu.hxx @@ -30,11 +30,6 @@ // PARAMETERS -namespace udm { -class Agent_Struct; -} // namespace udm - - namespace csi { namespace uidl diff --git a/autodoc/source/parser_i/inc/s2_luidl/pe_excp.hxx b/autodoc/source/parser_i/inc/s2_luidl/pe_excp.hxx index 141fb2a..fbf6b18 100644 --- a/autodoc/source/parser_i/inc/s2_luidl/pe_excp.hxx +++ b/autodoc/source/parser_i/inc/s2_luidl/pe_excp.hxx @@ -35,22 +35,10 @@ namespace csi { -namespace prl -{ - class TNamespace; -} -} - - - -namespace csi -{ namespace uidl { -class Exception; -class StructElement; class PE_StructElement; class PE_Type; diff --git a/autodoc/source/parser_i/inc/s2_luidl/pe_selem.hxx b/autodoc/source/parser_i/inc/s2_luidl/pe_selem.hxx index e56ec1e..e2dca06 100644 --- a/autodoc/source/parser_i/inc/s2_luidl/pe_selem.hxx +++ b/autodoc/source/parser_i/inc/s2_luidl/pe_selem.hxx @@ -31,18 +31,12 @@ #include <ary/idl/i_gate.hxx> -namespace udm { -class Agent_Struct; -} // namespace udm - - namespace csi { namespace uidl { class PE_Type; -class StructElement; class Struct; class PE_StructElement : public UnoIDL_PE, diff --git a/autodoc/source/parser_i/inc/s2_luidl/pe_struc.hxx b/autodoc/source/parser_i/inc/s2_luidl/pe_struc.hxx index 23b336b..9ea84b8 100644 --- a/autodoc/source/parser_i/inc/s2_luidl/pe_struc.hxx +++ b/autodoc/source/parser_i/inc/s2_luidl/pe_struc.hxx @@ -35,22 +35,10 @@ namespace csi { -namespace prl -{ - class TNamespace; -} -} - - - -namespace csi -{ namespace uidl { -class Struct; -class StructElement; class PE_StructElement; class PE_Type; diff --git a/autodoc/source/parser_i/inc/s2_luidl/pestate.hxx b/autodoc/source/parser_i/inc/s2_luidl/pestate.hxx index da08b11..e6bd3c4 100644 --- a/autodoc/source/parser_i/inc/s2_luidl/pestate.hxx +++ b/autodoc/source/parser_i/inc/s2_luidl/pestate.hxx @@ -38,7 +38,6 @@ namespace uidl class TokIdentifier; class TokBuiltInType; class TokPunctuation; -class Tok_Documentation; class ParseEnvState : public TokenInterpreter, virtual protected TokenProcessing_Types diff --git a/autodoc/source/parser_i/inc/s2_luidl/semnode.hxx b/autodoc/source/parser_i/inc/s2_luidl/semnode.hxx index b734fd9..0a6daac 100644 --- a/autodoc/source/parser_i/inc/s2_luidl/semnode.hxx +++ b/autodoc/source/parser_i/inc/s2_luidl/semnode.hxx @@ -39,13 +39,9 @@ namespace ary { - class QualifiedName; - class Repository; - namespace idl { class Gate; - class Module; } // namespace idl } // namespace ary @@ -56,10 +52,6 @@ namespace uidl { -class Struct; -class Token; - - /** is an implementation class for UnoIDL_PE s */ class SemanticNode : private TokenProcessing_Types diff --git a/autodoc/source/parser_i/inc/s2_luidl/tokintpr.hxx b/autodoc/source/parser_i/inc/s2_luidl/tokintpr.hxx index 99915b5..a14cbc0 100644 --- a/autodoc/source/parser_i/inc/s2_luidl/tokintpr.hxx +++ b/autodoc/source/parser_i/inc/s2_luidl/tokintpr.hxx @@ -41,7 +41,6 @@ class TokMetaType; class TokStereotype; class TokParameterHandling; class TokAssignment; -class Tok_Documentation; class TokenInterpreter diff --git a/autodoc/source/parser_i/inc/s2_luidl/uidl_tok.hxx b/autodoc/source/parser_i/inc/s2_luidl/uidl_tok.hxx index 4802138..9d05b10 100644 --- a/autodoc/source/parser_i/inc/s2_luidl/uidl_tok.hxx +++ b/autodoc/source/parser_i/inc/s2_luidl/uidl_tok.hxx @@ -27,8 +27,6 @@ // PARAMETERS -class ParserInfo; - namespace csi { namespace uidl diff --git a/chart2/source/controller/accessibility/AccessibleChartElement.hxx b/chart2/source/controller/accessibility/AccessibleChartElement.hxx index 9ee0383..4d58186 100644 --- a/chart2/source/controller/accessibility/AccessibleChartElement.hxx +++ b/chart2/source/controller/accessibility/AccessibleChartElement.hxx @@ -40,9 +40,6 @@ #include <map> #include <boost/shared_ptr.hpp> -class SfxItemSet; -class SdrObject; - namespace chart { diff --git a/chart2/source/controller/dialogs/DataBrowserModel.hxx b/chart2/source/controller/dialogs/DataBrowserModel.hxx index 7d6e99a..f334ab5 100644 --- a/chart2/source/controller/dialogs/DataBrowserModel.hxx +++ b/chart2/source/controller/dialogs/DataBrowserModel.hxx @@ -37,9 +37,6 @@ namespace com { namespace sun { namespace star { namespace chart2 { class XDataSeries; class XChartType; - namespace data { - class XLabeledDataSequence; - } }}}} namespace chart diff --git a/chart2/source/controller/dialogs/tp_ChartType.hxx b/chart2/source/controller/dialogs/tp_ChartType.hxx index 9d7cdfa..2281499 100644 --- a/chart2/source/controller/dialogs/tp_ChartType.hxx +++ b/chart2/source/controller/dialogs/tp_ChartType.hxx @@ -42,9 +42,6 @@ namespace chart //............................................................................. //----------------------------------------------------------------------------- -/** -*/ -class ChartTypeResourceGroup; class AxisTypeResourceGroup; class Dim3DLookResourceGroup; class StackingResourceGroup; diff --git a/chart2/source/controller/dialogs/tp_DataSource.hxx b/chart2/source/controller/dialogs/tp_DataSource.hxx index 75a8791..c7edca5 100644 --- a/chart2/source/controller/dialogs/tp_DataSource.hxx +++ b/chart2/source/controller/dialogs/tp_DataSource.hxx @@ -50,11 +50,6 @@ #include "RangeSelectionButton.hxx" #include "RangeEdit.hxx" -namespace com { namespace sun { namespace star { - namespace chart2 { - class XChartType; -}}}} - namespace chart { diff --git a/chart2/source/controller/inc/AccessibleBase.hxx b/chart2/source/controller/inc/AccessibleBase.hxx index 17e4433..afd90af 100644 --- a/chart2/source/controller/inc/AccessibleBase.hxx +++ b/chart2/source/controller/inc/AccessibleBase.hxx @@ -51,8 +51,6 @@ #include "MutexContainer.hxx" -class SfxItemSet; -class SdrObject; class SdrView; namespace accessibility diff --git a/chart2/source/controller/inc/StatisticsItemConverter.hxx b/chart2/source/controller/inc/StatisticsItemConverter.hxx index eb39156..62bf886 100644 --- a/chart2/source/controller/inc/StatisticsItemConverter.hxx +++ b/chart2/source/controller/inc/StatisticsItemConverter.hxx @@ -27,8 +27,6 @@ #include <vector> -class SdrModel; - namespace chart { namespace wrapper diff --git a/chart2/source/controller/inc/dlg_ChartType_UNO.hxx b/chart2/source/controller/inc/dlg_ChartType_UNO.hxx index f1223c8..ac3679f 100644 --- a/chart2/source/controller/inc/dlg_ChartType_UNO.hxx +++ b/chart2/source/controller/inc/dlg_ChartType_UNO.hxx @@ -32,7 +32,6 @@ namespace chart { //............................................................................. typedef ::svt::OGenericUnoDialog ChartTypeUnoDlg_BASE; -class ChartType; class ChartTypeUnoDlg : public ChartTypeUnoDlg_BASE ,public ::comphelper::OPropertyArrayUsageHelper< ChartTypeUnoDlg > { diff --git a/chart2/source/controller/main/ChartController.hxx b/chart2/source/controller/main/ChartController.hxx index b142f16..cfe1c05 100644 --- a/chart2/source/controller/main/ChartController.hxx +++ b/chart2/source/controller/main/ChartController.hxx @@ -139,7 +139,6 @@ public: class ChartWindow; class DrawModelWrapper; class DrawViewWrapper; -class ViewElementListProvider; class ReferenceSizeProvider; class ChartController : public ::cppu::WeakImplHelper12 < diff --git a/chart2/source/controller/main/UndoActions.hxx b/chart2/source/controller/main/UndoActions.hxx index e57a379..cda2b65 100644 --- a/chart2/source/controller/main/UndoActions.hxx +++ b/chart2/source/controller/main/UndoActions.hxx @@ -38,13 +38,6 @@ class SdrUndoAction; -namespace com { namespace sun { namespace star { -namespace chart2 { - class XInternalDataProvider; -} -}}} - - namespace chart { class ChartModelClone; diff --git a/chart2/source/inc/ModifyListenerHelper.hxx b/chart2/source/inc/ModifyListenerHelper.hxx index dd368cd..2eee3a8 100644 --- a/chart2/source/inc/ModifyListenerHelper.hxx +++ b/chart2/source/inc/ModifyListenerHelper.hxx @@ -36,12 +36,6 @@ #include <functional> #include <utility> -namespace com { namespace sun { namespace star { -namespace chart2 -{ - class XChartDocument; -}}}} - namespace chart { namespace ModifyListenerHelper diff --git a/chart2/source/model/inc/DataSeries.hxx b/chart2/source/model/inc/DataSeries.hxx index f180b96..dda7652 100644 --- a/chart2/source/model/inc/DataSeries.hxx +++ b/chart2/source/model/inc/DataSeries.hxx @@ -45,10 +45,6 @@ #include "MutexContainer.hxx" #include "OPropertySet.hxx" -namespace com { namespace sun { namespace star { namespace style { - class XStyle; -}}}} - namespace chart { diff --git a/chart2/source/view/axes/VAxisOrGridBase.hxx b/chart2/source/view/axes/VAxisOrGridBase.hxx index fd70eef..6827905 100644 --- a/chart2/source/view/axes/VAxisOrGridBase.hxx +++ b/chart2/source/view/axes/VAxisOrGridBase.hxx @@ -34,9 +34,6 @@ namespace chart //............................................................................. //----------------------------------------------------------------------------- -/** -*/ -class ShapeFactory; class TickFactory; class VAxisOrGridBase : public PlotterBase diff --git a/chart2/source/view/charttypes/AreaChart.hxx b/chart2/source/view/charttypes/AreaChart.hxx index e370cb9..cc8b9ae 100644 --- a/chart2/source/view/charttypes/AreaChart.hxx +++ b/chart2/source/view/charttypes/AreaChart.hxx @@ -27,7 +27,6 @@ namespace chart { //............................................................................. -class AreaPositionHelper; class AreaChart : public VSeriesPlotter { diff --git a/scripting/source/protocolhandler/scripthandler.hxx b/scripting/source/protocolhandler/scripthandler.hxx index fcc0d95..87bd9b7 100644 --- a/scripting/source/protocolhandler/scripthandler.hxx +++ b/scripting/source/protocolhandler/scripthandler.hxx @@ -47,7 +47,6 @@ namespace com { namespace sun { namespace star { } namespace frame { class XFrame; - class XModel; class XDispatch; class XNotifyingDispatch; class XDispatchResultListener; diff --git a/scripting/source/stringresource/stringresource.hxx b/scripting/source/stringresource/stringresource.hxx index f36c5a2..3119b9e 100644 --- a/scripting/source/stringresource/stringresource.hxx +++ b/scripting/source/stringresource/stringresource.hxx @@ -265,7 +265,6 @@ typedef ::cppu::ImplInheritanceHelper1< ::com::sun::star::resource::XStringResourcePersistence > StringResourcePersistenceImpl_BASE; class BinaryOutput; -class BinaryInput; class StringResourcePersistenceImpl : public StringResourcePersistenceImpl_BASE { diff --git a/sot/source/sdstor/stgcache.hxx b/sot/source/sdstor/stgcache.hxx index 6ed899d..4e9961f 100644 --- a/sot/source/sdstor/stgcache.hxx +++ b/sot/source/sdstor/stgcache.hxx @@ -27,7 +27,6 @@ class UCBStorageStream; -class StgIo; class StgPage; class StgDirEntry; class StorageBase; diff --git a/sot/source/sdstor/stgelem.hxx b/sot/source/sdstor/stgelem.hxx index 3db6858..1a85e1f 100644 --- a/sot/source/sdstor/stgelem.hxx +++ b/sot/source/sdstor/stgelem.hxx @@ -103,8 +103,6 @@ enum StgEntryTime { // time codes: STG_ACCESSED = 1 // last access }; -class StgStream; - #define STGENTRY_SIZE 128 //StructuredStorageDirectoryEntry _______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
