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

Muhammet Kara muhammet.kara at pardus.org.tr
Wed Jun 28 18:53:54 UTC 2017


 cui/source/customize/acccfg.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 91c838a4c9d0d7a8438e2e76a3636dc67a6221bb
Author: Muhammet Kara <muhammet.kara at pardus.org.tr>
Date:   Wed Jun 28 11:15:48 2017 +0300

    Use SvTreeListBox's own method: RemoveEntry
    
    Change-Id: I3d0c605450dc2b847ac3fa46b9d050720a7a1a03
    Reviewed-on: https://gerrit.libreoffice.org/39350
    Tested-by: Jenkins <ci at libreoffice.org>
    Reviewed-by: Muhammet Kara <muhammet.kara at pardus.org.tr>
    (cherry picked from commit 8cf31f15b3c8af2c5453c980e23cfc31cf34f519)
    Reviewed-on: https://gerrit.libreoffice.org/39372

diff --git a/cui/source/customize/acccfg.cxx b/cui/source/customize/acccfg.cxx
index ce1c0d552004..73ed7747c48a 100644
--- a/cui/source/customize/acccfg.cxx
+++ b/cui/source/customize/acccfg.cxx
@@ -1544,7 +1544,7 @@ SvTreeListEntry* SfxAcceleratorConfigPage::applySearchFilter(OUString& rSearchTe
 
         if (!textSearch.SearchForward( aStr, &aStartPos, &aEndPos ))
         {
-            rListBox->GetModel()->Remove(pEntry);
+            rListBox->RemoveEntry(pEntry);
         }
         else if (!pFirstMatch)
         {


More information about the Libreoffice-commits mailing list