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.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/xmlscript/source/xmllib_imexp/imp_share.hxx b/xmlscript/source/xmllib_imexp/imp_share.hxx
index a1ce3561cc6c..a28fb2f7cd33 100644
--- a/xmlscript/source/xmllib_imexp/imp_share.hxx
+++ b/xmlscript/source/xmllib_imexp/imp_share.hxx
@@ -155,8 +155,8 @@ class LibElementBase
: public ::cppu::WeakImplHelper< css::xml::input::XElement >
{
protected:
- css::uno::Reference<LibraryImport> mxImport;
- css::uno::Reference<LibElementBase> mxParent;
+ LibraryImport * _pImport;
+ LibElementBase * _pParent;
OUString _aLocalName;
css::uno::Reference< css::xml::input::XAttributes > _xAttributes;