summaryrefslogtreecommitdiff
path: root/dtrans
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2015-09-13 21:13:25 +0100
committerCaolán McNamara <caolanm@redhat.com>2015-09-13 22:42:35 +0100
commit35fd0cf311d0ab6e647ef8a244f350d8a690e734 (patch)
tree2e27440530f16dc3d2261aff06c0570519a7a8ef /dtrans
parentd8160fa8343a395cff0116286dd24894b076c02b (diff)
cppcheck: noExplicitConstructor
Change-Id: I39194062ba68c4cb1ccc9b93c629f005ccd02497
Diffstat (limited to 'dtrans')
-rw-r--r--dtrans/source/cnttype/mcnttype.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/dtrans/source/cnttype/mcnttype.hxx b/dtrans/source/cnttype/mcnttype.hxx
index d0d31a392cbf..e527c8e3bf8f 100644
--- a/dtrans/source/cnttype/mcnttype.hxx
+++ b/dtrans/source/cnttype/mcnttype.hxx
@@ -32,7 +32,7 @@ class CMimeContentType : public
cppu::WeakImplHelper< css::datatransfer::XMimeContentType >
{
public:
- CMimeContentType( const OUString& aCntType );
+ explicit CMimeContentType(const OUString& rCntType);
// XMimeContentType