summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/packages/zip/ZipConstants.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/packages/zip/ZipConstants.idl')
-rw-r--r--offapi/com/sun/star/packages/zip/ZipConstants.idl34
1 files changed, 17 insertions, 17 deletions
diff --git a/offapi/com/sun/star/packages/zip/ZipConstants.idl b/offapi/com/sun/star/packages/zip/ZipConstants.idl
index 1a823a889255..12cccb7e2664 100644
--- a/offapi/com/sun/star/packages/zip/ZipConstants.idl
+++ b/offapi/com/sun/star/packages/zip/ZipConstants.idl
@@ -1,7 +1,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -26,25 +26,25 @@
************************************************************************/
#ifndef __com_sun_star_package_zip_ZipConstants_idl__
#define __com_sun_star_package_zip_ZipConstants_idl__
+
-
-//=============================================================================
-
+//=============================================================================
+
module com { module sun { module star { module packages { module zip {
-
-//=============================================================================
-
+
+//=============================================================================
+
/** defines the constants used by the ZIP interfaces.
*/
published constants ZipConstants
-{
+{
//-------------------------------------------------------------------------
- /** Compression method for the deflate algorithm (the only one currently
+ /** Compression method for the deflate algorithm (the only one currently
supported).
*/
const short DEFLATED = 8;
-
+
//-------------------------------------------------------------------------
/** Compression level for no compression.
*/
@@ -66,8 +66,8 @@ published constants ZipConstants
const short DEFAULT_COMPRESSION = -1;
//-------------------------------------------------------------------------
- /** Compression strategy best used for data consisting mostly of small
- values with a somewhat random distribution. Forces more Huffman
+ /** Compression strategy best used for data consisting mostly of small
+ values with a somewhat random distribution. Forces more Huffman
coding and less string matching.
*/
const short FILTERED = 1;
@@ -303,9 +303,9 @@ published constants ZipConstants
*/
const short ENDCOM = 20;
-};
-//=============================================================================
-
+};
+//=============================================================================
+
}; }; }; }; };
-
-#endif
+
+#endif