Type: info
         Title: New optional "Version" property for css::embed::Storage service.
     Posted by: [EMAIL PROTECTED]
      Affected: [EMAIL PROTECTED],
         TaskId: i86651
<http://www.openoffice.org/issues/show_bug.cgi?id=86651>
Effective from: cws jl93


*Summary*
--------
::com::sun::star::embed::Storage
+ [property,optional] string Version;

comphelper/documentcontstants.hxx
+ #define ODFVER_010_TEXT_ASCII   "1.0"

+ #define ODFVER_011_TEXT_ASCII   "1.1"

+ #define ODFVER_012_TEXT_ASCII   "1.2"


+ #define ODFVER_010_TEXT ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( 
ODFVER_010_TEXT_ASCII ) )

+ #define ODFVER_011_TEXT ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( 
ODFVER_011_TEXT_ASCII ) )

+ #define ODFVER_012_TEXT ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( 
ODFVER_012_TEXT_ASCII ) )

*Description*
-------------
The ODF format allows now to specify the version of the format in the
manifest.xml. To allow access to the information the
::com::sun::star::embed::Storage service implements now an optional
property "Version", that allows to set/get the version string.
The mentioned string constants represent the currently supported versions.


Send feedback to [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to