summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/media
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2006-07-13 10:59:48 +0000
committerOliver Bolte <obo@openoffice.org>2006-07-13 10:59:48 +0000
commit2197f34ce285c304cbce048c7701c755d4801539 (patch)
tree4d695c3fa5a8f0b7671406c05cf035aeb76fc008 /offapi/com/sun/star/media
parent97955081e444006960486725ce056b1d053d5ccf (diff)
INTEGRATION: CWS jsc8 (1.3.126); FILE MERGED
2006/06/09 07:00:52 jsc 1.3.126.1: #i65749# insert comments and change to new style service
Diffstat (limited to 'offapi/com/sun/star/media')
-rw-r--r--offapi/com/sun/star/media/Manager.idl17
1 files changed, 7 insertions, 10 deletions
diff --git a/offapi/com/sun/star/media/Manager.idl b/offapi/com/sun/star/media/Manager.idl
index e61e38537977..ab06431ee27f 100644
--- a/offapi/com/sun/star/media/Manager.idl
+++ b/offapi/com/sun/star/media/Manager.idl
@@ -4,9 +4,9 @@
*
* $RCSfile: Manager.idl,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 02:19:22 $
+ * last change: $Author: obo $ $Date: 2006-07-13 11:59:48 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -41,13 +41,10 @@
module com { module sun { module star { module media {
-/**
-*/
-service Manager
-{
- /**
- */
- interface ::com::sun::star::media::XManager;
-};
+/** a <type scope="com::sun::star::media">XPlayer</type> factory.
+ This helps creating new players.
+ */
+service Manager : XManager;
+
}; }; }; };
#endif