summaryrefslogtreecommitdiff
path: root/autodoc/source/display/idl
diff options
context:
space:
mode:
Diffstat (limited to 'autodoc/source/display/idl')
-rw-r--r--autodoc/source/display/idl/hfi_constgroup.hxx2
-rw-r--r--autodoc/source/display/idl/hfi_enum.hxx2
-rw-r--r--autodoc/source/display/idl/hfi_hierarchy.hxx8
-rw-r--r--autodoc/source/display/idl/hfi_interface.hxx1
-rw-r--r--autodoc/source/display/idl/hfi_singleton.hxx2
-rw-r--r--autodoc/source/display/idl/hfi_struct.hxx2
-rw-r--r--autodoc/source/display/idl/hfi_tag.hxx11
-rw-r--r--autodoc/source/display/idl/hfi_typetext.hxx7
-rw-r--r--autodoc/source/display/idl/hi_ary.hxx4
-rw-r--r--autodoc/source/display/idl/hi_factory.hxx6
10 files changed, 20 insertions, 25 deletions
diff --git a/autodoc/source/display/idl/hfi_constgroup.hxx b/autodoc/source/display/idl/hfi_constgroup.hxx
index d554cffbd1c6..bab347c4ed6e 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 0834b569c532..4e15e3801827 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 b2fad7f53a47..a25200ff001e 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 e11eeeed3024..fdd909fcfbdc 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 623a6e9a9fde..b01c0e2b3461 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 87141a1bf430..074114c1615b 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 90ed57dfdbae..d7ba8a24cf50 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 68e989617feb..4199a7984089 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 cd5c106ef877..636e35c7fe2b 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 1ccf23db0e92..88b7c4851c97 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;