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.hxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/xmlscript/source/xmlmod_imexp/imp_share.hxx b/xmlscript/source/xmlmod_imexp/imp_share.hxx
index 6a1bede592fb..969a56d6d609 100644
--- a/xmlscript/source/xmlmod_imexp/imp_share.hxx
+++ b/xmlscript/source/xmlmod_imexp/imp_share.hxx
@@ -87,7 +87,6 @@ class ModuleElement
{
protected:
rtl::Reference<ModuleImport> mxImport;
- rtl::Reference<ModuleElement> mxParent;
OUString _aLocalName;
css::uno::Reference< css::xml::input::XAttributes > _xAttributes;
@@ -97,7 +96,7 @@ public:
ModuleElement(
OUString const & rLocalName,
css::uno::Reference< css::xml::input::XAttributes > const & xAttributes,
- ModuleElement * pParent, ModuleImport * pImport );
+ ModuleImport * pImport );
virtual ~ModuleElement();
// XElement