diff options
author | Oliver Bolte <obo@openoffice.org> | 2004-06-03 20:20:04 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2004-06-03 20:20:04 +0000 |
commit | f6df829eabb93893aaf6cdbad70609765ff97d8e (patch) | |
tree | 7198e333d1af07d8c0c249b15604330080c2d258 /offapi/com/sun/star/packages | |
parent | 9b6c956b134abc3418ddf1957d38d2433e1597cd (diff) |
INTEGRATION: CWS sb18 (1.1.436); FILE MERGED
2004/05/21 15:00:04 sb 1.1.436.1: #i21150# Added published flag.
Diffstat (limited to 'offapi/com/sun/star/packages')
-rw-r--r-- | offapi/com/sun/star/packages/zip/ZipException.idl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/offapi/com/sun/star/packages/zip/ZipException.idl b/offapi/com/sun/star/packages/zip/ZipException.idl index a96c0b621..87ad06afd 100644 --- a/offapi/com/sun/star/packages/zip/ZipException.idl +++ b/offapi/com/sun/star/packages/zip/ZipException.idl @@ -2,9 +2,9 @@ * * $RCSfile: ZipException.idl,v $ * - * $Revision: 1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: mtg $ $Date: 2001-07-04 14:09:54 $ + * last change: $Author: obo $ $Date: 2004-06-03 21:20:04 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -83,7 +83,7 @@ module com { module sun { module star { module packages { module zip { <p>This interface is an IDL version of the Java interface <em>java.util.zip.ZipException</em> with some minor adaptations.</p> */ -exception ZipException: com::sun::star::uno::Exception +published exception ZipException: com::sun::star::uno::Exception { }; |