summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEfe Gürkan YALAMAN <efeyalaman@gmail.com>2014-05-26 23:56:21 +0300
committerEfe Gürkan YALAMAN <efeyalaman@gmail.com>2014-05-26 23:56:21 +0300
commit2d362f701e15d13bd9ee8bf1f0b35347e078486d (patch)
tree4f4a81ccfe212b3fa2b8085192909be8c31b6421
parent752ab2b717e3c064100beb41406b5119cef54a4a (diff)
Default filter none
Small fix to add default filter. Which is none, it shows all. Change-Id: I49cf222b2909972f1800cd029f2ba97556aa955a
-rw-r--r--sfx2/source/dialog/backingwindow.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/sfx2/source/dialog/backingwindow.cxx b/sfx2/source/dialog/backingwindow.cxx
index e54298508442..7f029f401b48 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*/