summaryrefslogtreecommitdiffstats
path: root/cui
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2016-04-18 09:34:32 +0100
committerCaolán McNamara <caolanm@redhat.com>2016-04-18 14:03:12 +0100
commit0154776f2d0bc13e44411e67f6b02bd5032b18a0 (patch)
tree4fa0b7f10b1fbf342124478a38c000a144bc681f /cui
parenttdf#94682 limit the number of textures for the glyph texture atlas (diff)
downloadcore-0154776f2d0bc13e44411e67f6b02bd5032b18a0.tar.gz
core-0154776f2d0bc13e44411e67f6b02bd5032b18a0.zip
cppcheck: noExplicitConstructor
Change-Id: Iee9d28c9630a144e4da8e46e58f01a4be99aa961
Diffstat (limited to 'cui')
-rw-r--r--cui/source/options/optfltr.hxx2
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)
{
}