sfx2/source/dialog/backingcomp.cxx |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

New commits:
commit eb798883fe0a6e2334f6af1d30623cb44a12b15f
Author: Szymon Kłos <eszka...@gmail.com>
Date:   Wed Aug 3 21:35:59 2016 +0200

    GSoC: hide notebookbar in the start center
    
    Change-Id: Ia67c952fcf820b30052e03198e569c4baeb4540f

diff --git a/sfx2/source/dialog/backingcomp.cxx 
b/sfx2/source/dialog/backingcomp.cxx
index e0b5001..2487332 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<SystemWindow*>(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
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to