[PATCH libreoffice-4-0] API CHANGE: unpublish com.sun.star.document.MediaDescriptor.
Kohei Yoshida (via Code Review)
gerrit at gerrit.libreoffice.org
Wed Feb 6 06:40:46 PST 2013
Hi,
I have submitted a patch for review:
https://gerrit.libreoffice.org/2016
To pull it, you can do:
git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/16/2016/1
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.
Conflicts:
offapi/type_reference/types.rdb
Change-Id: I59384e62c7b6ab5c599141c8fc73a37c8bfe56e7
---
M offapi/com/sun/star/document/MediaDescriptor.idl
M offapi/type_reference/types.rdb
2 files changed, 1 insertion(+), 1 deletion(-)
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 @@
@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 b9e6624..fbc116b 100644
--- a/offapi/type_reference/types.rdb
+++ b/offapi/type_reference/types.rdb
Binary files differ
--
To view, visit https://gerrit.libreoffice.org/2016
To unsubscribe, visit https://gerrit.libreoffice.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I59384e62c7b6ab5c599141c8fc73a37c8bfe56e7
Gerrit-PatchSet: 1
Gerrit-Project: core
Gerrit-Branch: libreoffice-4-0
Gerrit-Owner: Kohei Yoshida <kohei.yoshida at gmail.com>
More information about the LibreOffice
mailing list