diff options
author | Caolán McNamara <caolanm@redhat.com> | 2019-10-19 16:56:30 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2019-10-19 16:56:44 +0100 |
commit | 783c0a6acdb065f335bcffd90520133614511c93 (patch) | |
tree | 6ff3ce5511c4141b854e4c11c5aab15817e76da2 /fpicker/source | |
parent | 66df14370e9e2d633369b446954d2a0bc0064ab6 (diff) |
fix build
Change-Id: I04846dfa9156da4a00fde723640d400d10e2ed88
Diffstat (limited to 'fpicker/source')
-rw-r--r-- | fpicker/source/office/fpdialogbase.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
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 ) { } |