summaryrefslogtreecommitdiff
path: root/xmlscript/source/xmlmod_imexp/imp_share.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmlscript/source/xmlmod_imexp/imp_share.hxx')
-rw-r--r--xmlscript/source/xmlmod_imexp/imp_share.hxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/xmlscript/source/xmlmod_imexp/imp_share.hxx b/xmlscript/source/xmlmod_imexp/imp_share.hxx
index cbdb625db17f..5529cd494f14 100644
--- a/xmlscript/source/xmlmod_imexp/imp_share.hxx
+++ b/xmlscript/source/xmlmod_imexp/imp_share.hxx
@@ -41,10 +41,8 @@ using namespace ::com::sun::star::uno;
namespace xmlscript
{
-//==================================================================================================
// Script module import
-//==================================================================================================
struct ModuleImport
: public ::cppu::WeakImplHelper1< xml::input::XRoot >
{
@@ -81,7 +79,6 @@ public:
throw (xml::sax::SAXException, RuntimeException);
};
-//==================================================================================================
class ModuleElement
: public ::cppu::WeakImplHelper1< xml::input::XElement >
{
@@ -127,8 +124,6 @@ public:
throw (xml::sax::SAXException, RuntimeException);
};
-//==================================================================================================
-
}
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */