diff options
Diffstat (limited to 'offapi/com/sun/star/text/textfield/DatabaseNumberOfSet.idl')
-rw-r--r-- | offapi/com/sun/star/text/textfield/DatabaseNumberOfSet.idl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/offapi/com/sun/star/text/textfield/DatabaseNumberOfSet.idl b/offapi/com/sun/star/text/textfield/DatabaseNumberOfSet.idl index 3f31ff259..84aad1c3f 100644 --- a/offapi/com/sun/star/text/textfield/DatabaseNumberOfSet.idl +++ b/offapi/com/sun/star/text/textfield/DatabaseNumberOfSet.idl @@ -62,11 +62,11 @@ published service DatabaseNumberOfSet */ [property] string DataTableName; - /** contains the conditions that determins whether the SetNumber is applied or not. + /** contains the conditions that determines whether the SetNumber is applied or not. */ [property] string Condition; - /** cotains the set number that is to be applied. + /** contains the set number that is to be applied. */ [property] long SetNumber; |