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 fc41ae734c5d..99c3773127e4 100644
--- a/xmlscript/source/xmllib_imexp/imp_share.hxx
+++ b/xmlscript/source/xmllib_imexp/imp_share.hxx
@@ -116,10 +116,14 @@ struct LibraryImport
sal_Int32 XMLNS_XLINK_UID;
public:
- inline LibraryImport( LibDescriptorArray* pLibArray )
- SAL_THROW(())
- : mpLibArray( pLibArray )
- , mpLibDesc( NULL ) {}
+ LibraryImport( LibDescriptorArray* pLibArray ) SAL_THROW(())
+ : mpLibArray(pLibArray)
+ , mpLibDesc(NULL)
+ , XMLNS_LIBRARY_UID(0)
+ , XMLNS_XLINK_UID(0)
+ {
+ }
+
// Single library mode
inline LibraryImport( LibDescriptor* pLibDesc )
SAL_THROW(())