summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/document/MediaDescriptor.idl
diff options
context:
space:
mode:
authorMikhail Voitenko <mav@openoffice.org>2002-07-17 13:09:34 +0000
committerMikhail Voitenko <mav@openoffice.org>2002-07-17 13:09:34 +0000
commitcd573c23ea5eac55b27edb6b569094edef43d080 (patch)
tree7c4464a4615c8f3f229cd16eddf88bcd202ea3a5 /offapi/com/sun/star/document/MediaDescriptor.idl
parentb514b05a42665738c1a57b7bac44e0605fce7ebf (diff)
#101354# new UpdateDocMode argument
Diffstat (limited to 'offapi/com/sun/star/document/MediaDescriptor.idl')
-rw-r--r--offapi/com/sun/star/document/MediaDescriptor.idl10
1 files changed, 5 insertions, 5 deletions
diff --git a/offapi/com/sun/star/document/MediaDescriptor.idl b/offapi/com/sun/star/document/MediaDescriptor.idl
index 3bfa4d9ad2ff..c58843fbe6aa 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.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: mav $ $Date: 2002-07-09 07:47:03 $
+ * last change: $Author: mav $ $Date: 2002-07-17 14:09:34 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -225,11 +225,11 @@ service MediaDescriptor
[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>
+ /** can the document be updated depending from links.
+ the value should be one from <type scope="com::sun::star::document">UpdateDocMode</type>
constant list
*/
- [property] short UpdateDocFromTemplate;
+ [property] short UpdateDocMode;
};
//=============================================================================