summaryrefslogtreecommitdiff
path: root/xmloff/source/forms/callbacks.hxx
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/callbacks.hxx
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/callbacks.hxx')
-rw-r--r--xmloff/source/forms/callbacks.hxx4
1 files changed, 0 insertions, 4 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
//=====================================================================