Permalink
Browse files

tdf#103481 fixed SIGABRT in embedded presentation

Change-Id: I51402aec953d58f92d8fe768bca0d2c2d1ce4474
Reviewed-on: https://gerrit.libreoffice.org/30368
Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
  • Loading branch information...
1 parent 7ec0eed commit 889b8102e0c296ca41a90dc34aeb0facc40735bd @eszkadev eszkadev committed with smehrbrodt Oct 28, 2016
Showing with 1 addition and 1 deletion.
  1. +1 −1 sfx2/source/notebookbar/SfxNotebookBar.cxx
@@ -164,8 +164,8 @@ void SfxNotebookBar::CloseMethod(SystemWindow* pSysWindow)
RemoveListeners(pSysWindow);
if(pSysWindow->GetNotebookBar())
pSysWindow->CloseNotebookBar();
+ SfxNotebookBar::ShowMenubar(true);
}
- SfxNotebookBar::ShowMenubar(true);
}
bool SfxNotebookBar::IsActive()

0 comments on commit 889b810

Please sign in to comment.