[Libreoffice-commits] core.git: sfx2/source
Szymon Kłos
eszkadev at gmail.com
Wed May 18 17:59:29 UTC 2016
sfx2/source/dialog/backingcomp.cxx | 8 --------
1 file changed, 8 deletions(-)
New commits:
commit 83e400de42d71ef6fbd007100eecfb46162c3002
Author: Szymon Kłos <eszkadev at gmail.com>
Date: Wed May 18 19:44:53 2016 +0200
tdf#99925 temporary fix, hide the notebookbar in the start center
Change-Id: I1fcf89d59a0f69a565beea1b2da900c2a9394d82
diff --git a/sfx2/source/dialog/backingcomp.cxx b/sfx2/source/dialog/backingcomp.cxx
index c4ac85f..7569830 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 )
{
More information about the Libreoffice-commits
mailing list