From eb798883fe0a6e2334f6af1d30623cb44a12b15f Mon Sep 17 00:00:00 2001 From: Szymon Kłos Date: Wed, 3 Aug 2016 21:35:59 +0200 Subject: GSoC: hide notebookbar in the start center Change-Id: Ia67c952fcf820b30052e03198e569c4baeb4540f --- sfx2/source/dialog/backingcomp.cxx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/sfx2/source/dialog/backingcomp.cxx b/sfx2/source/dialog/backingcomp.cxx index e0b5001a5b11..248733206e2d 100644 --- a/sfx2/source/dialog/backingcomp.cxx +++ b/sfx2/source/dialog/backingcomp.cxx @@ -434,8 +434,7 @@ void SAL_CALL BackingComp::attachFrame( /*IN*/ const css::uno::Reference< css::f SystemWindow* pSysWindow = static_cast(pParent); if (pSysWindow) { - sfx2::SfxNotebookBar::StateMethod(pSysWindow, m_xFrame, "sfx/ui/notebookbar.ui"); - pSysWindow->GetNotebookBar()->Hide(); + //sfx2::SfxNotebookBar::StateMethod(pSysWindow, m_xFrame, "sfx/ui/notebookbar.ui"); } // Set a minimum size for Start Center -- cgit