dba34b: reintroduced the fix for #i115468#, which got lost with the wrong resolution of merge conflicts in revision 273410
This commit is contained in:
parent
d6987b06b0
commit
3dc20e5afd
1 changed files with 2 additions and 1 deletions
|
@ -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() );
|
||||
|
|
Loading…
Reference in a new issue