diff options
-rw-r--r-- | offapi/com/sun/star/ui/dialogs/FilePicker.idl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/offapi/com/sun/star/ui/dialogs/FilePicker.idl b/offapi/com/sun/star/ui/dialogs/FilePicker.idl index 46367481381b..6c61f394a28b 100644 --- a/offapi/com/sun/star/ui/dialogs/FilePicker.idl +++ b/offapi/com/sun/star/ui/dialogs/FilePicker.idl @@ -52,6 +52,9 @@ published service FilePicker : XFilePicker3 The implementation of a FileSave dialog should automatically check for existence of a file and issue a warning if a file with the same name already exist.</p> + <p>Note that when creating a file picker, the top window is selected + as the parent window for the file picker. Make sure that it does not get + closed while opening the file picker, as there is a potential race.</p> @see com::sun::star::ui::dialogs::TemplateDescription */ |