[Libreoffice-commits] core.git: Branch 'libreoffice-5-2' - sfx2/source
Yousuf Philips
philipz85 at hotmail.com
Mon Sep 12 10:35:08 UTC 2016
sfx2/source/dialog/backingwindow.cxx | 5 -----
1 file changed, 5 deletions(-)
New commits:
commit 937a284ebfe1261e4b7666e4c1d2b8f9677c1763
Author: Yousuf Philips <philipz85 at hotmail.com>
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 <ci at libreoffice.org>
Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt at cib.de>
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)
More information about the Libreoffice-commits
mailing list