diff --git a/offapi/com/sun/star/ui/dialogs/XFilePicker.idl b/offapi/com/sun/star/ui/dialogs/XFilePicker.idl index 755285429058..17b56cc34c66 100644 --- a/offapi/com/sun/star/ui/dialogs/XFilePicker.idl +++ b/offapi/com/sun/star/ui/dialogs/XFilePicker.idl @@ -87,21 +87,8 @@ published interface XFilePicker: com::sun::star::ui::dialogs::XExecutableDialog @returns
The complete path of the file or directory currently selected - in URL format. There are two different cases: -
Notes for the implementation of a FileSave dialog:If there exists 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.