dba34b: reintroduced the fix for #i115468#, which got lost with the wrong resolution of merge conflicts in revision 273410

This commit is contained in:
Frank Schoenheit [fs] 2011-01-24 09:55:46 +01:00
parent d6987b06b0
commit 3dc20e5afd

View file

@ -847,7 +847,8 @@ void SvtURLBox::ImplInit()
{
pImp = new SvtURLBox_Impl();
SetHelpId( ".uno:OpenURL" );
if ( GetHelpId().getLength() == 0 )
SetHelpId( ".uno:OpenURL" );
EnableAutocomplete( FALSE );
SetText( String() );