From afe5672fbc87ae2bc7fb72fac4bb5b837b646dea Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Wed, 27 May 2015 10:53:55 +0100 Subject: cppcheck: noExplicitConstructor Change-Id: I27c24d3284a8e0678fc5c041426b4a7e71cbd363 --- sw/source/core/frmedt/tblsel.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sw/source/core/frmedt/tblsel.cxx') diff --git a/sw/source/core/frmedt/tblsel.cxx b/sw/source/core/frmedt/tblsel.cxx index 17f98776c158..a5d3e8a952ce 100644 --- a/sw/source/core/frmedt/tblsel.cxx +++ b/sw/source/core/frmedt/tblsel.cxx @@ -91,7 +91,7 @@ struct _Sort_CellFrm { const SwCellFrm* pFrm; - _Sort_CellFrm( const SwCellFrm& rCFrm ) + explicit _Sort_CellFrm( const SwCellFrm& rCFrm ) : pFrm( &rCFrm ) {} }; -- cgit v1.2.3