summaryrefslogtreecommitdiff
path: root/xmloff/source/chart/SchXMLPlotAreaContext.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/chart/SchXMLPlotAreaContext.cxx')
-rw-r--r--xmloff/source/chart/SchXMLPlotAreaContext.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/xmloff/source/chart/SchXMLPlotAreaContext.cxx b/xmloff/source/chart/SchXMLPlotAreaContext.cxx
index 12c639f88e54..c72f1afab145 100644
--- a/xmloff/source/chart/SchXMLPlotAreaContext.cxx
+++ b/xmloff/source/chart/SchXMLPlotAreaContext.cxx
@@ -946,11 +946,11 @@ static void lcl_setErrorBarSequence ( const uno::Reference< chart2::XChartDocume
OUStringBuffer aRoleBuffer("error-bars-");
if( bYError )
- aRoleBuffer.append( sal_Unicode( 'y' ));
+ aRoleBuffer.append( 'y' );
else
- aRoleBuffer.append( sal_Unicode( 'x' ));
+ aRoleBuffer.append( 'x');
- aRoleBuffer.append( sal_Unicode( '-' ));
+ aRoleBuffer.append( '-' );
if( bPositiveValue )
aRoleBuffer = aRoleBuffer.appendAscii( "positive" );