diff options
author | Caolán McNamara <caolanm@redhat.com> | 2015-05-24 20:45:48 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2015-05-24 20:58:24 +0100 |
commit | e50698c0ce5fd757d02f68dc5b8dd7ef2bd0cbbf (patch) | |
tree | b189fe1de009f00ebe168881b4d77f467c547195 /xmloff/source/text/XMLAutoTextEventImport.hxx | |
parent | cd6ee5de8ef7345ba219f0d50e9e1ee45332e55f (diff) |
cppcheck: noExplicitConstructor
Change-Id: I8c9e970d5c5931de1a7526cbff3de626ef30bd74
Diffstat (limited to 'xmloff/source/text/XMLAutoTextEventImport.hxx')
-rw-r--r-- | xmloff/source/text/XMLAutoTextEventImport.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmloff/source/text/XMLAutoTextEventImport.hxx b/xmloff/source/text/XMLAutoTextEventImport.hxx index 29a3d25d778d..6b8c874792b9 100644 --- a/xmloff/source/text/XMLAutoTextEventImport.hxx +++ b/xmloff/source/text/XMLAutoTextEventImport.hxx @@ -44,7 +44,7 @@ class XMLAutoTextEventImport : public SvXMLImport ::com::sun::star::container::XNameReplace> xEvents; public: - XMLAutoTextEventImport( + explicit XMLAutoTextEventImport( const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XComponentContext >& xContext ) throw(); |