summaryrefslogtreecommitdiff
path: root/sfx2
diff options
context:
space:
mode:
authorSzymon Kłos <eszkadev@gmail.com>2016-05-18 19:44:53 +0200
committerSzymon Kłos <eszkadev@gmail.com>2016-05-18 19:44:53 +0200
commit83e400de42d71ef6fbd007100eecfb46162c3002 (patch)
tree08cfdc6750508d09d6a0bf23881ee99c4058151f /sfx2
parentbbd6e694a8675fd915dbfbd6b7113eb461739fcb (diff)
tdf#99925 temporary fix, hide the notebookbar in the start center
Change-Id: I1fcf89d59a0f69a565beea1b2da900c2a9394d82
Diffstat (limited to 'sfx2')
-rw-r--r--sfx2/source/dialog/backingcomp.cxx8
1 files changed, 0 insertions, 8 deletions
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<SystemWindow*>(pParent);
- if (pSysWindow)
- {
- pSysWindow->SetNotebookBar("sfx/ui/notebookbar.ui", m_xFrame);
- pSysWindow->GetNotebookBar()->Show();
- }
-
// Set a minimum size for Start Center
if( pParent && pBack )
{