summaryrefslogtreecommitdiff
path: root/xmloff/source/draw/animationimport.cxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2015-05-24 20:45:48 +0100
committerCaolán McNamara <caolanm@redhat.com>2015-05-24 20:58:24 +0100
commite50698c0ce5fd757d02f68dc5b8dd7ef2bd0cbbf (patch)
treeb189fe1de009f00ebe168881b4d77f467c547195 /xmloff/source/draw/animationimport.cxx
parentcd6ee5de8ef7345ba219f0d50e9e1ee45332e55f (diff)
cppcheck: noExplicitConstructor
Change-Id: I8c9e970d5c5931de1a7526cbff3de626ef30bd74
Diffstat (limited to 'xmloff/source/draw/animationimport.cxx')
-rw-r--r--xmloff/source/draw/animationimport.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/xmloff/source/draw/animationimport.cxx b/xmloff/source/draw/animationimport.cxx
index 1a3f2bdd890b..62c7a38b56e0 100644
--- a/xmloff/source/draw/animationimport.cxx
+++ b/xmloff/source/draw/animationimport.cxx
@@ -113,7 +113,7 @@ private:
SvXMLTokenMap* mpAnimationNodeAttributeTokenMap;
public:
- AnimationsImportHelperImpl( SvXMLImport& rImport );
+ explicit AnimationsImportHelperImpl( SvXMLImport& rImport );
~AnimationsImportHelperImpl();
const SvXMLTokenMap& getAnimationNodeTokenMap();
@@ -1258,7 +1258,7 @@ SvXMLImportContext * AnimationNodeContext::CreateChildContext( sal_uInt16 nPrefi
class AnimationsImport: public SvXMLImport, public XAnimationNodeSupplier
{
public:
- AnimationsImport( const Reference< XComponentContext > & rxContext );
+ explicit AnimationsImport( const Reference< XComponentContext > & rxContext );
virtual ~AnimationsImport() throw ();
SvXMLImportContext* CreateContext(sal_uInt16 nPrefix, const OUString& rLocalName, const Reference<XAttributeList>& xAttrList) SAL_OVERRIDE;