diff options
author | Caolán McNamara <caolanm@redhat.com> | 2016-04-18 09:34:32 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2016-04-18 14:03:12 +0100 |
commit | 0154776f2d0bc13e44411e67f6b02bd5032b18a0 (patch) | |
tree | 4fa0b7f10b1fbf342124478a38c000a144bc681f /cui/source | |
parent | 56c5a0ba7781a325123852737970fa7f0179ff7f (diff) |
cppcheck: noExplicitConstructor
Change-Id: Iee9d28c9630a144e4da8e46e58f01a4be99aa961
Diffstat (limited to 'cui/source')
-rw-r--r-- | cui/source/options/optfltr.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cui/source/options/optfltr.hxx b/cui/source/options/optfltr.hxx index d18bd2360ce2..c2376c90c120 100644 --- a/cui/source/options/optfltr.hxx +++ b/cui/source/options/optfltr.hxx @@ -68,7 +68,7 @@ class OfaMSFilterTabPage2 : public SfxTabPage virtual void KeyInput( const KeyEvent& rKEvt ) override; public: - MSFltrSimpleTable(SvSimpleTableContainer& rParent) + explicit MSFltrSimpleTable(SvSimpleTableContainer& rParent) : SvSimpleTable(rParent, 0) { } |