summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/packages
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/packages')
-rw-r--r--offapi/com/sun/star/packages/EncryptionNotAllowedException.idl6
-rw-r--r--offapi/com/sun/star/packages/NoEncryptionException.idl6
-rw-r--r--offapi/com/sun/star/packages/NoRawFormatException.idl6
-rw-r--r--offapi/com/sun/star/packages/Package.idl9
-rw-r--r--offapi/com/sun/star/packages/PackageEncryption.idl6
-rw-r--r--offapi/com/sun/star/packages/PackageFolder.idl10
-rw-r--r--offapi/com/sun/star/packages/PackageFolderEnumeration.idl6
-rw-r--r--offapi/com/sun/star/packages/PackageStream.idl9
-rw-r--r--offapi/com/sun/star/packages/WrongPasswordException.idl6
-rw-r--r--offapi/com/sun/star/packages/XDataSinkEncrSupport.idl15
-rw-r--r--offapi/com/sun/star/packages/XPackageEncryption.idl9
-rw-r--r--offapi/com/sun/star/packages/manifest/ManifestReader.idl6
-rw-r--r--offapi/com/sun/star/packages/manifest/ManifestWriter.idl6
-rw-r--r--offapi/com/sun/star/packages/manifest/XManifestReader.idl6
-rw-r--r--offapi/com/sun/star/packages/manifest/XManifestWriter.idl6
-rw-r--r--offapi/com/sun/star/packages/zip/XZipFileAccess.idl10
-rw-r--r--offapi/com/sun/star/packages/zip/XZipFileAccess2.idl7
-rw-r--r--offapi/com/sun/star/packages/zip/ZipConstants.idl4
-rw-r--r--offapi/com/sun/star/packages/zip/ZipEntry.idl10
-rw-r--r--offapi/com/sun/star/packages/zip/ZipException.idl10
-rw-r--r--offapi/com/sun/star/packages/zip/ZipFileAccess.idl9
-rw-r--r--offapi/com/sun/star/packages/zip/ZipIOException.idl6
22 files changed, 0 insertions, 168 deletions
diff --git a/offapi/com/sun/star/packages/EncryptionNotAllowedException.idl b/offapi/com/sun/star/packages/EncryptionNotAllowedException.idl
index e42e53e423ca..47351491c9f1 100644
--- a/offapi/com/sun/star/packages/EncryptionNotAllowedException.idl
+++ b/offapi/com/sun/star/packages/EncryptionNotAllowedException.idl
@@ -16,10 +16,6 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __com_sun_star_packages_EncryptionNotAllowedException_idl__
-#define __com_sun_star_packages_EncryptionNotAllowedException_idl__
-
-#include <com/sun/star/uno/Exception.idl>
@@ -34,6 +30,4 @@ exception EncryptionNotAllowedException: com::sun::star::uno::Exception
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/packages/NoEncryptionException.idl b/offapi/com/sun/star/packages/NoEncryptionException.idl
index c98ca62b7b32..b153b9a393b7 100644
--- a/offapi/com/sun/star/packages/NoEncryptionException.idl
+++ b/offapi/com/sun/star/packages/NoEncryptionException.idl
@@ -16,10 +16,6 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __com_sun_star_packages_NoEncryptionException_idl__
-#define __com_sun_star_packages_NoEncryptionException_idl__
-
-#include <com/sun/star/uno/Exception.idl>
@@ -34,6 +30,4 @@ published exception NoEncryptionException: com::sun::star::uno::Exception
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/packages/NoRawFormatException.idl b/offapi/com/sun/star/packages/NoRawFormatException.idl
index 2bd981f36759..51febe8e6bc8 100644
--- a/offapi/com/sun/star/packages/NoRawFormatException.idl
+++ b/offapi/com/sun/star/packages/NoRawFormatException.idl
@@ -16,10 +16,6 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __com_sun_star_packages_NoRawFormatException_idl__
-#define __com_sun_star_packages_NoRawFormatException_idl__
-
-#include <com/sun/star/io/IOException.idl>
@@ -35,6 +31,4 @@ published exception NoRawFormatException: com::sun::star::io::IOException
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/packages/Package.idl b/offapi/com/sun/star/packages/Package.idl
index fa44f811596b..36910367446c 100644
--- a/offapi/com/sun/star/packages/Package.idl
+++ b/offapi/com/sun/star/packages/Package.idl
@@ -16,13 +16,6 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __com_sun_star_packages_Package_idl__
-#define __com_sun_star_packages_Package_idl__
-
-#include <com/sun/star/lang/XInitialization.idl>
-#include <com/sun/star/container/XHierarchicalNameAccess.idl>
-#include <com/sun/star/lang/XSingleServiceFactory.idl>
-#include <com/sun/star/util/XChangesBatch.idl>
@@ -102,6 +95,4 @@ published service Package
};
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/packages/PackageEncryption.idl b/offapi/com/sun/star/packages/PackageEncryption.idl
index a2ab55ed3be8..e3f74add2cb4 100644
--- a/offapi/com/sun/star/packages/PackageEncryption.idl
+++ b/offapi/com/sun/star/packages/PackageEncryption.idl
@@ -6,10 +6,6 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
-#ifndef __com_sun_star_packages_PackageEncryption_idl__
-#define __com_sun_star_packages_PackageEncryption_idl__
-
-#include <com/sun/star/packages/XPackageEncryption.idl>
module com { module sun { module star { module packages {
@@ -20,6 +16,4 @@ service PackageEncryption : XPackageEncryption;
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/packages/PackageFolder.idl b/offapi/com/sun/star/packages/PackageFolder.idl
index 8b652d3bded1..7f9a9007125c 100644
--- a/offapi/com/sun/star/packages/PackageFolder.idl
+++ b/offapi/com/sun/star/packages/PackageFolder.idl
@@ -16,14 +16,6 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __com_sun_star_packages_PackageFolder_idl__
-#define __com_sun_star_packages_PackageFolder_idl__
-
-#include <com/sun/star/container/XNamed.idl>
-#include <com/sun/star/container/XChild.idl>
-#include <com/sun/star/container/XNameContainer.idl>
-#include <com/sun/star/beans/XPropertySet.idl>
-#include <com/sun/star/container/XEnumerationAccess.idl>
module com { module sun { module star { module packages {
@@ -81,6 +73,4 @@ published service PackageFolder
};
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/packages/PackageFolderEnumeration.idl b/offapi/com/sun/star/packages/PackageFolderEnumeration.idl
index 980de887a9e5..2b68f4457336 100644
--- a/offapi/com/sun/star/packages/PackageFolderEnumeration.idl
+++ b/offapi/com/sun/star/packages/PackageFolderEnumeration.idl
@@ -16,12 +16,8 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __com_sun_star_packages_PackageFolderEnumeration_idl__
-#define __com_sun_star_packages_PackageFolderEnumeration_idl__
-#include <com/sun/star/container/XEnumeration.idl>
-
module com { module sun { module star { module packages {
@@ -39,6 +35,4 @@ published service PackageFolderEnumeration
};
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/packages/PackageStream.idl b/offapi/com/sun/star/packages/PackageStream.idl
index 432a527f6b3e..cdabd01c18e4 100644
--- a/offapi/com/sun/star/packages/PackageStream.idl
+++ b/offapi/com/sun/star/packages/PackageStream.idl
@@ -16,15 +16,8 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __com_sun_star_packages_PackageStream_idl__
-#define __com_sun_star_packages_PackageStream_idl__
-#include <com/sun/star/container/XNamed.idl>
-#include <com/sun/star/container/XChild.idl>
-#include <com/sun/star/beans/XPropertySet.idl>
-#include <com/sun/star/io/XActiveDataSink.idl>
-
module com { module sun { module star { module packages {
@@ -71,6 +64,4 @@ published service PackageStream
};
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/packages/WrongPasswordException.idl b/offapi/com/sun/star/packages/WrongPasswordException.idl
index e0b16d5da1c7..0c94eaef99e1 100644
--- a/offapi/com/sun/star/packages/WrongPasswordException.idl
+++ b/offapi/com/sun/star/packages/WrongPasswordException.idl
@@ -16,10 +16,6 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __com_sun_star_packages_WrongPasswordException_idl__
-#define __com_sun_star_packages_WrongPasswordException_idl__
-
-#include <com/sun/star/uno/Exception.idl>
@@ -34,6 +30,4 @@ published exception WrongPasswordException: com::sun::star::uno::Exception
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/packages/XDataSinkEncrSupport.idl b/offapi/com/sun/star/packages/XDataSinkEncrSupport.idl
index 05c0cbb6544b..6cac000de1c3 100644
--- a/offapi/com/sun/star/packages/XDataSinkEncrSupport.idl
+++ b/offapi/com/sun/star/packages/XDataSinkEncrSupport.idl
@@ -16,19 +16,6 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __com_sun_star_packages_XDataSinkEncrSupport_idl__
-#define __com_sun_star_packages_XDataSinkEncrSupport_idl__
-
-#include <com/sun/star/uno/XInterface.idl>
-
-#include <com/sun/star/io/XInputStream.idl>
-
-#include <com/sun/star/io/IOException.idl>
-#include <com/sun/star/packages/WrongPasswordException.idl>
-#include <com/sun/star/packages/NoEncryptionException.idl>
-
-#include <com/sun/star/packages/EncryptionNotAllowedException.idl>
-#include <com/sun/star/packages/NoRawFormatException.idl>
@@ -137,6 +124,4 @@ interface XDataSinkEncrSupport: com::sun::star::uno::XInterface
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/packages/XPackageEncryption.idl b/offapi/com/sun/star/packages/XPackageEncryption.idl
index 5ccec598a531..1f324131d6db 100644
--- a/offapi/com/sun/star/packages/XPackageEncryption.idl
+++ b/offapi/com/sun/star/packages/XPackageEncryption.idl
@@ -16,13 +16,6 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __com_sun_star_packages_XPackageEncryption_idl__
-#define __com_sun_star_packages_XPackageEncryption_idl__
-
-#include <com/sun/star/uno/XInterface.idl>
-
-#include <com/sun/star/io/XInputStream.idl>
-#include <com/sun/star/io/XOutputStream.idl>
module com { module sun { module star { module packages {
@@ -129,6 +122,4 @@ interface XPackageEncryption: com::sun::star::uno::XInterface
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/packages/manifest/ManifestReader.idl b/offapi/com/sun/star/packages/manifest/ManifestReader.idl
index 262234947bee..32f4b1dee869 100644
--- a/offapi/com/sun/star/packages/manifest/ManifestReader.idl
+++ b/offapi/com/sun/star/packages/manifest/ManifestReader.idl
@@ -16,10 +16,6 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __com_sun_star_packages_manifest_ManifestReader_idl__
-#define __com_sun_star_packages_manifest_ManifestReader_idl__
-
-#include <com/sun/star/packages/manifest/XManifestReader.idl>
module com { module sun { module star { module packages { module manifest {
@@ -28,6 +24,4 @@ published service ManifestReader : XManifestReader;
}; }; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/packages/manifest/ManifestWriter.idl b/offapi/com/sun/star/packages/manifest/ManifestWriter.idl
index d61e65233bb7..c01508b209f0 100644
--- a/offapi/com/sun/star/packages/manifest/ManifestWriter.idl
+++ b/offapi/com/sun/star/packages/manifest/ManifestWriter.idl
@@ -16,10 +16,6 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __com_sun_star_packages_manifest_ManifestWriter_idl__
-#define __com_sun_star_packages_manifest_ManifestWriter_idl__
-
-#include <com/sun/star/packages/manifest/XManifestWriter.idl>
module com { module sun { module star { module packages { module manifest {
@@ -28,6 +24,4 @@ published service ManifestWriter : XManifestWriter;
}; }; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/packages/manifest/XManifestReader.idl b/offapi/com/sun/star/packages/manifest/XManifestReader.idl
index 4005aac4d345..b198bc627738 100644
--- a/offapi/com/sun/star/packages/manifest/XManifestReader.idl
+++ b/offapi/com/sun/star/packages/manifest/XManifestReader.idl
@@ -16,11 +16,6 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __com_sun_star_packages_manifest_XManifestReader_idl__
-#define __com_sun_star_packages_manifest_XManifestReader_idl__
-
-#include <com/sun/star/beans/PropertyValue.idl>
-#include <com/sun/star/io/XInputStream.idl>
module com { module sun { module star { module packages { module manifest {
@@ -37,6 +32,5 @@ published interface XManifestReader: com::sun::star::uno::XInterface
sequence < sequence < com::sun::star::beans::PropertyValue > > readManifestSequence( [in] com::sun::star::io::XInputStream rStream );
};
}; }; }; }; };
-#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/packages/manifest/XManifestWriter.idl b/offapi/com/sun/star/packages/manifest/XManifestWriter.idl
index 0886d732fdf4..6b615595333d 100644
--- a/offapi/com/sun/star/packages/manifest/XManifestWriter.idl
+++ b/offapi/com/sun/star/packages/manifest/XManifestWriter.idl
@@ -16,11 +16,6 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __com_sun_star_packages_manifest_XManifestWriter_idl__
-#define __com_sun_star_packages_manifest_XManifestWriter_idl__
-
-#include <com/sun/star/beans/PropertyValue.idl>
-#include <com/sun/star/io/XOutputStream.idl>
module com { module sun { module star { module packages { module manifest {
@@ -39,6 +34,5 @@ published interface XManifestWriter: com::sun::star::uno::XInterface
[in] sequence < sequence < com::sun::star::beans::PropertyValue > > rSequence );
};
}; }; }; }; };
-#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/packages/zip/XZipFileAccess.idl b/offapi/com/sun/star/packages/zip/XZipFileAccess.idl
index af3ac00ee130..52fb53ca7e1e 100644
--- a/offapi/com/sun/star/packages/zip/XZipFileAccess.idl
+++ b/offapi/com/sun/star/packages/zip/XZipFileAccess.idl
@@ -16,14 +16,6 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __com_sun_star_packages_zip_XZipFileAccess_idl__
-#define __com_sun_star_packages_zip_XZipFileAccess_idl__
-
-#include <com/sun/star/container/NoSuchElementException.idl>
-#include <com/sun/star/io/XInputStream.idl>
-#include <com/sun/star/io/IOException.idl>
-#include <com/sun/star/uno/XInterface.idl>
-#include <com/sun/star/packages/zip/ZipException.idl>
module com { module sun { module star { module packages { module zip {
@@ -53,6 +45,4 @@ interface XZipFileAccess: ::com::sun::star::uno::XInterface
}; }; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/packages/zip/XZipFileAccess2.idl b/offapi/com/sun/star/packages/zip/XZipFileAccess2.idl
index 796ecf4cedcf..24cc8018b7ec 100644
--- a/offapi/com/sun/star/packages/zip/XZipFileAccess2.idl
+++ b/offapi/com/sun/star/packages/zip/XZipFileAccess2.idl
@@ -16,11 +16,6 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __com_sun_star_packages_zip_XZipFileAccess2_idl__
-#define __com_sun_star_packages_zip_XZipFileAccess2_idl__
-
-#include <com/sun/star/packages/zip/XZipFileAccess.idl>
-#include <com/sun/star/container/XNameAccess.idl>
module com { module sun { module star { module packages { module zip {
@@ -40,6 +35,4 @@ interface XZipFileAccess2
}; }; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/packages/zip/ZipConstants.idl b/offapi/com/sun/star/packages/zip/ZipConstants.idl
index 553ed4707829..bdb6d77832fd 100644
--- a/offapi/com/sun/star/packages/zip/ZipConstants.idl
+++ b/offapi/com/sun/star/packages/zip/ZipConstants.idl
@@ -16,8 +16,6 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __com_sun_star_packages_zip_ZipConstants_idl__
-#define __com_sun_star_packages_zip_ZipConstants_idl__
@@ -245,6 +243,4 @@ published constants ZipConstants
}; }; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/packages/zip/ZipEntry.idl b/offapi/com/sun/star/packages/zip/ZipEntry.idl
index fa3e41ba1e53..1bdd6b619077 100644
--- a/offapi/com/sun/star/packages/zip/ZipEntry.idl
+++ b/offapi/com/sun/star/packages/zip/ZipEntry.idl
@@ -16,14 +16,6 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __com_sun_star_packages_zip_ZipEntry_idl__
-#define __com_sun_star_packages_zip_ZipEntry_idl__
-
-#include <com/sun/star/uno/XInterface.idl>
-
-#include <com/sun/star/xml/sax/InputSource.idl>
-
-#include <com/sun/star/io/IOException.idl>
@@ -90,6 +82,4 @@ published struct ZipEntry
}; }; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/packages/zip/ZipException.idl b/offapi/com/sun/star/packages/zip/ZipException.idl
index 1ff286d0386c..faba23673891 100644
--- a/offapi/com/sun/star/packages/zip/ZipException.idl
+++ b/offapi/com/sun/star/packages/zip/ZipException.idl
@@ -16,14 +16,6 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __com_sun_star_packages_zip_ZipException_idl__
-#define __com_sun_star_packages_zip_ZipException_idl__
-
-#include <com/sun/star/uno/XInterface.idl>
-
-#include <com/sun/star/io/XInputStream.idl>
-
-#include <com/sun/star/io/IOException.idl>
module com { module sun { module star { module packages { module zip {
@@ -40,6 +32,4 @@ published exception ZipException: com::sun::star::uno::Exception
}; }; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/packages/zip/ZipFileAccess.idl b/offapi/com/sun/star/packages/zip/ZipFileAccess.idl
index 6d54509b5670..0b516077432f 100644
--- a/offapi/com/sun/star/packages/zip/ZipFileAccess.idl
+++ b/offapi/com/sun/star/packages/zip/ZipFileAccess.idl
@@ -16,13 +16,6 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __com_sun_star_packages_zip_ZipFileAccess_idl__
-#define __com_sun_star_packages_zip_ZipFileAccess_idl__
-
-#include <com/sun/star/packages/zip/XZipFileAccess2.idl>
-#include <com/sun/star/packages/zip/ZipException.idl>
-#include <com/sun/star/ucb/ContentCreationException.idl>
-#include <com/sun/star/ucb/InteractiveIOException.idl>
@@ -43,6 +36,4 @@ service ZipFileAccess : XZipFileAccess2
}; }; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/packages/zip/ZipIOException.idl b/offapi/com/sun/star/packages/zip/ZipIOException.idl
index ff0cb964e366..200e48145779 100644
--- a/offapi/com/sun/star/packages/zip/ZipIOException.idl
+++ b/offapi/com/sun/star/packages/zip/ZipIOException.idl
@@ -16,10 +16,6 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __com_sun_star_packages_zip_ZipIOException_idl__
-#define __com_sun_star_packages_zip_ZipIOException_idl__
-
-#include <com/sun/star/io/IOException.idl>
module com { module sun { module star { module packages { module zip {
@@ -39,6 +35,4 @@ published exception ZipIOException: com::sun::star::io::IOException
}; }; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */