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