diff options
author | Caolán McNamara <caolanm@redhat.com> | 2016-04-04 10:40:24 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2016-04-04 10:41:01 +0100 |
commit | 03d3506286eca8140e17b8473b9f33fa02da4f0c (patch) | |
tree | 5bf4e7c91a20c6290b8c864af9f9fb4ae35b0fa1 /cui | |
parent | 9fb09a9cb3752496c8cde0ae399f83261848c441 (diff) |
cppcheck: noExplicitConstructor
Change-Id: I9510a16bf4ac5dd2c3da16c618841918daea8cfb
Diffstat (limited to 'cui')
-rw-r--r-- | cui/source/customize/acccfg.cxx | 2 |
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(); |