summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/text/TextFieldMaster.idl
diff options
context:
space:
mode:
authorOliver Specht <os@openoffice.org>2001-09-10 12:10:44 +0000
committerOliver Specht <os@openoffice.org>2001-09-10 12:10:44 +0000
commit5b22d75d8fbfaefac0978290889dce33abf08054 (patch)
tree31d06a142bded324095c0c181019218574c05740 /offapi/com/sun/star/text/TextFieldMaster.idl
parentbb73c2f5c74c1e99bffe0dc6fd5f54fd3dfcbf9d (diff)
#88350# Name property now optional
Diffstat (limited to 'offapi/com/sun/star/text/TextFieldMaster.idl')
-rw-r--r--offapi/com/sun/star/text/TextFieldMaster.idl7
1 files changed, 4 insertions, 3 deletions
diff --git a/offapi/com/sun/star/text/TextFieldMaster.idl b/offapi/com/sun/star/text/TextFieldMaster.idl
index fa3e0577972c..bb77328cf12f 100644
--- a/offapi/com/sun/star/text/TextFieldMaster.idl
+++ b/offapi/com/sun/star/text/TextFieldMaster.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: TextFieldMaster.idl,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: os $ $Date: 2001-07-30 12:00:18 $
+ * last change: $Author: os $ $Date: 2001-09-10 13:10:44 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -87,8 +87,9 @@ service TextFieldMaster
/** determins the name of the field master. The name is void as long as the
instance is not member of the document structure. When the value is being set
the instance is inserted into the document and the name cannot be changed afterwards.
+ That does not apply to the Database text field master.
*/
- [property] string Name;
+ [optional, property] string Name;
//------------------------------------------------------------------------
/** contains a sequence of all fields that depend on this master.
*/