summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/ui/dialogs/XFilePicker.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/ui/dialogs/XFilePicker.idl')
-rw-r--r--offapi/com/sun/star/ui/dialogs/XFilePicker.idl12
1 files changed, 6 insertions, 6 deletions
diff --git a/offapi/com/sun/star/ui/dialogs/XFilePicker.idl b/offapi/com/sun/star/ui/dialogs/XFilePicker.idl
index d35683f71fc3..6a564d178a47 100644
--- a/offapi/com/sun/star/ui/dialogs/XFilePicker.idl
+++ b/offapi/com/sun/star/ui/dialogs/XFilePicker.idl
@@ -51,14 +51,14 @@ published interface XFilePicker: com::sun::star::ui::dialogs::XExecutableDialog
{
//-------------------------------------------------------------------------
- /** Enable/disable multiselection mode
+ /** Enable/disable multi-selection mode
- <p>If the multiselection mode is enabled, multiple files
+ <p>If the multi-selection mode is enabled, multiple files
may be selected by the user else only one file selection at a time is possible</p>
@param bMode
- <p>A value of <TRUE/> enables the multiselection mode.</p>
- <p>A value of <FALSE/> disables the multiselection mode, this is the default.</p>
+ <p>A value of <TRUE/> enables the multi-selection mode.</p>
+ <p>A value of <FALSE/> disables the multi-selection mode, this is the default.</p>
*/
void setMultiSelectionMode( [in] boolean bMode );
@@ -114,11 +114,11 @@ published interface XFilePicker: com::sun::star::ui::dialogs::XExecutableDialog
<p> The complete path of the file or directory currently selected
in URL format. There are two different cases:
<ol>
- <li>Multiselection is disabled:
+ <li>Multi-selection is disabled:
The first and only entry of the sequence contains the complete
path/filename in URL format.</li>
- <li>Multiselection is enabled:
+ <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