summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/datatransfer/clipboard/GenericClipboard.idl
diff options
context:
space:
mode:
authorMichael Hönnig <mi@openoffice.org>2002-10-03 12:11:20 +0000
committerMichael Hönnig <mi@openoffice.org>2002-10-03 12:11:20 +0000
commitcb23f6a62077022736a40d6315ee92a218f489e0 (patch)
tree713895d0de4930fd1a37b2fb7bb6ded971a2acdf /offapi/com/sun/star/datatransfer/clipboard/GenericClipboard.idl
parent625aff4ec7a47d618a9da160e962fc6fb5c834c5 (diff)
#94968# IDL reviews merged
Diffstat (limited to 'offapi/com/sun/star/datatransfer/clipboard/GenericClipboard.idl')
-rw-r--r--offapi/com/sun/star/datatransfer/clipboard/GenericClipboard.idl18
1 files changed, 8 insertions, 10 deletions
diff --git a/offapi/com/sun/star/datatransfer/clipboard/GenericClipboard.idl b/offapi/com/sun/star/datatransfer/clipboard/GenericClipboard.idl
index f8cea3d00640..cd3a4e42502a 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.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: tra $ $Date: 2001-04-10 07:32:11 $
+ * last change: $Author: mi $ $Date: 2002-10-03 13:03:09 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -89,38 +89,36 @@ interface XClipboardNotifier;
//=============================================================================
/** A generic clipboard service is a simple container for transferable objects.
-
- @see XClipboard
*/
service GenericClipboard
{
//-------------------------------------------------------------------------
- /** provides access to the clipboard content.
+ /** Provides access to the clipboard content.
*/
interface XClipboardEx;
//-------------------------------------------------------------------------
- /** provides the ability to request notifications on content changes.
+ /** Provides the ability to request notifications on content changes.
*/
interface XClipboardNotifier;
//-------------------------------------------------------------------------
- /** provides the ability to initially set the name of the clipboard.
+ /** Provides the ability to initially set the name of the clipboard.
*/
interface com::sun::star::lang::XInitialization;
//-------------------------------------------------------------------------
- /** for shutdown and listener support.
+ /** For shutdown and listener support.
*/
interface com::sun::star::lang::XComponent;
//-------------------------------------------------------------------------
- /** a service should always support this interface.
+ /** Service should always support this interface.
*/
interface com::sun::star::lang::XServiceInfo;
//-------------------------------------------------------------------------
- /** a service should always support this interface.
+ /** Service should always support this interface.
*/
interface com::sun::star::lang::XTypeProvider;
};