diff options
author | Efe Gürkan YALAMAN <efeyalaman@gmail.com> | 2014-05-26 23:56:21 +0300 |
---|---|---|
committer | Jan Holesovsky <kendy@collabora.com> | 2014-08-14 22:20:23 +0200 |
commit | 61f70a423e94ca5f67eedc3455536063748a4a7c (patch) | |
tree | 3151e77dbc854f9f19962739a14aadb86b67f788 /sfx2 | |
parent | b09a80de290461e07633f9d68df10a4c8bce7f95 (diff) |
Default filter none
Small fix to add default filter. Which is none, it shows all.
Change-Id: I49cf222b2909972f1800cd029f2ba97556aa955a
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/source/dialog/backingwindow.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sfx2/source/dialog/backingwindow.cxx b/sfx2/source/dialog/backingwindow.cxx index 5c4c07971a54..e223ee9fa493 100644 --- a/sfx2/source/dialog/backingwindow.cxx +++ b/sfx2/source/dialog/backingwindow.cxx @@ -237,6 +237,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*/ |