loplugin:stringconstant
Change-Id: I14ac842fa7b8a8ec8c6eb7554d136a68fe727ed7
This commit is contained in:
parent
1462b2784f
commit
162e185c53
@ -278,7 +278,7 @@ Reference< chart2::data::XDataSource > lcl_pressUsedDataIntoRectangularFormat( c
|
||||
aLabeledSeqVector.push_back( xXValues );
|
||||
|
||||
//add all other sequences now without x-values
|
||||
lcl_MatchesRole aHasXValues( OUString("values-x") );
|
||||
lcl_MatchesRole aHasXValues( "values-x" );
|
||||
for( sal_Int32 nN=0; nN<aSeriesSeqVector.getLength(); nN++ )
|
||||
{
|
||||
if( !aHasXValues( aSeriesSeqVector[nN] ) )
|
||||
|
Loading…
x
Reference in New Issue
Block a user