From e50698c0ce5fd757d02f68dc5b8dd7ef2bd0cbbf Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Sun, 24 May 2015 20:45:48 +0100 Subject: cppcheck: noExplicitConstructor Change-Id: I8c9e970d5c5931de1a7526cbff3de626ef30bd74 --- xmloff/source/chart/transporttypes.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xmloff/source/chart/transporttypes.hxx') diff --git a/xmloff/source/chart/transporttypes.hxx b/xmloff/source/chart/transporttypes.hxx index 15831c02a480..cea1ece5cdff 100644 --- a/xmloff/source/chart/transporttypes.hxx +++ b/xmloff/source/chart/transporttypes.hxx @@ -127,7 +127,7 @@ struct SchXMLAxis struct GlobalSeriesImportInfo { - GlobalSeriesImportInfo( bool& rAllRangeAddressesAvailable ) + explicit GlobalSeriesImportInfo( bool& rAllRangeAddressesAvailable ) : rbAllRangeAddressesAvailable( rAllRangeAddressesAvailable ) , nCurrentDataIndex( 0 ) , nFirstFirstDomainIndex( -1 ) -- cgit