summaryrefslogtreecommitdiff
path: root/xmloff/source/forms/officeforms.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/forms/officeforms.hxx')
-rw-r--r--xmloff/source/forms/officeforms.hxx9
1 files changed, 0 insertions, 9 deletions
diff --git a/xmloff/source/forms/officeforms.hxx b/xmloff/source/forms/officeforms.hxx
index 7225ce9280b8..9e4f3d304a8b 100644
--- a/xmloff/source/forms/officeforms.hxx
+++ b/xmloff/source/forms/officeforms.hxx
@@ -27,14 +27,10 @@
class SvXMLElementExport;
class SvXMLExport;
-//.........................................................................
namespace xmloff
{
-//.........................................................................
- //=====================================================================
//= OFormsRootImport
- //=====================================================================
class OFormsRootImport
:public SvXMLImportContext
,public OStackedLogging
@@ -62,9 +58,7 @@ namespace xmloff
);
};
- //=====================================================================
//= OFormsRootExport
- //=====================================================================
class OFormsRootExport
{
private:
@@ -87,11 +81,8 @@ namespace xmloff
);
};
-//.........................................................................
} // namespace xmloff
-//.........................................................................
#endif // _XMLOFF_FORMS_OFFICEFORMS_HXX_
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */