Kaydet (Commit) 44aa7179 authored tarafından Julien Nabet's avatar Julien Nabet

tdf#95798: CRASH: when finish Function wizard on Report builder

Following http://cgit.freedesktop.org/libreoffice/core/commit/?id=844b7287a4ccd8e3d5e458bb1dc6c52e71322b01

Change-Id: Ia5a2cd39cf3fdf87619f55710a188545830b4088
Reviewed-on: https://gerrit.libreoffice.org/19970Reviewed-by: 's avatarLionel Elie Mamane <lionel@mamane.lu>
Tested-by: 's avatarJenkins <ci@libreoffice.org>
üst 3e8bd48f
...@@ -1740,7 +1740,8 @@ void FormulaModalDialog::SetFocusWin(vcl::Window *pWin,const OString& nUniqueId) ...@@ -1740,7 +1740,8 @@ void FormulaModalDialog::SetFocusWin(vcl::Window *pWin,const OString& nUniqueId)
bool FormulaModalDialog::PreNotify( NotifyEvent& rNEvt ) bool FormulaModalDialog::PreNotify( NotifyEvent& rNEvt )
{ {
m_pImpl->PreNotify( rNEvt ); if (m_pImpl)
m_pImpl->PreNotify( rNEvt );
return ModalDialog::PreNotify(rNEvt); return ModalDialog::PreNotify(rNEvt);
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment