summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/util/XCancelManager.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/util/XCancelManager.idl')
-rw-r--r--offapi/com/sun/star/util/XCancelManager.idl5
1 files changed, 0 insertions, 5 deletions
diff --git a/offapi/com/sun/star/util/XCancelManager.idl b/offapi/com/sun/star/util/XCancelManager.idl
index 397360a73efe..dd32f74da00a 100644
--- a/offapi/com/sun/star/util/XCancelManager.idl
+++ b/offapi/com/sun/star/util/XCancelManager.idl
@@ -33,11 +33,9 @@
#include <com/sun/star/util/XCancellable.idl>
-//=============================================================================
module com { module sun { module star { module util {
-//=============================================================================
/** manages a list of cancelable objects.
@@ -45,19 +43,16 @@ module com { module sun { module star { module util {
*/
published interface XCancelManager: com::sun::star::uno::XInterface
{
- //-------------------------------------------------------------------------
/** registers a cancelable object.
*/
void registerCancellable( [in] com::sun::star::util::XCancellable Cancel );
- //-------------------------------------------------------------------------
/** deregisters a cancelable object.
*/
void releaseCancellable( [in] com::sun::star::util::XCancellable Cancel );
};
-//=============================================================================
}; }; }; };