From 6ea69f07c73f2c2e392061c6d120efcf3ee2b26c Mon Sep 17 00:00:00 2001 From: Miklos Vajna Date: Thu, 2 Feb 2017 12:23:34 +0100 Subject: [PATCH] xmloff: fix loplugin:stringconstant Change-Id: I3a1758982ae8ede32e5a25bb702b6d9f37e1a0a3 --- xmloff/source/chart/SchXMLExport.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xmloff/source/chart/SchXMLExport.cxx b/xmloff/source/chart/SchXMLExport.cxx index 0243a79e4434..b1c58a0458a8 100644 --- a/xmloff/source/chart/SchXMLExport.cxx +++ b/xmloff/source/chart/SchXMLExport.cxx @@ -426,7 +426,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