diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2015-06-30 21:59:59 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2015-07-02 07:41:48 +0000 |
commit | fb2889512adf7d08a4083235a2fdabe080b5c8fa (patch) | |
tree | 977d5ded2d1debce2b7ba93387a858b9b2518c82 | |
parent | a9ad8444b8e1c47a47dc4ef6367335e3ccad59ea (diff) |
Deprecate "getFiles" for "getSelectedFiles" from XFilePicker2.idl
See http://nabble.documentfoundation.org/Multiselection-needs-work-td4153207.html
Change-Id: Ieceecd04dd161d40054715f74a4351397f97addc
Reviewed-on: https://gerrit.libreoffice.org/16630
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
-rw-r--r-- | offapi/com/sun/star/ui/dialogs/XFilePicker.idl | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/offapi/com/sun/star/ui/dialogs/XFilePicker.idl b/offapi/com/sun/star/ui/dialogs/XFilePicker.idl index a273f87bc95f..1a7fa05bc697 100644 --- a/offapi/com/sun/star/ui/dialogs/XFilePicker.idl +++ b/offapi/com/sun/star/ui/dialogs/XFilePicker.idl @@ -82,8 +82,6 @@ published interface XFilePicker: com::sun::star::ui::dialogs::XExecutableDialog <br/> <p>If the dialog is in execution mode and a single file is selected the complete URL of this file will be returned.</p> - <p>If the dialog is in execution mode and multiple files are selected - an empty sequence will be returned.</p> <p>If the dialog is in execution mode and the selected file name is false or any other error occurs an empty sequence will be returned.</p> @@ -109,6 +107,7 @@ published interface XFilePicker: com::sun::star::ui::dialogs::XExecutableDialog 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> </p> + @deprecated use com::sun::star::ui::dialogs::XFilePicker2::getSelectedFiles instead */ sequence< string > getFiles(); }; |