Kaydet (Commit) dd2421b1 authored tarafından Aleksei Nikiforov's avatar Aleksei Nikiforov Kaydeden (comit) Thorsten Behrens

Qt5: remove assert leading to crash while executing 'open' dialog

When Writer is opened using "qt5" VCL plugin,
opening menu item "File" -> "Open" leads to a crash
due to presence of mentioned assert.

Impress crashes same way when same menu item is used.

Change-Id: I9d1937344c694d4f4620be1b71d1181eb9645427
Reviewed-on: https://gerrit.libreoffice.org/65344
Tested-by: Jenkins
Reviewed-by: 's avatarThorsten Behrens <Thorsten.Behrens@CIB.de>
üst 127490ec
......@@ -187,7 +187,6 @@ sal_Int16 SAL_CALL Qt5FilePicker::execute()
}
vcl::Window* pWindow = ::Application::GetActiveTopWindow();
assert(pWindow);
QWidget* pTransientParent = nullptr;
QWindow* pTransientWindow = nullptr;
if (pWindow)
......
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