summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/embed/Storage.idl
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2008-05-14 09:27:54 +0000
committerVladimir Glazounov <vg@openoffice.org>2008-05-14 09:27:54 +0000
commitd7f6bda385ecf35ef2a78849889305c202655f46 (patch)
treeeee723f87ea58df1c377934ba84a92a9d3452641 /offapi/com/sun/star/embed/Storage.idl
parent89252110253f2bfea9434e7fb52d17620d14fad6 (diff)
INTEGRATION: CWS jl93 (1.6.508); FILE MERGED
2008/05/05 13:15:23 jl 1.6.508.2: RESYNC: (1.6-1.7); FILE MERGED 2008/04/08 15:06:58 mav 1.6.508.1: #i86651# add optional Version property
Diffstat (limited to 'offapi/com/sun/star/embed/Storage.idl')
-rw-r--r--offapi/com/sun/star/embed/Storage.idl8
1 files changed, 7 insertions, 1 deletions
diff --git a/offapi/com/sun/star/embed/Storage.idl b/offapi/com/sun/star/embed/Storage.idl
index 55ae1ac8eedc..b7c85707cf7f 100644
--- a/offapi/com/sun/star/embed/Storage.idl
+++ b/offapi/com/sun/star/embed/Storage.idl
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: Storage.idl,v $
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
* This file is part of OpenOffice.org.
*
@@ -301,6 +301,12 @@ service Storage
[property] string MediaType;
// -----------------------------------------------------------------------
+ /** allows to get and set the version of the format related to the
+ MediaType.
+ */
+ [property,optional] string Version;
+
+ // -----------------------------------------------------------------------
/** allows to detect whether mediatype is detected by using fallback
approach.