summaryrefslogtreecommitdiff
path: root/xmlscript/source/xmllib_imexp/imp_share.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmlscript/source/xmllib_imexp/imp_share.hxx')
-rw-r--r--xmlscript/source/xmllib_imexp/imp_share.hxx8
1 files changed, 0 insertions, 8 deletions
diff --git a/xmlscript/source/xmllib_imexp/imp_share.hxx b/xmlscript/source/xmllib_imexp/imp_share.hxx
index d0eaf94141a1..0a26825d87f4 100644
--- a/xmlscript/source/xmllib_imexp/imp_share.hxx
+++ b/xmlscript/source/xmllib_imexp/imp_share.hxx
@@ -32,7 +32,6 @@
#include <vector>
-
using namespace ::rtl;
using namespace ::std;
using namespace ::com::sun::star;
@@ -102,10 +101,8 @@ inline bool getLongAttr(
return false;
}
-//==================================================================================================
// Library import
-//==================================================================================================
struct LibraryImport
: public ::cppu::WeakImplHelper1< xml::input::XRoot >
{
@@ -149,7 +146,6 @@ public:
throw (xml::sax::SAXException, RuntimeException);
};
-//==================================================================================================
class LibElementBase
: public ::cppu::WeakImplHelper1< xml::input::XElement >
{
@@ -194,8 +190,6 @@ public:
throw (xml::sax::SAXException, RuntimeException);
};
-//==================================================================================================
-
class LibrariesElement : public LibElementBase
{
friend class LibraryElement;
@@ -220,8 +214,6 @@ public:
{}
};
-//==================================================================================================
-
class LibraryElement : public LibElementBase
{
protected: