diff options
author | Caolán McNamara <caolanm@redhat.com> | 2017-09-01 21:31:22 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2017-09-02 14:34:23 +0200 |
commit | 1d9b0dfb5c5519c9c54c10ea535aeea83db723f5 (patch) | |
tree | 249d60e0e76d893901ea617219a80b6b27f223f9 /include/sfx2/filedlghelper.hxx | |
parent | 670403dff483e6789f974c78ab7a324fa39647c9 (diff) |
set parent for open file dialog
Change-Id: Ic823085567afde211b3991ebb60199dd336f562d
Reviewed-on: https://gerrit.libreoffice.org/41819
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include/sfx2/filedlghelper.hxx')
-rw-r--r-- | include/sfx2/filedlghelper.hxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/sfx2/filedlghelper.hxx b/include/sfx2/filedlghelper.hxx index 9c4534cf036b..acdf03f0b4b3 100644 --- a/include/sfx2/filedlghelper.hxx +++ b/include/sfx2/filedlghelper.hxx @@ -242,7 +242,8 @@ public: #define SFX2_IMPL_DIALOG_OOO 2 #define SFX2_IMPL_DIALOG_REMOTE 3 -ErrCode FileOpenDialog_Impl( sal_Int16 nDialogType, +ErrCode FileOpenDialog_Impl( const vcl::Window* pParent, + sal_Int16 nDialogType, FileDialogFlags nFlags, const OUString& rFact, std::vector<OUString>& rpURLList, |