summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikhail Voitenko <mav@openoffice.org>2002-07-09 06:47:03 +0000
committerMikhail Voitenko <mav@openoffice.org>2002-07-09 06:47:03 +0000
commitbd73df0b613647e6d9c6d53d1854547739a16dc0 (patch)
tree3cb425db0df504d38db76b8f4972511c373377e2
parentb7531e3c79388646903e02f965eda04b565ae6b3 (diff)
#96593# Support UpdateDocFromTemplate param
-rw-r--r--offapi/com/sun/star/document/MediaDescriptor.idl11
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;
};
//=============================================================================