[Libreoffice-commits] core.git: Branch 'feature/template_manager_improvements' - sfx2/source
Efe Gürkan YALAMAN
efeyalaman at gmail.com
Mon May 26 13:59:54 PDT 2014
sfx2/source/dialog/backingwindow.cxx | 1 +
1 file changed, 1 insertion(+)
New commits:
commit 2d362f701e15d13bd9ee8bf1f0b35347e078486d
Author: Efe Gürkan YALAMAN <efeyalaman at 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*/
More information about the Libreoffice-commits
mailing list