diff options
Diffstat (limited to 'cui/source/tabpages/tplnedef.cxx')
-rw-r--r-- | cui/source/tabpages/tplnedef.cxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cui/source/tabpages/tplnedef.cxx b/cui/source/tabpages/tplnedef.cxx index dd880830295d..84172dcd12ad 100644 --- a/cui/source/tabpages/tplnedef.cxx +++ b/cui/source/tabpages/tplnedef.cxx @@ -192,7 +192,8 @@ void SvxLineDefTabPage::ActivatePage( const SfxItemSet& ) // determining (and possibly cutting) the name // and displaying it in the GroupBox - String aString( CUI_RES( RID_SVXSTR_TABLE ) ); aString.AppendAscii( ": " ); + OUString aString( CUI_RES( RID_SVXSTR_TABLE ) ); + aString += ": "; INetURLObject aURL( pDashList->GetPath() ); aURL.Append( pDashList->GetName() ); |