From 8f877e337489a709188a13c7457ea3f6d7c94691 Mon Sep 17 00:00:00 2001 From: Samuel Mehrbrodt Date: Wed, 30 Oct 2019 11:52:32 +0200 Subject: Add link to FilterName list Change-Id: Ied60127d12556ca49859bb93fcb067081450bb2f Reviewed-on: https://gerrit.libreoffice.org/81741 Reviewed-by: Ilmari Lauhakangas Tested-by: Jenkins Reviewed-by: Samuel Mehrbrodt --- offapi/com/sun/star/document/MediaDescriptor.idl | 2 ++ 1 file changed, 2 insertions(+) (limited to 'offapi') diff --git a/offapi/com/sun/star/document/MediaDescriptor.idl b/offapi/com/sun/star/document/MediaDescriptor.idl index e6035517f26b..72ee23fcd2ee 100644 --- a/offapi/com/sun/star/document/MediaDescriptor.idl +++ b/offapi/com/sun/star/document/MediaDescriptor.idl @@ -159,6 +159,8 @@ service MediaDescriptor invalid names are ignored. If a name is specified on loading, it still will be verified by a filter detection, but in case of doubt it will be preferred. + + See this page for a list of internal filter names: https://help.libreoffice.org/latest/en-US/text/shared/guide/convertfilters.html

*/ [optional,property] string FilterName; -- cgit