summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOliver Specht <os@openoffice.org>2000-11-20 13:10:23 +0000
committerOliver Specht <os@openoffice.org>2000-11-20 13:10:23 +0000
commitf71a35f7911e0b018fd40d713f2ce020ce92e260 (patch)
tree77a2b0d4fafdd438e1809a37fbc74d5a09f6532d
parentf5ba8143c3f3c53a801ef720b0cb956f60bc4312 (diff)
property IsAutomaticUpdate added
-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;
};