diff options
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 5f4a24e8ce44..d8a8fe97b14c 100644 --- a/include/sfx2/filedlghelper.hxx +++ b/include/sfx2/filedlghelper.hxx @@ -117,7 +117,8 @@ public: SfxFilterFlags nMust, SfxFilterFlags nDont, const OUString& rStandardDir, - const css::uno::Sequence< OUString >& rBlackList); + const css::uno::Sequence< OUString >& rBlackList, + vcl::Window* _pPreferredParent = nullptr); FileDialogHelper( sal_Int16 nDialogType, sal_Int64 nFlags, |