tdf#103301 Set focus to the filter textbox

Change-Id: I8e44148e718ed38760098b7c72606f977d7ecf47
Reviewed-on: https://gerrit.libreoffice.org/69370
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
diff --git a/sw/source/ui/fldui/fldref.cxx b/sw/source/ui/fldui/fldref.cxx
index 9680406..5e00e09 100644
--- a/sw/source/ui/fldui/fldref.cxx
+++ b/sw/source/ui/fldui/fldref.cxx
@@ -116,6 +116,7 @@
    m_pSelectionToolTipLB->SetStyle( m_pSelectionToolTipLB->GetStyle() | WB_HSCROLL );
    m_pSelectionToolTipLB->SetSpaceBetweenEntries(1);
    m_pSelectionToolTipLB->SetHighlightRange();
    m_pFilterED->GrabFocus();
}

SwFieldRefPage::~SwFieldRefPage()