From 70b09d932225027d531c9a95317320174f8ad687 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Tue, 24 Nov 2015 10:09:57 +0000 Subject: cppcheck: noExplicitConstructor Change-Id: I1934441858baeeb41a46f694dbcef2d846b308b7 --- lingucomponent/source/thesaurus/libnth/nthesdta.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lingucomponent/source') diff --git a/lingucomponent/source/thesaurus/libnth/nthesdta.hxx b/lingucomponent/source/thesaurus/libnth/nthesdta.hxx index 8e551f21d2e1..bd506a8c40a8 100644 --- a/lingucomponent/source/thesaurus/libnth/nthesdta.hxx +++ b/lingucomponent/source/thesaurus/libnth/nthesdta.hxx @@ -41,7 +41,7 @@ class Meaning : Meaning & operator = (const Meaning &) = delete; public: - Meaning(const OUString &rTerm); + explicit Meaning(const OUString &rTerm); virtual ~Meaning(); // XMeaning -- cgit