[Libreoffice-commits] core.git: svx/source
Caolán McNamara
caolanm at redhat.com
Tue May 3 09:12:48 UTC 2016
svx/source/sidebar/text/TextCharacterSpacingControl.hxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit bc10fa6d3b4b28b1e4edbbd5c463f2b9b707ed48
Author: Caolán McNamara <caolanm at redhat.com>
Date: Tue May 3 10:09:58 2016 +0100
cppcheck: noExplicitConstructor
Change-Id: I9c8d41faf903f2d4ec26338a19be1328a68c69db
diff --git a/svx/source/sidebar/text/TextCharacterSpacingControl.hxx b/svx/source/sidebar/text/TextCharacterSpacingControl.hxx
index 008cb67..866e011 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;
More information about the Libreoffice-commits
mailing list