From 920d4463f6e59b815852c173e2974ffc7b4bb284 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Thu, 23 Jun 2016 13:13:28 +0200 Subject: loplugin:singlevalfields in vcl(part1) Change-Id: I0031199937cc95793951a070c4b3d8910933e69f Reviewed-on: https://gerrit.libreoffice.org/26595 Tested-by: Jenkins Reviewed-by: Noel Grandin --- svtools/source/control/inettbc.cxx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'svtools/source/control/inettbc.cxx') diff --git a/svtools/source/control/inettbc.cxx b/svtools/source/control/inettbc.cxx index 962cc544df6c..542731b37d69 100644 --- a/svtools/source/control/inettbc.cxx +++ b/svtools/source/control/inettbc.cxx @@ -1101,8 +1101,7 @@ bool SvtURLBox::PreNotify( NotifyEvent& rNEvt ) IMPL_LINK_NOARG_TYPED(SvtURLBox, AutoCompleteHdl_Impl, Edit&, void) { - if ( GetSubEdit()->GetAutocompleteAction() == AutocompleteAction::KeyInput ) - TryAutoComplete(); + TryAutoComplete(); } bool SvtURLBox::Notify( NotifyEvent &rEvt ) -- cgit