summaryrefslogtreecommitdiff
path: root/offapi/com/sun
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun')
-rw-r--r--offapi/com/sun/star/datatransfer/clipboard/ClipboardEvent.idl6
-rw-r--r--offapi/com/sun/star/datatransfer/clipboard/GenericClipboard.idl10
2 files changed, 8 insertions, 8 deletions
diff --git a/offapi/com/sun/star/datatransfer/clipboard/ClipboardEvent.idl b/offapi/com/sun/star/datatransfer/clipboard/ClipboardEvent.idl
index 27c463de7..4eda9e1b1 100644
--- a/offapi/com/sun/star/datatransfer/clipboard/ClipboardEvent.idl
+++ b/offapi/com/sun/star/datatransfer/clipboard/ClipboardEvent.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: ClipboardEvent.idl,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: mi $ $Date: 2002-10-03 13:03:07 $
+ * last change: $Author: obo $ $Date: 2004-06-03 18:30:14 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -80,7 +80,7 @@ module com { module sun { module star { module datatransfer { module clipboard {
@see com::sun::star::datatransfer::clipboard::XClipboardListener
*/
-struct ClipboardEvent: com::sun::star::lang::EventObject
+published struct ClipboardEvent: com::sun::star::lang::EventObject
{
//-------------------------------------------------------------------------
/** The current content of the clipboard.
diff --git a/offapi/com/sun/star/datatransfer/clipboard/GenericClipboard.idl b/offapi/com/sun/star/datatransfer/clipboard/GenericClipboard.idl
index cd3a4e425..ef1d334cd 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.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: mi $ $Date: 2002-10-03 13:03:09 $
+ * last change: $Author: obo $ $Date: 2004-06-03 18:30:45 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -84,13 +84,13 @@ module com { module sun { module star { module datatransfer { module clipboard {
//=============================================================================
-interface XClipboardEx;
-interface XClipboardNotifier;
+ published interface XClipboardEx;
+ published interface XClipboardNotifier;
//=============================================================================
/** A generic clipboard service is a simple container for transferable objects.
*/
-service GenericClipboard
+published service GenericClipboard
{
//-------------------------------------------------------------------------
/** Provides access to the clipboard content.