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 78c4d2a54830..99260ed4c238 100644
--- a/xmlscript/source/xmlmod_imexp/imp_share.hxx
+++ b/xmlscript/source/xmlmod_imexp/imp_share.hxx
@@ -50,16 +50,11 @@ struct ModuleImport
ModuleDescriptor& mrModuleDesc;
sal_Int32 XMLNS_SCRIPT_UID;
-private:
- sal_Int32 XMLNS_LIBRARY_UID;
- sal_Int32 XMLNS_XLINK_UID;
public:
explicit ModuleImport(ModuleDescriptor& rModuleDesc)
: mrModuleDesc(rModuleDesc)
, XMLNS_SCRIPT_UID(0)
- , XMLNS_LIBRARY_UID(0)
- , XMLNS_XLINK_UID(0)
{
}