diff options
Diffstat (limited to 'xmloff')
-rw-r--r-- | xmloff/source/meta/MetaImportComponent.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmloff/source/meta/MetaImportComponent.cxx b/xmloff/source/meta/MetaImportComponent.cxx index ed544443ae99..c9af8afc01fd 100644 --- a/xmloff/source/meta/MetaImportComponent.cxx +++ b/xmloff/source/meta/MetaImportComponent.cxx @@ -37,7 +37,7 @@ private: public: // XMLMetaImportComponent() throw(); - XMLMetaImportComponent( + explicit XMLMetaImportComponent( const css::uno::Reference< css::uno::XComponentContext >& xContext ) throw(); |