summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/packages/zip/ZipIOException.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/packages/zip/ZipIOException.idl')
-rw-r--r--offapi/com/sun/star/packages/zip/ZipIOException.idl3
1 files changed, 0 insertions, 3 deletions
diff --git a/offapi/com/sun/star/packages/zip/ZipIOException.idl b/offapi/com/sun/star/packages/zip/ZipIOException.idl
index 8831f28e3579..b14338fd5140 100644
--- a/offapi/com/sun/star/packages/zip/ZipIOException.idl
+++ b/offapi/com/sun/star/packages/zip/ZipIOException.idl
@@ -30,11 +30,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.
Usually can be thrown from XInputStream interface implementations.
@@ -47,7 +45,6 @@ published exception ZipIOException: com::sun::star::io::IOException
{
};
-//=============================================================================
}; }; }; }; };