summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/embed/StorageFormats.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/embed/StorageFormats.idl')
-rw-r--r--offapi/com/sun/star/embed/StorageFormats.idl6
1 files changed, 0 insertions, 6 deletions
diff --git a/offapi/com/sun/star/embed/StorageFormats.idl b/offapi/com/sun/star/embed/StorageFormats.idl
index c8db4f52e0f0..b5806bcf736b 100644
--- a/offapi/com/sun/star/embed/StorageFormats.idl
+++ b/offapi/com/sun/star/embed/StorageFormats.idl
@@ -20,11 +20,9 @@
#define __com_sun_star_embed_StorageFormats_idl__
-//============================================================================
module com { module sun { module star { module embed {
-//============================================================================
/** The constant set contains IDs of formats that are supported by
<type>StorageFactory</type>.
@@ -33,23 +31,19 @@ module com { module sun { module star { module embed {
*/
published constants StorageFormats
{
- //------------------------------------------------------------------------
/** specifies package format
*/
const long PACKAGE = 1;
- //------------------------------------------------------------------------
/** specifies zip format
*/
const long ZIP = 2;
- //------------------------------------------------------------------------
/** specifies Office Open XML format
*/
const long OFOPXML = 3;
};
-//============================================================================
}; }; }; };