summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2011-11-30 16:08:22 +0100
committerMichael Stahl <mstahl@redhat.com>2011-12-03 00:48:12 +0100
commit434c1e313236997ef668853cf74be5fa611fb2be (patch)
tree9e89f2036f098f545f5ca2b35b8d10c916e121d5 /svx
parent1274babb68e9dc09747ac54ea19421af839db92a (diff)
sfx2::FileDialogHelper ignores WB_3DLOOK, WB_STDMODAL
Diffstat (limited to 'svx')
-rw-r--r--svx/source/form/databaselocationinput.cxx2
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() );