summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--offapi/com/sun/star/datatransfer/clipboard/SystemClipboard.idl12
-rw-r--r--offapi/com/sun/star/datatransfer/clipboard/makefile.mk5
2 files changed, 13 insertions, 4 deletions
diff --git a/offapi/com/sun/star/datatransfer/clipboard/SystemClipboard.idl b/offapi/com/sun/star/datatransfer/clipboard/SystemClipboard.idl
index 77768c7c6529..a3d0d2038a66 100644
--- a/offapi/com/sun/star/datatransfer/clipboard/SystemClipboard.idl
+++ b/offapi/com/sun/star/datatransfer/clipboard/SystemClipboard.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: SystemClipboard.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-03-02 12:15:01 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -82,6 +82,7 @@ module com { module sun { module star { module datatransfer { module clipboard {
interface XClipboardEx;
interface XClipboardNotifier;
+interface XFlushableClipboard;
//=============================================================================
/** The system clipboard service builds a bridge to the OS specific clipboard
@@ -102,6 +103,13 @@ service SystemClipboard
interface XClipboardNotifier;
//-------------------------------------------------------------------------
+ /** provides the ability to render the complete clipboard content. this
+ interface is only available if the method getRenderingCapabilities of
+ the interface XClipboardEx returns Persistant
+ */
+ [optional] interface XFlushableClipboard;
+
+ //-------------------------------------------------------------------------
/** for shutdown and listener support.
*/
interface com::sun::star::lang::XComponent;
diff --git a/offapi/com/sun/star/datatransfer/clipboard/makefile.mk b/offapi/com/sun/star/datatransfer/clipboard/makefile.mk
index 6cc5e60c915b..8cdfe8eb08ec 100644
--- a/offapi/com/sun/star/datatransfer/clipboard/makefile.mk
+++ b/offapi/com/sun/star/datatransfer/clipboard/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.3 $
+# $Revision: 1.4 $
#
-# last change: $Author: mi $ $Date: 2000-11-08 12:42:39 $
+# last change: $Author: tra $ $Date: 2001-03-02 12:15:13 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -86,6 +86,7 @@ IDLFILES=\
XClipboardManager.idl \
XClipboardNotifier.idl \
XClipboardOwner.idl \
+ XFlushableClipboard.idl
# ------------------------------------------------------------------