summaryrefslogtreecommitdiffstats
path: root/xmloff/source/draw/numithdl.hxx
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/numithdl.hxx
parentcomments: fix mis-use of eventual in English (diff)
downloadcore-e50698c0ce5fd757d02f68dc5b8dd7ef2bd0cbbf.tar.gz
core-e50698c0ce5fd757d02f68dc5b8dd7ef2bd0cbbf.zip
cppcheck: noExplicitConstructor
Change-Id: I8c9e970d5c5931de1a7526cbff3de626ef30bd74
Diffstat (limited to 'xmloff/source/draw/numithdl.hxx')
-rw-r--r--xmloff/source/draw/numithdl.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmloff/source/draw/numithdl.hxx b/xmloff/source/draw/numithdl.hxx
index e5ef34f8aea7..bc77ff64f411 100644
--- a/xmloff/source/draw/numithdl.hxx
+++ b/xmloff/source/draw/numithdl.hxx
@@ -31,7 +31,7 @@ class XMLNumRulePropHdl : public XMLPropertyHandler
private:
::com::sun::star::uno::Reference< ::com::sun::star::ucb::XAnyCompare > mxNumRuleCompare;
public:
- XMLNumRulePropHdl( ::com::sun::star::uno::Reference< ::com::sun::star::ucb::XAnyCompare > xNumRuleCompare );
+ explicit XMLNumRulePropHdl( ::com::sun::star::uno::Reference< ::com::sun::star::ucb::XAnyCompare > xNumRuleCompare );
virtual ~XMLNumRulePropHdl();
virtual bool equals( const ::com::sun::star::uno::Any& r1, const ::com::sun::star::uno::Any& r2 ) const SAL_OVERRIDE;