summaryrefslogtreecommitdiff
path: root/xmloff/source/chart/transporttypes.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/chart/transporttypes.hxx')
-rw-r--r--xmloff/source/chart/transporttypes.hxx2
1 files changed, 1 insertions, 1 deletions
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 )