summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/packages/zip/ZipException.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/packages/zip/ZipException.idl')
-rw-r--r--offapi/com/sun/star/packages/zip/ZipException.idl3
1 files changed, 0 insertions, 3 deletions
diff --git a/offapi/com/sun/star/packages/zip/ZipException.idl b/offapi/com/sun/star/packages/zip/ZipException.idl
index 0797484f6dbc..1ff286d0386c 100644
--- a/offapi/com/sun/star/packages/zip/ZipException.idl
+++ b/offapi/com/sun/star/packages/zip/ZipException.idl
@@ -25,11 +25,9 @@
#include <com/sun/star/io/IOException.idl>
-//=============================================================================
module com { module sun { module star { module packages { module zip {
-//=============================================================================
/** used to indicate that a ZIP exception has occurred.
<p>This interface is an IDL version of the Java interface
@@ -39,7 +37,6 @@ published exception ZipException: com::sun::star::uno::Exception
{
};
-//=============================================================================
}; }; }; }; };