[Libreoffice-commits] core.git: offapi/com

brinzing (via logerrit) logerrit at kemper.freedesktop.org
Thu May 23 06:31:27 UTC 2019


 offapi/com/sun/star/document/MediaDescriptor.idl |   11 +++++++++++
 1 file changed, 11 insertions(+)

New commits:
commit b18ee082749d94162794cafe8008c3dc31b3ae4f
Author:     brinzing <oliver.brinzing at gmx.de>
AuthorDate: Sun May 19 14:22:32 2019 +0200
Commit:     Stephan Bergmann <sbergman at 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 <sbergman at 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>


More information about the Libreoffice-commits mailing list