diff options
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/form/databaselocationinput.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/form/databaselocationinput.cxx b/svx/source/form/databaselocationinput.cxx index 536c0d8bebc3..aa377bbd6bd6 100644 --- a/svx/source/form/databaselocationinput.cxx +++ b/svx/source/form/databaselocationinput.cxx @@ -247,7 +247,7 @@ namespace svx { ::sfx2::FileDialogHelper aFileDlg( TemplateDescription::FILESAVE_AUTOEXTENSION, - WB_STDMODAL | WB_SAVEAS, + WB_SAVEAS, m_rLocationInput.GetSystemWindow() ); aFileDlg.SetDisplayDirectory( impl_getCurrentURL() ); |