summaryrefslogtreecommitdiff
path: root/oox/source/export/SchXMLSeriesHelper.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'oox/source/export/SchXMLSeriesHelper.cxx')
-rw-r--r--oox/source/export/SchXMLSeriesHelper.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/oox/source/export/SchXMLSeriesHelper.cxx b/oox/source/export/SchXMLSeriesHelper.cxx
index 572312237086..509c1217b2e3 100644
--- a/oox/source/export/SchXMLSeriesHelper.cxx
+++ b/oox/source/export/SchXMLSeriesHelper.cxx
@@ -179,7 +179,7 @@ bool SchXMLSeriesHelper::isCandleStickSeries(
if( xChartType.is() )
{
rtl::OUString aServiceName( xChartType->getChartType() );
- if( aServiceName.equals( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "com.sun.star.chart2.CandleStickChartType" ) ) ) )
+ if( aServiceName == "com.sun.star.chart2.CandleStickChartType" )
bRet = true;
}
}