sfx2/source/dialog/backingwindow.cxx | 5 ----- 1 file changed, 5 deletions(-)
New commits: commit 937a284ebfe1261e4b7666e4c1d2b8f9677c1763 Author: Yousuf Philips <[email protected]> Date: Sat Sep 10 19:19:46 2016 +0400 tdf#101812 Dont switch to templates view when opening template manager Change-Id: I3671de21b04f50045c1b7d209e745e2678b7c6f9 Reviewed-on: https://gerrit.libreoffice.org/28808 Tested-by: Jenkins <[email protected]> Reviewed-by: Samuel Mehrbrodt <[email protected]> diff --git a/sfx2/source/dialog/backingwindow.cxx b/sfx2/source/dialog/backingwindow.cxx index 350dc4a..6cbd43b 100644 --- a/sfx2/source/dialog/backingwindow.cxx +++ b/sfx2/source/dialog/backingwindow.cxx @@ -619,11 +619,6 @@ IMPL_LINK_TYPED( BackingWindow, MenuSelectHdl, MenuButton*, pButton, void ) dispatchURL( ".uno:NewDoc", OUString(), xFrame, aArgs ); } - - mpAllRecentThumbnails->Hide(); - mpLocalView->Show(); - mpLocalView->reload(); - mpLocalView->GrabFocus(); } IMPL_LINK_TYPED(BackingWindow, CreateContextMenuHdl, ThumbnailViewItem*, pItem, void) _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
