diff options
author | Miklos Vajna <vmiklos@collabora.co.uk> | 2015-05-18 07:42:39 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2015-05-18 07:47:21 +0200 |
commit | 5f2f57ea644dc116c131dcc82ffb434da94c344b (patch) | |
tree | 618fe60a87b0f91a5b6a2cce68d3a54f5efadf88 /oox/source/shape | |
parent | b6744874cb7fc0e85996e093a56fe89b83d31e2c (diff) |
oox: these ctors can be explicit
Change-Id: Ie53422eb4684bc3d720c8922d4764b807df4c8f3
Diffstat (limited to 'oox/source/shape')
-rw-r--r-- | oox/source/shape/LockedCanvasContext.hxx | 2 | ||||
-rw-r--r-- | oox/source/shape/WpgContext.hxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/oox/source/shape/LockedCanvasContext.hxx b/oox/source/shape/LockedCanvasContext.hxx index f97653f05766..ca1599d0078b 100644 --- a/oox/source/shape/LockedCanvasContext.hxx +++ b/oox/source/shape/LockedCanvasContext.hxx @@ -22,7 +22,7 @@ namespace shape class LockedCanvasContext : public oox::core::ContextHandler2 { public: - LockedCanvasContext(oox::core::ContextHandler2Helper& rParent); + explicit LockedCanvasContext(oox::core::ContextHandler2Helper& rParent); virtual ~LockedCanvasContext(); virtual ::oox::core::ContextHandlerRef onCreateContext(sal_Int32 Element, const ::oox::AttributeList& rAttribs) SAL_OVERRIDE; diff --git a/oox/source/shape/WpgContext.hxx b/oox/source/shape/WpgContext.hxx index f4fc9c5c868c..f57eff1415ee 100644 --- a/oox/source/shape/WpgContext.hxx +++ b/oox/source/shape/WpgContext.hxx @@ -22,7 +22,7 @@ namespace shape class WpgContext : public oox::core::ContextHandler2 { public: - WpgContext(oox::core::ContextHandler2Helper& rParent); + explicit WpgContext(oox::core::ContextHandler2Helper& rParent); virtual ~WpgContext(); virtual oox::core::ContextHandlerRef onCreateContext(sal_Int32 nElementToken, const oox::AttributeList& rAttribs) SAL_OVERRIDE; |