diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2015-07-13 12:20:50 +0200 |
---|---|---|
committer | Michael Meeks <michael.meeks@collabora.com> | 2015-07-14 08:20:34 +0000 |
commit | c657740b0f6caa5d0c7d54db37aca013d6ac1c8c (patch) | |
tree | d884f4eb7ad09a0fd668e539578f41d8ef888435 /offapi | |
parent | f3df77accae2941ba9c6a5e48b84d661f7a87863 (diff) |
getFiles: simplify even more description
Conflicts:
offapi/com/sun/star/ui/dialogs/XFilePicker.idl
Change-Id: I89cec47234e275d4753a779e320fc6288c6a4fbc
Reviewed-on: https://gerrit.libreoffice.org/16985
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
Tested-by: Michael Meeks <michael.meeks@collabora.com>
Diffstat (limited to 'offapi')
-rw-r--r-- | offapi/com/sun/star/ui/dialogs/XFilePicker.idl | 15 |
1 files changed, 1 insertions, 14 deletions
diff --git a/offapi/com/sun/star/ui/dialogs/XFilePicker.idl b/offapi/com/sun/star/ui/dialogs/XFilePicker.idl index 755285429058..17b56cc34c66 100644 --- a/offapi/com/sun/star/ui/dialogs/XFilePicker.idl +++ b/offapi/com/sun/star/ui/dialogs/XFilePicker.idl @@ -87,21 +87,8 @@ published interface XFilePicker: com::sun::star::ui::dialogs::XExecutableDialog @returns <p> The complete path of the file or directory currently selected - in URL format. There are two different cases: - <ol> - <li>Multi-selection is disabled: - The first and only entry of the sequence contains the complete - path/filename in URL format.</li> - - <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, only the first entry is retrieved with - the path in URL format.</li> - </ol> - + in URL format. This always returns only the first entry of the sequence. <br/> - <p><strong>Notes for the implementation of a FileSave dialog:</strong>If there exists a checkbox "Automatic File Extension" which is checked and a valid filter is currently selected the dialog may automatically add an extension to the selected file name.</p> |