summaryrefslogtreecommitdiff
path: root/sfx2/source
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
commitbdf260ed3fd2a7361b2833660e1144d50aa92aa1 (patch)
tree40d5ebd687e803def4280e36a8e63285f80fd4e2 /sfx2/source
parent434c1e313236997ef668853cf74be5fa611fb2be (diff)
sfx2::FileDialogHelper: remove obsolete flags
Diffstat (limited to 'sfx2/source')
-rw-r--r--sfx2/source/appl/appopen.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/source/appl/appopen.cxx b/sfx2/source/appl/appopen.cxx
index c6fe758d777b..436a8a939729 100644
--- a/sfx2/source/appl/appopen.cxx
+++ b/sfx2/source/appl/appopen.cxx
@@ -758,7 +758,7 @@ void SfxApplication::OpenDocExec_Impl( SfxRequest& rReq )
sal_uIntPtr nErr = sfx2::FileOpenDialog_Impl(
- SFXWB_MULTISELECTION | SFXWB_SHOWVERSIONS, String(), pURLList,
+ SFXWB_MULTISELECTION, String(), pURLList,
aFilter, pSet, &aPath, nDialog, sStandardDir, aBlackList );
if ( nErr == ERRCODE_ABORT )