Kaydet (Commit) 6ba185d1 authored tarafından Rafael Dominguez's avatar Rafael Dominguez

Update search results when changing template type in Template Manager.

Change-Id: I3e4cde13076c4de092a8bab9c40d64ba81530abd
üst 4c29d595
...@@ -333,6 +333,10 @@ IMPL_LINK_NOARG(SfxTemplateManagerDlg,ActivatePageHdl) ...@@ -333,6 +333,10 @@ IMPL_LINK_NOARG(SfxTemplateManagerDlg,ActivatePageHdl)
break; break;
} }
mpCurView->filterItems(ViewFilter_Application(eFilter)); mpCurView->filterItems(ViewFilter_Application(eFilter));
if (mpSearchView->IsVisible())
SearchUpdateHdl(NULL);
return 0; return 0;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment