summaryrefslogtreecommitdiff
path: root/xmloff/source/forms/callbacks.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/forms/callbacks.hxx')
-rw-r--r--xmloff/source/forms/callbacks.hxx10
1 files changed, 0 insertions, 10 deletions
diff --git a/xmloff/source/forms/callbacks.hxx b/xmloff/source/forms/callbacks.hxx
index 311846b11131..9cc6d0498fca 100644
--- a/xmloff/source/forms/callbacks.hxx
+++ b/xmloff/source/forms/callbacks.hxx
@@ -29,14 +29,10 @@
class SvXMLExport;
class SvXMLExportPropertyMapper;
-//.........................................................................
namespace xmloff
{
-//.........................................................................
- //=====================================================================
//= IFormsExportContext
- //=====================================================================
class IFormsExportContext
{
public:
@@ -55,9 +51,7 @@ namespace xmloff
~IFormsExportContext() {}
};
- //=====================================================================
//= IEventAttacherManager
- //=====================================================================
class IEventAttacherManager
{
public:
@@ -70,9 +64,7 @@ namespace xmloff
~IEventAttacherManager() {}
};
- //=====================================================================
//= IEventAttacher
- //=====================================================================
class IEventAttacher
{
public:
@@ -84,9 +76,7 @@ namespace xmloff
~IEventAttacher() {}
};
-//.........................................................................
} // namespace xmloff
-//.........................................................................
#endif // _XMLOFF_FORMS_CALLBACKS_HXX_