[Libreoffice-commits] core.git: sw/source

Akshay Deep akshaydeepiitr at gmail.com
Mon Feb 29 11:31:26 UTC 2016


 sw/source/ui/fldui/fldref.cxx |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

New commits:
commit 9729c112a082d807b5703f51c34dd0d7ddf094bf
Author: Akshay Deep <akshaydeepiitr at gmail.com>
Date:   Thu Feb 25 10:43:46 2016 +0530

    tdf#98169 - Cross reference tab filter releases filter when refocused
    
    Change-Id: Id77fad1dd84a4ea18ac69eeb6aaee39042017b6d
    Reviewed-on: https://gerrit.libreoffice.org/22681
    Tested-by: Jenkins <ci at libreoffice.org>
    Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt at cib.de>

diff --git a/sw/source/ui/fldui/fldref.cxx b/sw/source/ui/fldui/fldref.cxx
index e6b4eaf..f6f002a 100644
--- a/sw/source/ui/fldui/fldref.cxx
+++ b/sw/source/ui/fldui/fldref.cxx
@@ -383,7 +383,8 @@ IMPL_LINK_NOARG_TYPED(SwFieldRefPage, TypeHdl, ListBox&, void)
         sal_uInt16 nTypeId = (sal_uInt16)reinterpret_cast<sal_uLong>(m_pTypeLB->GetEntryData(GetTypeSel()));
 
         // fill selection-ListBox
-        UpdateSubType();
+        OUString sFilter = comphelper::string::strip(m_pFilterED->GetText(), ' ');
+        UpdateSubType(sFilter);
 
         bool bName = false;
         nFieldDlgFormatSel = 0;


More information about the Libreoffice-commits mailing list