summaryrefslogtreecommitdiffstats
path: root/cui
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2016-04-04 10:40:24 +0100
committerCaolán McNamara <caolanm@redhat.com>2016-04-04 10:41:01 +0100
commit03d3506286eca8140e17b8473b9f33fa02da4f0c (patch)
tree5bf4e7c91a20c6290b8c864af9f9fb4ae35b0fa1 /cui
parentcppcheck: catchExceptionByValue (diff)
downloadcore-03d3506286eca8140e17b8473b9f33fa02da4f0c.tar.gz
core-03d3506286eca8140e17b8473b9f33fa02da4f0c.zip
cppcheck: noExplicitConstructor
Change-Id: I9510a16bf4ac5dd2c3da16c618841918daea8cfb
Diffstat (limited to 'cui')
-rw-r--r--cui/source/customize/acccfg.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/cui/source/customize/acccfg.cxx b/cui/source/customize/acccfg.cxx
index c32a4d3873e8..a885da1704ff 100644
--- a/cui/source/customize/acccfg.cxx
+++ b/cui/source/customize/acccfg.cxx
@@ -634,7 +634,7 @@ static long AccCfgTabs[] =
class SfxAccCfgLBoxString_Impl : public SvLBoxString
{
public:
- SfxAccCfgLBoxString_Impl(const OUString& sText);
+ explicit SfxAccCfgLBoxString_Impl(const OUString& sText);
virtual ~SfxAccCfgLBoxString_Impl();