summaryrefslogtreecommitdiffstats
path: root/binfilter/bf_sch/source/core/sch_chtmode2.cxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2012-04-29 23:37:14 +0100
committerCaolán McNamara <caolanm@redhat.com>2012-04-30 11:22:20 +0100
commit65042e25c2d6c0d1b06a975b916fa61eb77f20ff (patch)
tree7f979832c2e8b06bef0f32ab48c8718ee657cbfd /binfilter/bf_sch/source/core/sch_chtmode2.cxx
parentadd dmake flagfile for build.pl (diff)
downloadbinfilter-65042e25c2d6c0d1b06a975b916fa61eb77f20ff.tar.gz
binfilter-65042e25c2d6c0d1b06a975b916fa61eb77f20ff.zip
track change to make ResId::toString a non-static member
Change-Id: I2e2ba77aaad129a5f83b5fb6bef98dcb948ce5a0
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 );