summaryrefslogtreecommitdiff
path: root/sfx2
diff options
context:
space:
mode:
authorHennes Rohling <hro@openoffice.org>2001-07-30 15:36:31 +0000
committerHennes Rohling <hro@openoffice.org>2001-07-30 15:36:31 +0000
commit477337ebb4f1189c5376d908865c552d7226d58b (patch)
tree6831817c57a825a1e4903b5eecf6d2116d97030b /sfx2
parent49a343ca4ca2b581b5821d4fec20cf30b8caf381 (diff)
#89852# Enable multi selection mode on file open
Diffstat (limited to 'sfx2')
-rw-r--r--sfx2/source/appl/shutdownicon.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sfx2/source/appl/shutdownicon.cxx b/sfx2/source/appl/shutdownicon.cxx
index 2d393f7cb39f..6bddc8db5076 100644
--- a/sfx2/source/appl/shutdownicon.cxx
+++ b/sfx2/source/appl/shutdownicon.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: shutdownicon.cxx,v $
*
- * $Revision: 1.8 $
+ * $Revision: 1.9 $
*
- * last change: $Author: cd $ $Date: 2001-07-20 09:59:44 $
+ * last change: $Author: hro $ $Date: 2001-07-30 16:36:31 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -198,7 +198,7 @@ void ShutdownIcon::FileOpen()
::vos::OGuard aGuard( Application::GetSolarMutex() );
// use ctor for filling up filters automatically! #89169#
- FileDialogHelper dlg( WB_OPEN, *(SfxObjectFactory*) NULL );
+ FileDialogHelper dlg( WB_OPEN | SFXWB_MULTISELECTION, *(SfxObjectFactory*) NULL );
if ( ERRCODE_NONE == dlg.Execute() )
OpenURL( OUString( dlg.GetPath() ) );
}