sfx2/source/dialog/backingwindow.cxx | 1 + 1 file changed, 1 insertion(+)
New commits: commit 2d362f701e15d13bd9ee8bf1f0b35347e078486d Author: Efe Gürkan YALAMAN <efeyala...@gmail.com> Date: Mon May 26 23:56:21 2014 +0300 Default filter none Small fix to add default filter. Which is none, it shows all. Change-Id: I49cf222b2909972f1800cd029f2ba97556aa955a diff --git a/sfx2/source/dialog/backingwindow.cxx b/sfx2/source/dialog/backingwindow.cxx index e542985..7f029f4 100644 --- a/sfx2/source/dialog/backingwindow.cxx +++ b/sfx2/source/dialog/backingwindow.cxx @@ -236,6 +236,7 @@ void BackingWindow::initControls() mpLocalView->Populate(); mpLocalView->showRootRegion(); mpLocalView->Hide(); + mpLocalView->filterItems(ViewFilter_Application(FILTER_APP_NONE)); /*FIXME: Add other things for Local View *Filter and the bars*/
_______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits