From 83e400de42d71ef6fbd007100eecfb46162c3002 Mon Sep 17 00:00:00 2001 From: Szymon Kłos Date: Wed, 18 May 2016 19:44:53 +0200 Subject: tdf#99925 temporary fix, hide the notebookbar in the start center Change-Id: I1fcf89d59a0f69a565beea1b2da900c2a9394d82 --- sfx2/source/dialog/backingcomp.cxx | 8 -------- 1 file changed, 8 deletions(-) (limited to 'sfx2') diff --git a/sfx2/source/dialog/backingcomp.cxx b/sfx2/source/dialog/backingcomp.cxx index c4ac85fb20e3..7569830a6a0f 100644 --- a/sfx2/source/dialog/backingcomp.cxx +++ b/sfx2/source/dialog/backingcomp.cxx @@ -429,14 +429,6 @@ void SAL_CALL BackingComp::attachFrame( /*IN*/ const css::uno::Reference< css::f if( pBack ) pBack->setOwningFrame( m_xFrame ); - // set NotebookBar - SystemWindow* pSysWindow = static_cast(pParent); - if (pSysWindow) - { - pSysWindow->SetNotebookBar("sfx/ui/notebookbar.ui", m_xFrame); - pSysWindow->GetNotebookBar()->Show(); - } - // Set a minimum size for Start Center if( pParent && pBack ) { -- cgit