:: com :: sun :: star :: task ::

exception FutureDocumentVersionProductUpdateRequest
Base Hierarchy
FutureDocumentVersionProductUpdateRequestClassifiedInteractionRequest
    ┗ ::com::sun::star::uno::Exception

Elements' Summary
DocumentURL specifies the URL of the document which conforms to a future ODF version 
DocumentODFVersion the ODF version which the document conforms to  
Elements' Details
DocumentURL
string DocumentURL;
Description
specifies the URL of the document which conforms to a future ODF version
DocumentODFVersion
string DocumentODFVersion;
Description
the ODF version which the document conforms to

If the request was not issued because of a too-new ODF version of the document, but because the application detected by other means that the document was too-new, then DocumentODFVersion is allowed to be empty

Top of Page