diff options
-rw-r--r-- | offapi/com/sun/star/document/MediaDescriptor.idl | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/offapi/com/sun/star/document/MediaDescriptor.idl b/offapi/com/sun/star/document/MediaDescriptor.idl index 5aa98a2048e3..3bfa4d9ad2ff 100644 --- a/offapi/com/sun/star/document/MediaDescriptor.idl +++ b/offapi/com/sun/star/document/MediaDescriptor.idl @@ -2,9 +2,9 @@ * * $RCSfile: MediaDescriptor.idl,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: mav $ $Date: 2002-06-21 08:21:34 $ + * last change: $Author: mav $ $Date: 2002-07-09 07:47:03 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -223,6 +223,13 @@ service MediaDescriptor constant list */ [property] short MacroExecutionMode; + + //------------------------------------------------------------------------- + /** can the document be updated depending from template. + the value should be one from <type scope="com::sun::star::document">ConfigItemAPIMode</type> + constant list + */ + [property] short UpdateDocFromTemplate; }; //============================================================================= |