From 1342818790083ec1324f76c4eb1813827a4f5b72 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Wed, 11 May 2016 13:07:30 +0200 Subject: convert SFXWB file dialog flags to scoped enum Change-Id: I1ab5191dc582c46785da58d50b2e68c30b5cbc9b Reviewed-on: https://gerrit.libreoffice.org/24881 Tested-by: Jenkins Reviewed-by: Noel Grandin --- extensions/source/dbpilots/commonpagesdbp.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'extensions/source/dbpilots') diff --git a/extensions/source/dbpilots/commonpagesdbp.cxx b/extensions/source/dbpilots/commonpagesdbp.cxx index 3a7b53cfebe0..aec95586715e 100644 --- a/extensions/source/dbpilots/commonpagesdbp.cxx +++ b/extensions/source/dbpilots/commonpagesdbp.cxx @@ -196,7 +196,7 @@ namespace dbp IMPL_LINK_NOARG_TYPED( OTableSelectionPage, OnSearchClicked, Button*, void ) { ::sfx2::FileDialogHelper aFileDlg( - ui::dialogs::TemplateDescription::FILEOPEN_READONLY_VERSION, 0); + ui::dialogs::TemplateDescription::FILEOPEN_READONLY_VERSION); aFileDlg.SetDisplayDirectory( SvtPathOptions().GetWorkPath() ); std::shared_ptr pFilter = SfxFilter::GetFilterByName("StarOffice XML (Base)"); -- cgit