summaryrefslogtreecommitdiff
path: root/offapi/com
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2003-06-27 07:52:47 +0000
committerVladimir Glazounov <vg@openoffice.org>2003-06-27 07:52:47 +0000
commitc01ccffe288c5ca9bb69c0d758ec555f5cfd3f67 (patch)
treecf8b7898a3a15c062e33861872a5902a46da9243 /offapi/com
parentbb00f77c28af40b5df7aa1c1da09234d5d666658 (diff)
INTEGRATION: CWS tbe4 (1.9.66); FILE MERGED
2003/06/23 13:17:02 tbe 1.9.66.1: #56751# IDL review
Diffstat (limited to 'offapi/com')
-rw-r--r--offapi/com/sun/star/awt/Toolkit.idl33
1 files changed, 17 insertions, 16 deletions
diff --git a/offapi/com/sun/star/awt/Toolkit.idl b/offapi/com/sun/star/awt/Toolkit.idl
index eefc02802..64ba85bb6 100644
--- a/offapi/com/sun/star/awt/Toolkit.idl
+++ b/offapi/com/sun/star/awt/Toolkit.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: Toolkit.idl,v $
*
- * $Revision: 1.9 $
+ * $Revision: 1.10 $
*
- * last change: $Author: hr $ $Date: 2003-03-26 13:52:40 $
+ * last change: $Author: vg $ $Date: 2003-06-27 08:52:47 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -64,22 +64,24 @@
#ifndef __com_sun_star_awt_XToolkit_idl__
#include <com/sun/star/awt/XToolkit.idl>
#endif
-
+
+#ifndef __com_sun_star_awt_XDataTransferProviderAccess_idl__
+#include <com/sun/star/awt/XDataTransferProviderAccess.idl>
+#endif
+
+#ifndef __com_sun_star_awt_XSystemChildFactory_idl__
+#include <com/sun/star/awt/XSystemChildFactory.idl>
+#endif
+
//=============================================================================
-module com { module sun { module star { module awt {
-
-interface XDataTransferProviderAccess;
-interface XSystemChildFactory;
-
+module com { module sun { module star { module awt {
+
//=============================================================================
-// DocMerge from xml: service com::sun::star::awt::Toolkit
/** describes a toolkit that creates windows on a screen.
-
-
-
+
<p>The design of the interfaces for the toolkit implementation
should be remote. This means that the calls to the interfaces
of the toolkit should be one-way. Too many synchronous calls kill the
@@ -87,13 +89,12 @@ interface XSystemChildFactory;
*/
service Toolkit
{
- // DocMerge: empty anyway
interface XToolkit;
- // interface for clipbaord access and drag-and-drop protocol
- [optional] interface XDataTransferProviderAccess;
+ [optional] interface com::sun::star::awt::XDataTransferProviderAccess;
- [optional] interface XSystemChildFactory;
+ [optional] interface com::sun::star::awt::XSystemChildFactory;
+
};
//=============================================================================