summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/awt/XRequestCallback.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/awt/XRequestCallback.idl')
-rw-r--r--offapi/com/sun/star/awt/XRequestCallback.idl4
1 files changed, 0 insertions, 4 deletions
diff --git a/offapi/com/sun/star/awt/XRequestCallback.idl b/offapi/com/sun/star/awt/XRequestCallback.idl
index 59452f82c2af..1363ecde98f7 100644
--- a/offapi/com/sun/star/awt/XRequestCallback.idl
+++ b/offapi/com/sun/star/awt/XRequestCallback.idl
@@ -31,18 +31,15 @@
#include <com/sun/star/awt/XCallback.idl>
-//=============================================================================
module com { module sun { module star { module awt {
-//=============================================================================
/** specifies an interface which can be used to call back
an implementation
*/
interface XRequestCallback
{
- //-------------------------------------------------------------------------
/** adds a callback request to the implementation
@@ -56,7 +53,6 @@ interface XRequestCallback
void addCallback( [in] XCallback xCallback, [in] any aData );
};
-//=============================================================================
}; }; }; };