summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/datatransfer/clipboard/GenericClipboard.idl
diff options
context:
space:
mode:
authorTino Rachui <tra@openoffice.org>2001-04-10 06:32:11 +0000
committerTino Rachui <tra@openoffice.org>2001-04-10 06:32:11 +0000
commitb8e77d87e4852730769dc9e99a37ff9007aa4279 (patch)
tree7a982c52d82be17f802b16a17f0eca3f610e19b9 /offapi/com/sun/star/datatransfer/clipboard/GenericClipboard.idl
parentdad8f35e328240783f52345089470b6babb76482 (diff)
minor corrections in the comments of the idl files
Diffstat (limited to 'offapi/com/sun/star/datatransfer/clipboard/GenericClipboard.idl')
-rw-r--r--offapi/com/sun/star/datatransfer/clipboard/GenericClipboard.idl10
1 files changed, 4 insertions, 6 deletions
diff --git a/offapi/com/sun/star/datatransfer/clipboard/GenericClipboard.idl b/offapi/com/sun/star/datatransfer/clipboard/GenericClipboard.idl
index c804cd6a1fdb..f8cea3d00640 100644
--- a/offapi/com/sun/star/datatransfer/clipboard/GenericClipboard.idl
+++ b/offapi/com/sun/star/datatransfer/clipboard/GenericClipboard.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: GenericClipboard.idl,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: arellano $ $Date: 2001-03-01 18:51:52 $
+ * last change: $Author: tra $ $Date: 2001-04-10 07:32:11 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -115,14 +115,12 @@ service GenericClipboard
interface com::sun::star::lang::XComponent;
//-------------------------------------------------------------------------
- /** service should always support this interface.
-
- <!-- Dennis: When is "service" written "Service"? -->
+ /** a service should always support this interface.
*/
interface com::sun::star::lang::XServiceInfo;
//-------------------------------------------------------------------------
- /** service should always support this interface.
+ /** a service should always support this interface.
*/
interface com::sun::star::lang::XTypeProvider;
};