summaryrefslogtreecommitdiff
path: root/xmloff/source/draw/propimp0.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/draw/propimp0.hxx')
-rw-r--r--xmloff/source/draw/propimp0.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/xmloff/source/draw/propimp0.hxx b/xmloff/source/draw/propimp0.hxx
index 1a748b2a5311..43fd8f1e0339 100644
--- a/xmloff/source/draw/propimp0.hxx
+++ b/xmloff/source/draw/propimp0.hxx
@@ -38,7 +38,7 @@ class XMLOpacityPropertyHdl : public XMLPropertyHandler
private:
SvXMLImport* mpImport;
public:
- XMLOpacityPropertyHdl( SvXMLImport* pImport );
+ explicit XMLOpacityPropertyHdl( SvXMLImport* pImport );
virtual ~XMLOpacityPropertyHdl();
virtual bool importXML( const OUString& rStrImpValue, ::com::sun::star::uno::Any& rValue, const SvXMLUnitConverter& rUnitConverter ) const SAL_OVERRIDE;
virtual bool exportXML( OUString& rStrExpValue, const ::com::sun::star::uno::Any& rValue, const SvXMLUnitConverter& rUnitConverter ) const SAL_OVERRIDE;
@@ -59,7 +59,7 @@ private:
SvXMLExport* mpExport;
public:
- XMLDateTimeFormatHdl( SvXMLExport* pExport );
+ explicit XMLDateTimeFormatHdl( SvXMLExport* pExport );
virtual ~XMLDateTimeFormatHdl();
virtual bool importXML( const OUString& rStrImpValue, ::com::sun::star::uno::Any& rValue, const SvXMLUnitConverter& rUnitConverter ) const SAL_OVERRIDE;
virtual bool exportXML( OUString& rStrExpValue, const ::com::sun::star::uno::Any& rValue, const SvXMLUnitConverter& rUnitConverter ) const SAL_OVERRIDE;