Kaydet (Commit) b18ee082 authored tarafından brinzing's avatar brinzing Kaydeden (comit) Stephan Bergmann

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: 's avatarStephan Bergmann <sbergman@redhat.com>
üst 23aff73f
......@@ -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>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment