summaryrefslogtreecommitdiff
path: root/stoc/source/corereflection/base.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2015-07-15 20:26:40 +0100
committerCaolán McNamara <caolanm@redhat.com>2015-07-15 20:44:10 +0100
commit1a3eedccd3f2c207b274e589c509975d3859f8f8 (patch)
tree266e1182c5ac07655f1c908cd04589a79f3d839d /stoc/source/corereflection/base.hxx
parentdc71a72753202d29544845cfd58992bac63c6837 (diff)
cppcheck: noExplicitConstructor
Change-Id: Ia86c6a2ce6c1f2501d0b18181966b61d9ef78746
Diffstat (limited to 'stoc/source/corereflection/base.hxx')
-rw-r--r--stoc/source/corereflection/base.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/stoc/source/corereflection/base.hxx b/stoc/source/corereflection/base.hxx
index 426c2d2c0c44..2b2793471945 100644
--- a/stoc/source/corereflection/base.hxx
+++ b/stoc/source/corereflection/base.hxx
@@ -111,7 +111,7 @@ public:
uno_Interface * mapToUno( const css::uno::Any & rObj, typelib_InterfaceTypeDescription * pTo ) throw(css::uno::RuntimeException);
// ctor/ dtor
- IdlReflectionServiceImpl( const css::uno::Reference< css::uno::XComponentContext > & xContext );
+ explicit IdlReflectionServiceImpl( const css::uno::Reference< css::uno::XComponentContext > & xContext );
virtual ~IdlReflectionServiceImpl();
// XInterface