summaryrefslogtreecommitdiff
path: root/configmgr/source/components.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2015-06-08 16:17:45 +0100
committerCaolán McNamara <caolanm@redhat.com>2015-06-08 17:35:00 +0100
commita941df0f89ab8222ebd22c697e23fb539a3730ed (patch)
treee65d56ab54abbf76d7176e49bab2929d06055433 /configmgr/source/components.hxx
parent883ebe0283dc6bdf62f08191dede2a249f777f63 (diff)
cppcheck: noExplicitConstructor
Change-Id: Ie2ae923ad4c1a66e779711de6ff05328ef144dac
Diffstat (limited to 'configmgr/source/components.hxx')
-rw-r--r--configmgr/source/components.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/configmgr/source/components.hxx b/configmgr/source/components.hxx
index 249507efeb95..43b1e8fc52a2 100644
--- a/configmgr/source/components.hxx
+++ b/configmgr/source/components.hxx
@@ -112,7 +112,7 @@ private:
OUString const &, int, Data &, Partial const *, Modifications *,
Additions *);
public:
- Components(
+ explicit Components(
com::sun::star::uno::Reference< com::sun::star::uno::XComponentContext >
const & context);