This commit is contained in:
committed by
Git OBS Bridge
parent
94a5281912
commit
a751fee39a
@@ -323,7 +323,7 @@ Index: libreoffice-6.2.2.1/vcl/unx/kde5/KDE5SalInstance.cxx
|
||||
- return Q_EMIT createFilePickerSignal(xMSF);
|
||||
+ uno::Reference<ui::dialogs::XFilePicker2> xRet;
|
||||
+ RunInMainThread(
|
||||
+ std::function([&xRet, this, xMSF]() { xRet = this->createFilePicker(xMSF); }));
|
||||
+ [&xRet, this, xMSF]() { xRet = this->createFilePicker(xMSF); });
|
||||
+ assert(xRet);
|
||||
+ return xRet;
|
||||
}
|
||||
|
Reference in New Issue
Block a user