diff options
author | Caolán McNamara <caolanm@redhat.com> | 2015-06-01 21:04:06 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2015-06-02 08:57:56 +0100 |
commit | 8e22cd40ec9f7d97bde49dd4c8593fc5bfb52e29 (patch) | |
tree | 9ba83232a259a1e895fc0ed5d2820d260ab38bd2 /uui | |
parent | 29177c9e05717fca77be6877843945f6e4d9633a (diff) |
cppcheck: noExplicitConstructor
Change-Id: I8ae8623252546ca94f65fc04b331dd9cafa4fc92
Diffstat (limited to 'uui')
-rw-r--r-- | uui/source/passwordcontainer.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/uui/source/passwordcontainer.hxx b/uui/source/passwordcontainer.hxx index 04eb55b3f771..f48e5b223f87 100644 --- a/uui/source/passwordcontainer.hxx +++ b/uui/source/passwordcontainer.hxx @@ -141,7 +141,7 @@ class PasswordContainerInteractionHandler : com::sun::star::task::XInteractionHandler2 > { public: - PasswordContainerInteractionHandler( + explicit PasswordContainerInteractionHandler( const com::sun::star::uno::Reference< com::sun::star::uno::XComponentContext >& xContext ); virtual ~PasswordContainerInteractionHandler(); |