From 765aca651a3d53b14dc3bfac0d05b36d4f01dbb4 Mon Sep 17 00:00:00 2001 From: Kohei Yoshida Date: Wed, 6 Feb 2013 09:31:56 -0500 Subject: API CHANGE: unpublish com.sun.star.document.MediaDescriptor. This is a service that basically describes the properties passed to loadComponentFromURL and possibly other load/save related APIs. As some properties get deprecated (some already have), new ones added as the loading processs gets re-worked (including the type detection process), we need the flexibility to change its property set. Since all properties described here are optional, leaving it published would make little sense. Change-Id: I59384e62c7b6ab5c599141c8fc73a37c8bfe56e7 --- offapi/com/sun/star/document/MediaDescriptor.idl | 2 +- offapi/type_reference/types.rdb | Bin 7440384 -> 7440384 bytes 2 files changed, 1 insertion(+), 1 deletion(-) (limited to 'offapi') diff --git a/offapi/com/sun/star/document/MediaDescriptor.idl b/offapi/com/sun/star/document/MediaDescriptor.idl index b99a3d4be182..417f6f1df618 100644 --- a/offapi/com/sun/star/document/MediaDescriptor.idl +++ b/offapi/com/sun/star/document/MediaDescriptor.idl @@ -53,7 +53,7 @@ module com { module sun { module star { module document { @see com::sun::star::beans::PropertyValue */ -published service MediaDescriptor +service MediaDescriptor { /** May be set by filters or detection services if user has chosen to abort loading/saving, e.g. while entering a password. diff --git a/offapi/type_reference/types.rdb b/offapi/type_reference/types.rdb index 75de5a2cff35..9b696b6b1d77 100644 Binary files a/offapi/type_reference/types.rdb and b/offapi/type_reference/types.rdb differ -- cgit