loplugin:stringconstant

Change-Id: I14ac842fa7b8a8ec8c6eb7554d136a68fe727ed7
This commit is contained in:
Stephan Bergmann 2017-02-02 14:19:48 +01:00
parent 1462b2784f
commit 162e185c53

View File

@ -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] ) )