diff options
author | Michael Stahl <mstahl@redhat.com> | 2011-11-30 16:08:22 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2011-12-03 00:48:12 +0100 |
commit | 434c1e313236997ef668853cf74be5fa611fb2be (patch) | |
tree | 9e89f2036f098f545f5ca2b35b8d10c916e121d5 /svx | |
parent | 1274babb68e9dc09747ac54ea19421af839db92a (diff) |
sfx2::FileDialogHelper ignores WB_3DLOOK, WB_STDMODAL
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() ); |