summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/datatransfer/clipboard/XClipboard.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/datatransfer/clipboard/XClipboard.idl')
-rw-r--r--offapi/com/sun/star/datatransfer/clipboard/XClipboard.idl9
1 files changed, 4 insertions, 5 deletions
diff --git a/offapi/com/sun/star/datatransfer/clipboard/XClipboard.idl b/offapi/com/sun/star/datatransfer/clipboard/XClipboard.idl
index 7e88ab10d2c4..642ecf0d0936 100644
--- a/offapi/com/sun/star/datatransfer/clipboard/XClipboard.idl
+++ b/offapi/com/sun/star/datatransfer/clipboard/XClipboard.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XClipboard.idl,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: mi $ $Date: 2000-11-08 12:42:39 $
+ * last change: $Author: jsc $ $Date: 2001-03-16 16:41:18 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -82,7 +82,6 @@ module com { module sun { module star { module datatransfer { module clipboard {
interface XClipboardListener;
interface XClipboardOwner;
-[ uik(8FDF5C81-0498-11d4-9F4C0050-04D765F1), ident("XClipboard", 0.1) ]
interface XClipboard: com::sun::star::uno::XInterface
{
//-------------------------------------------------------------------------
@@ -90,7 +89,7 @@ interface XClipboard: com::sun::star::uno::XInterface
the transferable object representing the current content of
this clipboard.
*/
- [const] XTransferable getContents();
+ XTransferable getContents();
//-------------------------------------------------------------------------
/** Sets the current contents of the clipboard to the specified
@@ -109,7 +108,7 @@ interface XClipboard: com::sun::star::uno::XInterface
/** @returns
the name of this clipboard object.
*/
- [const] string getName();
+ string getName();
};
//=============================================================================