summaryrefslogtreecommitdiff
path: root/cui/source/options/optaboutconfig.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2015-06-14 20:57:16 +0100
committerCaolán McNamara <caolanm@redhat.com>2015-06-15 11:11:42 +0100
commit8066c73940a30e97d8634655ea39d73fa8cf3c20 (patch)
tree030b5b52d9d7e67fd21c75f8b49defb4296d3e1e /cui/source/options/optaboutconfig.hxx
parent101b616c7a2ee90b6d09eedd7a7543a63f237c97 (diff)
cppcheck: noExplicitConstructor
Change-Id: I2b5fba9cdd950349a8e8d22bbd7bb6e17f008920
Diffstat (limited to 'cui/source/options/optaboutconfig.hxx')
-rw-r--r--cui/source/options/optaboutconfig.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/cui/source/options/optaboutconfig.hxx b/cui/source/options/optaboutconfig.hxx
index 8d4f2f16e107..f487418f42ef 100644
--- a/cui/source/options/optaboutconfig.hxx
+++ b/cui/source/options/optaboutconfig.hxx
@@ -64,7 +64,7 @@ private:
DECL_LINK( SearchHdl_Impl, void* );
public:
- CuiAboutConfigTabPage(vcl::Window* pParent);
+ explicit CuiAboutConfigTabPage(vcl::Window* pParent);
virtual ~CuiAboutConfigTabPage();
virtual void dispose() SAL_OVERRIDE;
void InsertEntry(const OUString& rProp, const OUString& rStatus, const OUString& rType, const OUString& rValue);