diff options
-rw-r--r-- | sfx2/source/dialog/backingwindow.cxx | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/sfx2/source/dialog/backingwindow.cxx b/sfx2/source/dialog/backingwindow.cxx index 2d0940a9049e..dfa98d72c443 100644 --- a/sfx2/source/dialog/backingwindow.cxx +++ b/sfx2/source/dialog/backingwindow.cxx @@ -660,14 +660,6 @@ IMPL_LINK_TYPED( BackingWindow, MenuSelectHdl, MenuButton*, pButton, void ) dispatchURL( ".uno:NewDoc", OUString(), xFrame, aArgs ); } - - mpAllRecentThumbnails->Hide(); - mpLocalView->Show(); - mpLocalView->reload(); - mpLocalView->GrabFocus(); - mpRecentButton->SetActive(false); - mpTemplateButton->SetActive(true); - mpRecentButton->Invalidate(); } } |