summaryrefslogtreecommitdiff
path: root/xmlscript
diff options
context:
space:
mode:
Diffstat (limited to 'xmlscript')
-rw-r--r--xmlscript/source/xmllib_imexp/imp_share.hxx12
1 files changed, 8 insertions, 4 deletions
diff --git a/xmlscript/source/xmllib_imexp/imp_share.hxx b/xmlscript/source/xmllib_imexp/imp_share.hxx
index 99c3773127e4..b164f5428529 100644
--- a/xmlscript/source/xmllib_imexp/imp_share.hxx
+++ b/xmlscript/source/xmllib_imexp/imp_share.hxx
@@ -125,10 +125,14 @@ public:
}
// Single library mode
- inline LibraryImport( LibDescriptor* pLibDesc )
- SAL_THROW(())
- : mpLibArray( NULL )
- , mpLibDesc( pLibDesc ) {}
+ LibraryImport(LibDescriptor* pLibDesc) SAL_THROW(())
+ : mpLibArray(NULL)
+ , mpLibDesc(pLibDesc)
+ , XMLNS_LIBRARY_UID(0)
+ , XMLNS_XLINK_UID(0)
+ {
+ }
+
virtual ~LibraryImport()
SAL_THROW(());