offapi/com/sun/star/document/MediaDescriptor.idl | 11 +++++++++++ 1 file changed, 11 insertions(+)
New commits: commit b18ee082749d94162794cafe8008c3dc31b3ae4f Author: brinzing <oliver.brinz...@gmx.de> AuthorDate: Sun May 19 14:22:32 2019 +0200 Commit: Stephan Bergmann <sberg...@redhat.com> CommitDate: Thu May 23 08:30:31 2019 +0200 tdf#125211 add PickListEntry to MediaDescriptor Property "PickListEntry" is available since LO 5.1 but not mentioned in css.document.MediaDescriptor. original change has been committed with tdf#95095. Change-Id: I684e4c76f79c9646af3cac9670790d2b2c3eca97 Reviewed-on: https://gerrit.libreoffice.org/72553 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sberg...@redhat.com> diff --git a/offapi/com/sun/star/document/MediaDescriptor.idl b/offapi/com/sun/star/document/MediaDescriptor.idl index c0e813170949..58e773311875 100644 --- a/offapi/com/sun/star/document/MediaDescriptor.idl +++ b/offapi/com/sun/star/document/MediaDescriptor.idl @@ -346,6 +346,17 @@ service MediaDescriptor */ [optional,property] sequence< byte > PostData; + /** add loaded document to recent document list + + <p> + Setting this to `FALSE` prevents the loaded document to be added to the recent documents list. + Default is `TRUE`. + </p> + + @since LibreOffice 5.1 + */ + [optional,property] boolean PickListEntry; + /** use MediaDescriptor::PostData instead of this <p> _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits