summaryrefslogtreecommitdiff
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.idl4
1 files changed, 2 insertions, 2 deletions
diff --git a/offapi/com/sun/star/ui/dialogs/XFilePicker.idl b/offapi/com/sun/star/ui/dialogs/XFilePicker.idl
index b8164ba4f457..a273f87bc95f 100644
--- a/offapi/com/sun/star/ui/dialogs/XFilePicker.idl
+++ b/offapi/com/sun/star/ui/dialogs/XFilePicker.idl
@@ -38,8 +38,8 @@ published interface XFilePicker: com::sun::star::ui::dialogs::XExecutableDialog
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 multi-selection mode.</p>
- <p>A value of <FALSE/> disables the multi-selection 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 );