diff options
-rw-r--r-- | sfx2/source/dialog/backingcomp.cxx | 3 |
1 files changed, 1 insertions, 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<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 |