summaryrefslogtreecommitdiffstats
path: root/binfilter/bf_sch/source/ui/app/sch_schopt.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'binfilter/bf_sch/source/ui/app/sch_schopt.cxx')
-rw-r--r--binfilter/bf_sch/source/ui/app/sch_schopt.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/binfilter/bf_sch/source/ui/app/sch_schopt.cxx b/binfilter/bf_sch/source/ui/app/sch_schopt.cxx
index d5a04b579..e1ddf9849 100644
--- a/binfilter/bf_sch/source/ui/app/sch_schopt.cxx
+++ b/binfilter/bf_sch/source/ui/app/sch_schopt.cxx
@@ -131,7 +131,7 @@ using namespace ::com::sun::star;
/*N*/ Color aCol;
/*N*/
/*N*/ // create strings for entry names
-/*N*/ String aResName( SchResId( STR_DIAGRAM_ROW ));
+/*N*/ String aResName( SchResId( STR_DIAGRAM_ROW ).toString() );
/*N*/ String aPrefix, aPostfix, aName;
/*N*/ xub_StrLen nPos = aResName.SearchAscii( "$(ROW)" );
/*N*/ if( nPos != STRING_NOTFOUND )