summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/util/CloseVetoException.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/util/CloseVetoException.idl')
-rw-r--r--offapi/com/sun/star/util/CloseVetoException.idl3
1 files changed, 0 insertions, 3 deletions
diff --git a/offapi/com/sun/star/util/CloseVetoException.idl b/offapi/com/sun/star/util/CloseVetoException.idl
index 4f55cbbb0bdd..e56a56954ffc 100644
--- a/offapi/com/sun/star/util/CloseVetoException.idl
+++ b/offapi/com/sun/star/util/CloseVetoException.idl
@@ -21,11 +21,9 @@
#include <com/sun/star/uno/Exception.idl>
-//=============================================================================
module com { module sun { module star { module util {
-//=============================================================================
/** this exception can be thrown to prevent the environment of any object
from closing
@@ -35,7 +33,6 @@ published exception CloseVetoException: com::sun::star::uno::Exception
{
};
-//=============================================================================
}; }; }; };