[Libreoffice-commits] core.git: fpicker/source

Caolán McNamara (via logerrit) logerrit at kemper.freedesktop.org
Sat Oct 19 15:57:45 UTC 2019


 fpicker/source/office/fpdialogbase.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 783c0a6acdb065f335bcffd90520133614511c93
Author:     Caolán McNamara <caolanm at redhat.com>
AuthorDate: Sat Oct 19 16:56:30 2019 +0100
Commit:     Caolán McNamara <caolanm at 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 )
     {
     }
 


More information about the Libreoffice-commits mailing list