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.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/xmloff/source/chart/transporttypes.hxx b/xmloff/source/chart/transporttypes.hxx
index ab1dde1aef1f..15831c02a480 100644
--- a/xmloff/source/chart/transporttypes.hxx
+++ b/xmloff/source/chart/transporttypes.hxx
@@ -127,14 +127,14 @@ struct SchXMLAxis
struct GlobalSeriesImportInfo
{
- GlobalSeriesImportInfo( sal_Bool& rAllRangeAddressesAvailable )
+ GlobalSeriesImportInfo( bool& rAllRangeAddressesAvailable )
: rbAllRangeAddressesAvailable( rAllRangeAddressesAvailable )
, nCurrentDataIndex( 0 )
, nFirstFirstDomainIndex( -1 )
, nFirstSecondDomainIndex( -1 )
{}
- sal_Bool& rbAllRangeAddressesAvailable;
+ bool& rbAllRangeAddressesAvailable;
sal_Int32 nCurrentDataIndex;