summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2016-02-08 10:33:02 +0000
committerCaolán McNamara <caolanm@redhat.com>2016-02-08 12:17:34 +0000
commit16b93ae648f3e9675eeb6980925957e2ccbcfdf2 (patch)
treef5e105d869df71ca646f2d63351ced9e92ed3c66 /sw
parentc4f056c01b674046c8d1852ae5e5ce0d48b0714f (diff)
cppcheck: noExplicitConstructor
Change-Id: I74585aa5a50cd335f4fd0a3ba4fed230b98993c3
Diffstat (limited to 'sw')
-rw-r--r--sw/source/core/unocore/unotbl.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/unocore/unotbl.cxx b/sw/source/core/unocore/unotbl.cxx
index 31372e1d7214..6f88f4828a44 100644
--- a/sw/source/core/unocore/unotbl.cxx
+++ b/sw/source/core/unocore/unotbl.cxx
@@ -1974,7 +1974,7 @@ public:
unsigned short m_nRows;
unsigned short m_nColumns;
- Impl(SwFrameFormat *const pFrameFormat)
+ explicit Impl(SwFrameFormat *const pFrameFormat)
: SwClient(pFrameFormat)
, m_Listeners(m_Mutex)
, m_pPropSet(aSwMapProvider.GetPropertySet(PROPERTY_MAP_TEXT_TABLE))