summaryrefslogtreecommitdiff
path: root/vcl/source/gdi/outdev3.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/source/gdi/outdev3.cxx')
-rw-r--r--vcl/source/gdi/outdev3.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/gdi/outdev3.cxx b/vcl/source/gdi/outdev3.cxx
index ad45bd1244b7..012562f5a465 100644
--- a/vcl/source/gdi/outdev3.cxx
+++ b/vcl/source/gdi/outdev3.cxx
@@ -2931,7 +2931,7 @@ void OutputDevice::ImplInitFontList() const
ResMgr* pMgr = ImplGetResMgr();
if( pMgr )
{
- String aResStr( ResId( SV_ACCESSERROR_NO_FONTS, *pMgr ) );
+ String aResStr(ResId(SV_ACCESSERROR_NO_FONTS, *pMgr).toString());
if( aResStr.Len() )
aError = aResStr;
}