summaryrefslogtreecommitdiff
path: root/sc/source/filter/xml/xmlstyle.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2015-11-02 09:52:33 +0000
committerCaolán McNamara <caolanm@redhat.com>2015-11-02 10:16:38 +0000
commit4ea0390faa22037f1d4f703c0882a027cf2ae643 (patch)
treecbcc7db6e327ef0efa53d26241fc48f0ff2ee90f /sc/source/filter/xml/xmlstyle.hxx
parent708d1c5ab242b545ced598879233fc662d7e6cc0 (diff)
cppcheck: noExplicitConstructor
Change-Id: I06186e8f0bbc8522f538e8639a68e816093becc2
Diffstat (limited to 'sc/source/filter/xml/xmlstyle.hxx')
-rw-r--r--sc/source/filter/xml/xmlstyle.hxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/sc/source/filter/xml/xmlstyle.hxx b/sc/source/filter/xml/xmlstyle.hxx
index 7b50eaf3f036..6cff5eff454a 100644
--- a/sc/source/filter/xml/xmlstyle.hxx
+++ b/sc/source/filter/xml/xmlstyle.hxx
@@ -111,7 +111,7 @@ protected:
::std::vector< XMLPropertyState >& rProperties,
css::uno::Reference<css::beans::XPropertySet > rPropSet ) const override;
public:
- ScXMLCellExportPropertyMapper(
+ explicit ScXMLCellExportPropertyMapper(
const rtl::Reference< XMLPropertySetMapper >& rMapper );
virtual ~ScXMLCellExportPropertyMapper();
virtual void handleElementItem(
@@ -140,7 +140,7 @@ protected:
::std::vector< XMLPropertyState >& rProperties,
css::uno::Reference<css::beans::XPropertySet > rPropSet ) const override;
public:
- ScXMLRowExportPropertyMapper(
+ explicit ScXMLRowExportPropertyMapper(
const rtl::Reference< XMLPropertySetMapper >& rMapper );
virtual ~ScXMLRowExportPropertyMapper();
};
@@ -148,7 +148,7 @@ public:
class ScXMLColumnExportPropertyMapper : public SvXMLExportPropertyMapper
{
public:
- ScXMLColumnExportPropertyMapper(
+ explicit ScXMLColumnExportPropertyMapper(
const rtl::Reference< XMLPropertySetMapper >& rMapper );
virtual ~ScXMLColumnExportPropertyMapper();
@@ -166,7 +166,7 @@ class ScXMLTableExportPropertyMapper : public SvXMLExportPropertyMapper
{
protected:
public:
- ScXMLTableExportPropertyMapper(
+ explicit ScXMLTableExportPropertyMapper(
const rtl::Reference< XMLPropertySetMapper >& rMapper );
virtual ~ScXMLTableExportPropertyMapper();
@@ -203,7 +203,7 @@ class ScXMLAutoStylePoolP : public SvXMLAutoStylePoolP
) const override;
public:
- ScXMLAutoStylePoolP(ScXMLExport& rScXMLExport);
+ explicit ScXMLAutoStylePoolP(ScXMLExport& rScXMLExport);
virtual ~ScXMLAutoStylePoolP();
};