diff options
author | Caolán McNamara <caolanm@redhat.com> | 2016-05-03 10:09:58 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2016-05-03 10:12:27 +0100 |
commit | bc10fa6d3b4b28b1e4edbbd5c463f2b9b707ed48 (patch) | |
tree | 6e0f306e82a4161b836022ba44bdf7168bb1a879 | |
parent | 6bacfc8d95163a3eacc2784660282a8ce7d9a552 (diff) |
cppcheck: noExplicitConstructor
Change-Id: I9c8d41faf903f2d4ec26338a19be1328a68c69db
-rw-r--r-- | svx/source/sidebar/text/TextCharacterSpacingControl.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/sidebar/text/TextCharacterSpacingControl.hxx b/svx/source/sidebar/text/TextCharacterSpacingControl.hxx index 008cb6723032..866e011ee62b 100644 --- a/svx/source/sidebar/text/TextCharacterSpacingControl.hxx +++ b/svx/source/sidebar/text/TextCharacterSpacingControl.hxx @@ -35,7 +35,7 @@ namespace svx { class TextCharacterSpacingControl : public SfxPopupWindow { public: - TextCharacterSpacingControl(sal_uInt16 nId); + explicit TextCharacterSpacingControl(sal_uInt16 nId); virtual ~TextCharacterSpacingControl(); virtual void dispose() override; |