summaryrefslogtreecommitdiffstats
path: root/binfilter/bf_sw/source/core/doc/sw_doclay.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'binfilter/bf_sw/source/core/doc/sw_doclay.cxx')
-rw-r--r--binfilter/bf_sw/source/core/doc/sw_doclay.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/binfilter/bf_sw/source/core/doc/sw_doclay.cxx b/binfilter/bf_sw/source/core/doc/sw_doclay.cxx
index 775d15b86..3f9ac4dbb 100644
--- a/binfilter/bf_sw/source/core/doc/sw_doclay.cxx
+++ b/binfilter/bf_sw/source/core/doc/sw_doclay.cxx
@@ -714,7 +714,7 @@ static bool lcl_IsItemSet(const SwCntntNode & rNode, USHORT which)
/*N*/ String lcl_GetUniqueFlyName( const SwDoc* pDoc, sal_uInt16 nDefStrId )
/*N*/ {
/*N*/ ResId aId( nDefStrId, *pSwResMgr );
-/*N*/ String aName( aId );
+/*N*/ String aName( aId.toString() );
/*N*/ xub_StrLen nNmLen = aName.Len();
/*N*/
/*N*/ const SwSpzFrmFmts& rFmts = *pDoc->GetSpzFrmFmts();
@@ -820,9 +820,9 @@ static bool lcl_IsItemSet(const SwCntntNode & rNode, USHORT which)
/*N*/ ResId nFrmId( STR_FRAME_DEFNAME, *pSwResMgr ),
/*N*/ nGrfId( STR_GRAPHIC_DEFNAME, *pSwResMgr ),
/*N*/ nOLEId( STR_OBJECT_DEFNAME, *pSwResMgr );
-/*N*/ String sFlyNm( nFrmId );
-/*N*/ String sGrfNm( nGrfId );
-/*N*/ String sOLENm( nOLEId );
+/*N*/ String sFlyNm( nFrmId.toString() );
+/*N*/ String sGrfNm( nGrfId.toString() );
+/*N*/ String sOLENm( nOLEId.toString() );
/*N*/
/*N*/ if( 255 < ( n = GetSpzFrmFmts()->Count() ))
/*N*/ n = 255;