From 3a36f8b2cb1ceeccce05e70e947c31daaa413676 Mon Sep 17 00:00:00 2001 From: Vladimir Glazounov Date: Fri, 25 Feb 2005 08:32:16 +0000 Subject: [PATCH] INTEGRATION: CWS mav16 (1.4.58); FILE MERGED 2005/02/09 12:47:01 mav 1.4.58.1: #i41809# allow fallback during mediatype detection --- offapi/com/sun/star/embed/Storage.idl | 23 +++++++++++++++++++++-- 1 file changed, 21 insertions(+), 2 deletions(-) diff --git a/offapi/com/sun/star/embed/Storage.idl b/offapi/com/sun/star/embed/Storage.idl index e330ea90bede..32a7de3d65bd 100644 --- a/offapi/com/sun/star/embed/Storage.idl +++ b/offapi/com/sun/star/embed/Storage.idl @@ -2,9 +2,9 @@ * * $RCSfile: Storage.idl,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: obo $ $Date: 2004-11-17 12:35:24 $ + * last change: $Author: vg $ $Date: 2005-02-25 09:32:16 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -331,6 +331,25 @@ service Storage */ [property] string MediaType; + // ----------------------------------------------------------------------- + /** allows to detect whether mediatype is detected by using fallback + approach. + +

+ Can be set to true if the mediatype can not be detected in standard + way, but there is a fallback solution allows to do it. +

+ +

+ Usually means that the document validity is questionable, although + the package itself is not corrupted. The decision about document + validity in this case is in application hands. It is up to user of + the storage to deside whether he accepts the fallback approach for + an implementation of this service, outputs a warning or an error. +

+ */ + [property, readonly] boolean MediaTypeFallbackIsUsed; + // ----------------------------------------------------------------------- /** allows to detect whether the storage is a root one. */