summaryrefslogtreecommitdiff
path: root/udkapi/com/sun/star/lang/XServiceInfo.idl
diff options
context:
space:
mode:
authorMichael Hönnig <mi@openoffice.org>2000-12-13 14:47:01 +0000
committerMichael Hönnig <mi@openoffice.org>2000-12-13 14:47:01 +0000
commit3f4030694d39fb4e7ff31f76ac90c62cc82bae18 (patch)
tree58f86cd9f1ce75f93472322d87e3c8ec00627b3c /udkapi/com/sun/star/lang/XServiceInfo.idl
parent09798332e263fc942bc03d90333938c29c2d7b93 (diff)
symtactical documentation and minor semantic documentation flaws fixed
Diffstat (limited to 'udkapi/com/sun/star/lang/XServiceInfo.idl')
-rw-r--r--udkapi/com/sun/star/lang/XServiceInfo.idl21
1 files changed, 12 insertions, 9 deletions
diff --git a/udkapi/com/sun/star/lang/XServiceInfo.idl b/udkapi/com/sun/star/lang/XServiceInfo.idl
index fe80537d416e..34542d27f4ea 100644
--- a/udkapi/com/sun/star/lang/XServiceInfo.idl
+++ b/udkapi/com/sun/star/lang/XServiceInfo.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XServiceInfo.idl,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: mi $ $Date: 2000-11-08 12:28:41 $
+ * last change: $Author: mi $ $Date: 2000-12-13 15:47:01 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -68,7 +68,7 @@
//=============================================================================
- module com { module sun { module star { module lang {
+module com { module sun { module star { module lang {
//=============================================================================
@@ -83,10 +83,10 @@ interface XServiceInfo: com::sun::star::uno::XInterface
// DocMerge from idl: method com::sun::star::lang::XServiceInfo::getImplementationName
/** @returns
- an identifier for the implementation of this object.
+ an identifier for the implementation of this object.
- <p>In general this should be a qualified identifier like
- "com.sun.star.comp.office.writer.SwTextDocument".
+ <p>In general this should be a qualified identifier like
+ "com.sun.star.comp.office.writer.SwTextDocument".
*/
string getImplementationName();
@@ -101,10 +101,10 @@ interface XServiceInfo: com::sun::star::uno::XInterface
// DocMerge from idl: method com::sun::star::lang::XServiceInfo::getSupportedServiceNames
/** @returns
- a sequence of the names of all supported services.
+ a sequence of the names of all supported services.
- <p>This includes the services which are indirectly supported because
- they are part of the specification of directly supported services.
+ <p>This includes the services which are indirectly supported because
+ they are part of the specification of directly supported services. </p>
*/
sequence<string> getSupportedServiceNames();
@@ -117,6 +117,9 @@ interface XServiceInfo: com::sun::star::uno::XInterface
/*=============================================================================
$Log: not supported by cvs2svn $
+ Revision 1.4 2000/11/08 12:28:41 mi
+ moved from api
+
Revision 1.1.1.1 2000/09/18 23:35:25 hjs
initial import