[Libreoffice-commits] core.git: sfx2/source

Akshay Deep akshaydeepiitr at gmail.com
Wed Sep 7 18:05:59 UTC 2016


 sfx2/source/dialog/backingwindow.cxx |    8 --------
 1 file changed, 8 deletions(-)

New commits:
commit f10549961983b10148ba9ffe91a5e6c19bde909f
Author: Akshay Deep <akshaydeepiitr at gmail.com>
Date:   Wed Sep 7 23:22:25 2016 +0530

    tdf#101812 Opening template manager switches to templates view in start center
    
    Change-Id: If80957bcebebe6c64237cd446465a3d6cc72bc18
    Reviewed-on: https://gerrit.libreoffice.org/28725
    Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt at cib.de>
    Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt at cib.de>

diff --git a/sfx2/source/dialog/backingwindow.cxx b/sfx2/source/dialog/backingwindow.cxx
index 2d0940a..dfa98d7 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();
     }
 }
 


More information about the Libreoffice-commits mailing list