offapi/com/sun/star/ui/dialogs/FilePicker.idl |    3 +++
 1 file changed, 3 insertions(+)

New commits:
commit bb0940798e29f1bab1419db2863a4a837d331596
Author:     Samuel Mehrbrodt <samuel.mehrbr...@allotropia.de>
AuthorDate: Mon Mar 1 12:26:25 2021 +0100
Commit:     Samuel Mehrbrodt <samuel.mehrbr...@allotropia.de>
CommitDate: Tue Mar 2 12:19:00 2021 +0100

    Filepicker: Add note about possible race
    
    Change-Id: I17b928c467354d4b5e4a178e3320678875573f60
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/111743
    Tested-by: Jenkins
    Reviewed-by: Samuel Mehrbrodt <samuel.mehrbr...@allotropia.de>

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
     */
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to