[Libreoffice-commits] core.git: offapi/com offapi/type_reference
Kohei Yoshida
kohei.yoshida at gmail.com
Wed Feb 6 06:37:29 PST 2013
offapi/com/sun/star/document/MediaDescriptor.idl | 2 +-
offapi/type_reference/types.rdb |binary
2 files changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 765aca651a3d53b14dc3bfac0d05b36d4f01dbb4
Author: Kohei Yoshida <kohei.yoshida at gmail.com>
Date: Wed Feb 6 09:31:56 2013 -0500
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
diff --git a/offapi/com/sun/star/document/MediaDescriptor.idl b/offapi/com/sun/star/document/MediaDescriptor.idl
index b99a3d4..417f6f1 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 75de5a2..9b696b6 100644
Binary files a/offapi/type_reference/types.rdb and b/offapi/type_reference/types.rdb differ
More information about the Libreoffice-commits
mailing list