summaryrefslogtreecommitdiff
path: root/forms/source/component/Edit.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2015-10-07 14:36:11 +0100
committerCaolán McNamara <caolanm@redhat.com>2015-10-07 15:11:03 +0100
commit7ba7a974f6d9f4b265e72b8e91c5a175bc3a3b14 (patch)
tree6db04a6adf3f9607683e160cf698bf24a2838db5 /forms/source/component/Edit.hxx
parent74010f1c502a4bd7eb1ef3ee3d0e8c45a1c9afee (diff)
cppcheck: noExplicitConstructor
Change-Id: I32c6728ce7423fd997cdbec66feb8a6ba39948d2
Diffstat (limited to 'forms/source/component/Edit.hxx')
-rw-r--r--forms/source/component/Edit.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/forms/source/component/Edit.hxx b/forms/source/component/Edit.hxx
index c18402a7d45e..4384d2ed163f 100644
--- a/forms/source/component/Edit.hxx
+++ b/forms/source/component/Edit.hxx
@@ -131,7 +131,7 @@ class OEditControl : public OBoundControl
ImplSVEvent * m_nKeyEvent;
public:
- OEditControl(const css::uno::Reference< css::uno::XComponentContext>& _rxContext);
+ explicit OEditControl(const css::uno::Reference< css::uno::XComponentContext>& _rxContext);
virtual ~OEditControl();
DECLARE_UNO3_AGG_DEFAULTS(OEditControl, OBoundControl)