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 /dbaccess/source/ui/app/AppController.cxx | |
parent | 1274babb68e9dc09747ac54ea19421af839db92a (diff) |
sfx2::FileDialogHelper ignores WB_3DLOOK, WB_STDMODAL
Diffstat (limited to 'dbaccess/source/ui/app/AppController.cxx')
-rw-r--r-- | dbaccess/source/ui/app/AppController.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dbaccess/source/ui/app/AppController.cxx b/dbaccess/source/ui/app/AppController.cxx index 99f9e8daa36d2..81a2dd0d7d082 100644 --- a/dbaccess/source/ui/app/AppController.cxx +++ b/dbaccess/source/ui/app/AppController.cxx @@ -1172,7 +1172,7 @@ void OApplicationController::Execute(sal_uInt16 _nId, const Sequence< PropertyVa case ID_BROWSER_SAVEASDOC: { - WinBits nBits(WB_STDMODAL|WB_SAVEAS); + WinBits nBits(WB_SAVEAS); ::rtl::OUString sUrl; if ( m_xModel.is() ) sUrl = m_xModel->getURL(); |