summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/util/XCloseable.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/util/XCloseable.idl')
-rw-r--r--offapi/com/sun/star/util/XCloseable.idl4
1 files changed, 0 insertions, 4 deletions
diff --git a/offapi/com/sun/star/util/XCloseable.idl b/offapi/com/sun/star/util/XCloseable.idl
index d89a16eef27e..329945443cef 100644
--- a/offapi/com/sun/star/util/XCloseable.idl
+++ b/offapi/com/sun/star/util/XCloseable.idl
@@ -31,11 +31,9 @@
#include <com/sun/star/uno/XInterface.idl>
#include <com/sun/star/util/XCloseBroadcaster.idl>
-//=============================================================================
module com { module sun { module star { module util {
-//=============================================================================
/** makes it possible to release any objects in a ordered manner by using
a two-step mechanism
@@ -66,7 +64,6 @@ module com { module sun { module star { module util {
*/
published interface XCloseable: XCloseBroadcaster
{
- //-------------------------------------------------------------------------
/** try to close the object
<p>
@@ -124,7 +121,6 @@ published interface XCloseable: XCloseBroadcaster
raises( CloseVetoException );
};
-//=============================================================================
}; }; }; };