summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAkshay Deep <akshaydeepiitr@gmail.com>2016-09-07 23:22:25 +0530
committerSamuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>2016-09-07 18:05:36 +0000
commitf10549961983b10148ba9ffe91a5e6c19bde909f (patch)
tree54f58df6166ea60a7f67ef8a6c67570bec36d43f
parent511acc66f543b0200ebe70cf072e5a8db8677809 (diff)
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@cib.de> Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
-rw-r--r--sfx2/source/dialog/backingwindow.cxx8
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();
}
}