summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--offapi/com/sun/star/text/TextSection.idl8
1 files changed, 6 insertions, 2 deletions
diff --git a/offapi/com/sun/star/text/TextSection.idl b/offapi/com/sun/star/text/TextSection.idl
index b5a586898..f855b286a 100644
--- a/offapi/com/sun/star/text/TextSection.idl
+++ b/offapi/com/sun/star/text/TextSection.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: TextSection.idl,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: mi $ $Date: 2000-11-08 12:44:27 $
+ * last change: $Author: os $ $Date: 2000-11-20 14:10:23 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -254,6 +254,10 @@ service TextSection
This is only valid if <code>EndnoteIsOwnNumbering</code> is set.
*/
[property] string EndnoteNumberingSuffix;
+ //-------------------------------------------------------------------------
+ /** determins if a DDE link is updated automatically.
+ */
+ [property] boolean IsAutomaticUpdate;
};