summaryrefslogtreecommitdiff
path: root/xmloff/source/forms
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2012-06-27 20:03:57 +0900
committerTakeshi Abe <tabe@fixedpoint.jp>2012-06-27 20:05:51 +0900
commit6013882bdff6265548a1511799611243a9d0e083 (patch)
tree1bd48ac7e266f091333cf21fe743fcbfdbad904e /xmloff/source/forms
parent87d29c4506093680eaf5300fa0ed95a6897120d1 (diff)
removed unnecessary forward declarations of class
except moving SvXMLStyleContext into xmloff/source/forms/layerimport.hxx Change-Id: I5e16b54f98ccdd54bc0bb373d3fe92ed1bef3c5e
Diffstat (limited to 'xmloff/source/forms')
-rw-r--r--xmloff/source/forms/callbacks.hxx4
-rw-r--r--xmloff/source/forms/elementimport.hxx1
-rw-r--r--xmloff/source/forms/formattributes.hxx1
-rw-r--r--xmloff/source/forms/layerimport.hxx4
4 files changed, 1 insertions, 9 deletions
diff --git a/xmloff/source/forms/callbacks.hxx b/xmloff/source/forms/callbacks.hxx
index ed3818aafbae..a2cde7defe82 100644
--- a/xmloff/source/forms/callbacks.hxx
+++ b/xmloff/source/forms/callbacks.hxx
@@ -35,18 +35,14 @@
#include <com/sun/star/script/ScriptEventDescriptor.hpp>
#include <rtl/ref.hxx>
-class SvXMLImport;
class SvXMLExport;
class SvXMLExportPropertyMapper;
-class SvXMLStyleContext;
//.........................................................................
namespace xmloff
{
//.........................................................................
- class OAttribute2Property;
-
//=====================================================================
//= IFormsExportContext
//=====================================================================
diff --git a/xmloff/source/forms/elementimport.hxx b/xmloff/source/forms/elementimport.hxx
index ac002f91eb35..e5b58726e6f1 100644
--- a/xmloff/source/forms/elementimport.hxx
+++ b/xmloff/source/forms/elementimport.hxx
@@ -43,7 +43,6 @@ namespace xmloff
{
//.........................................................................
- class IControlIdMap;
class OFormLayerXMLImport_Impl;
//=====================================================================
diff --git a/xmloff/source/forms/formattributes.hxx b/xmloff/source/forms/formattributes.hxx
index 28cfb8655ab8..778d6bfbefc5 100644
--- a/xmloff/source/forms/formattributes.hxx
+++ b/xmloff/source/forms/formattributes.hxx
@@ -34,7 +34,6 @@
#include <salhelper/simplereferenceobject.hxx>
#include <comphelper/stl_types.hxx>
-class SvXMLExport;
struct SvXMLEnumMapEntry;
//.........................................................................
diff --git a/xmloff/source/forms/layerimport.hxx b/xmloff/source/forms/layerimport.hxx
index 22515f443155..8a414fcebef3 100644
--- a/xmloff/source/forms/layerimport.hxx
+++ b/xmloff/source/forms/layerimport.hxx
@@ -39,9 +39,7 @@
class SvXMLImport;
class SvXMLImportContext;
-class XMLPropertyHandlerFactory;
-class SvXMLImportPropertyMapper;
-class XMLPropStyleContext;
+class SvXMLStyleContext;
SV_DECL_REF( SvXMLStylesContext )
// unfortunately, we can't put this into our namespace, as the macro expands to (amongst others) a forward