diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2015-07-12 00:57:16 +0200 |
---|---|---|
committer | Noel Grandin <noelgrandin@gmail.com> | 2015-07-13 06:57:29 +0000 |
commit | d11b244bf9b9115f5384d6ff43bdffc7f1289d71 (patch) | |
tree | 0dffceb6d8f40bf568408ddd019a7627e77b1006 /offapi | |
parent | 7f0161d88e3a496361e2209d31cc7e9ef42a677e (diff) |
getFiles: truncate to 1 file only
See http://nabble.documentfoundation.org/Multiselection-needs-work-td4153207.html
for details
Change-Id: I7f855a067349381e2567bd15a8daa56aad412774
Reviewed-on: https://gerrit.libreoffice.org/16959
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'offapi')
-rw-r--r-- | offapi/com/sun/star/ui/dialogs/XFilePicker.idl | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/offapi/com/sun/star/ui/dialogs/XFilePicker.idl b/offapi/com/sun/star/ui/dialogs/XFilePicker.idl index 1a7fa05bc697..755285429058 100644 --- a/offapi/com/sun/star/ui/dialogs/XFilePicker.idl +++ b/offapi/com/sun/star/ui/dialogs/XFilePicker.idl @@ -96,9 +96,8 @@ published interface XFilePicker: com::sun::star::ui::dialogs::XExecutableDialog <li>Multi-selection is enabled: If only one file is selected, the first entry of the sequence contains the complete path/filename in URL format. - If multiple files are selected, the first entry of the sequence contains - the path in URL format, and the other entries contains the names of the selected - files without path information.</li> + If multiple files are selected, only the first entry is retrieved with + the path in URL format.</li> </ol> <br/> |