summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@gmail.com>2013-02-06 09:31:56 -0500
committerKohei Yoshida <kohei.yoshida@gmail.com>2013-02-06 09:38:33 -0500
commit765aca651a3d53b14dc3bfac0d05b36d4f01dbb4 (patch)
treeaf89f724dc30f5573014de9e93d102bd1c9f677f
parent83a65d8b5c8eca89c63d8c917caa72bcc5b7ef16 (diff)
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
-rw-r--r--offapi/com/sun/star/document/MediaDescriptor.idl2
-rw-r--r--offapi/type_reference/types.rdbbin7440384 -> 7440384 bytes
2 files changed, 1 insertions, 1 deletions
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
--- a/offapi/type_reference/types.rdb
+++ b/offapi/type_reference/types.rdb
Binary files differ