fpicker/source/office/fpdialogbase.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 783c0a6acdb065f335bcffd90520133614511c93 Author: Caolán McNamara <caol...@redhat.com> AuthorDate: Sat Oct 19 16:56:30 2019 +0100 Commit: Caolán McNamara <caol...@redhat.com> CommitDate: Sat Oct 19 16:56:44 2019 +0100 fix build Change-Id: I04846dfa9156da4a00fde723640d400d10e2ed88 diff --git a/fpicker/source/office/fpdialogbase.hxx b/fpicker/source/office/fpdialogbase.hxx index 961ab53d2d6b..c49c6d56b638 100644 --- a/fpicker/source/office/fpdialogbase.hxx +++ b/fpicker/source/office/fpdialogbase.hxx @@ -66,7 +66,7 @@ class SvtFileDialog_Base : public Dialog, public ::svt::IFilePickerController { public: SvtFileDialog_Base( vcl::Window* pParent, const OUString& rID, const OUString& rUIXMLDescription ) - : Dialog( pParent, rID, rUIXMLDescription ) + : Dialog( pParent, rID, rUIXMLDescription, WindowType::MODALDIALOG, InitFlag::Default ) { } _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits