summaryrefslogtreecommitdiffstats
path: root/binfilter/bf_sch/source/core/sch_chtmode2.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'binfilter/bf_sch/source/core/sch_chtmode2.cxx')
-rw-r--r--binfilter/bf_sch/source/core/sch_chtmode2.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/binfilter/bf_sch/source/core/sch_chtmode2.cxx b/binfilter/bf_sch/source/core/sch_chtmode2.cxx
index 2a7aef4c2..6dbbcc51c 100644
--- a/binfilter/bf_sch/source/core/sch_chtmode2.cxx
+++ b/binfilter/bf_sch/source/core/sch_chtmode2.cxx
@@ -244,11 +244,11 @@ enum ChartStyleV0
/*N*/ if( nStringID )
/*N*/ {
/*?*/ SchResId aRegId = SchResId( nStringID );
-/*?*/ String aRegressStr( aRegId );
+/*?*/ String aRegressStr( aRegId.toString() );
/*?*/ String aSeriesName( bRowLegend
/*?*/ ? RowText( i )
/*?*/ : ColText( i ));
-/*?*/ String aLegendText( SchResId( STR_STATISTICS_IN_LEGEND ));
+/*?*/ String aLegendText( SchResId( STR_STATISTICS_IN_LEGEND ).toString() );
/*?*/
/*?*/ aLegendText.SearchAndReplaceAscii( "$(STATTYP)", aRegressStr );
/*?*/ aLegendText.SearchAndReplaceAscii( "$(ROWNAME)", aSeriesName );