summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrank Schoenheit [fs] <frank.schoenheit@oracle.com>2011-01-24 09:55:46 +0100
committerFrank Schoenheit [fs] <frank.schoenheit@oracle.com>2011-01-24 09:55:46 +0100
commit3dc20e5afd346992dab451a7eeab921cb6e1aef1 (patch)
tree3302550e6ec5678a339debf37109a887ac1fa39d
parentd6987b06b0e069a5276ff59d02b71c5fd5c5e626 (diff)
dba34b: reintroduced the fix for #i115468#, which got lost with the wrong resolution of merge conflicts in revision 273410
-rwxr-xr-xsvtools/source/control/inettbc.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/svtools/source/control/inettbc.cxx b/svtools/source/control/inettbc.cxx
index 574f2bde4e1e..593065c0ac0c 100755
--- a/svtools/source/control/inettbc.cxx
+++ b/svtools/source/control/inettbc.cxx
@@ -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() );