summaryrefslogtreecommitdiff
path: root/oox
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-02-02 14:19:48 +0100
committerStephan Bergmann <sbergman@redhat.com>2017-02-02 14:19:48 +0100
commit162e185c535dbc2861b92c66c84d305fd51b5d7e (patch)
tree4112c5692594f6df9c3724caa1c1a73549c9f6a1 /oox
parent1462b2784fa3e95499808b2ef706e4787a01aaae (diff)
loplugin:stringconstant
Change-Id: I14ac842fa7b8a8ec8c6eb7554d136a68fe727ed7
Diffstat (limited to 'oox')
-rw-r--r--oox/source/export/chartexport.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/oox/source/export/chartexport.cxx b/oox/source/export/chartexport.cxx
index 621a1d0149e6..c42f49661405 100644
--- a/oox/source/export/chartexport.cxx
+++ b/oox/source/export/chartexport.cxx
@@ -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] ) )