Kaydet (Commit) 6ea69f07 authored tarafından Miklos Vajna's avatar Miklos Vajna

xmloff: fix loplugin:stringconstant

Change-Id: I3a1758982ae8ede32e5a25bb702b6d9f37e1a0a3
üst 50669de6
...@@ -426,7 +426,7 @@ Reference< chart2::data::XDataSource > lcl_pressUsedDataIntoRectangularFormat( c ...@@ -426,7 +426,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] ) )
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment