diff options
Diffstat (limited to 'xmlscript')
-rw-r--r-- | xmlscript/source/xmlmod_imexp/imp_share.hxx | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/xmlscript/source/xmlmod_imexp/imp_share.hxx b/xmlscript/source/xmlmod_imexp/imp_share.hxx index 1ed5ff7ba564..b991c8288c77 100644 --- a/xmlscript/source/xmlmod_imexp/imp_share.hxx +++ b/xmlscript/source/xmlmod_imexp/imp_share.hxx @@ -55,11 +55,15 @@ struct ModuleImport sal_Int32 XMLNS_XLINK_UID; public: - inline ModuleImport( ModuleDescriptor& rModuleDesc ) - SAL_THROW(()) - : mrModuleDesc( rModuleDesc ) {} - virtual ~ModuleImport() - SAL_THROW(()); + ModuleImport(ModuleDescriptor& rModuleDesc) SAL_THROW(()) + : mrModuleDesc(rModuleDesc) + , XMLNS_SCRIPT_UID(0) + , XMLNS_LIBRARY_UID(0) + , XMLNS_XLINK_UID(0) + { + } + + virtual ~ModuleImport() SAL_THROW(()); // XRoot virtual void SAL_CALL startDocument( |