summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/util/XCancellable.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/util/XCancellable.idl')
-rw-r--r--offapi/com/sun/star/util/XCancellable.idl4
1 files changed, 0 insertions, 4 deletions
diff --git a/offapi/com/sun/star/util/XCancellable.idl b/offapi/com/sun/star/util/XCancellable.idl
index f8021051accd..1894ac95a248 100644
--- a/offapi/com/sun/star/util/XCancellable.idl
+++ b/offapi/com/sun/star/util/XCancellable.idl
@@ -22,11 +22,9 @@
#include <com/sun/star/uno/XInterface.idl>
-//=============================================================================
module com { module sun { module star { module util {
-//=============================================================================
/** offers the possibility of canceling a job.
@@ -34,14 +32,12 @@ module com { module sun { module star { module util {
*/
published interface XCancellable: com::sun::star::uno::XInterface
{
- //-------------------------------------------------------------------------
/** cancels the current job of the object.
*/
void cancel();
};
-//=============================================================================
}; }; }; };