summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/text/fieldmaster/SetExpression.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/text/fieldmaster/SetExpression.idl')
-rw-r--r--offapi/com/sun/star/text/fieldmaster/SetExpression.idl6
1 files changed, 3 insertions, 3 deletions
diff --git a/offapi/com/sun/star/text/fieldmaster/SetExpression.idl b/offapi/com/sun/star/text/fieldmaster/SetExpression.idl
index 1c6276205f3b..f939029bf26e 100644
--- a/offapi/com/sun/star/text/fieldmaster/SetExpression.idl
+++ b/offapi/com/sun/star/text/fieldmaster/SetExpression.idl
@@ -44,17 +44,17 @@ published service SetExpression
service com::sun::star::text::TextFieldMaster;
//------------------------------------------------------------------------
- /** determins the number of the chapter. This values is used if the field master
+ /** determines the number of the chapter. This values is used if the field master
is set as number sequence.
*/
[property] byte ChapterNumberingLevel;
//------------------------------------------------------------------------
- /** determins the numbering separator string if the field master
+ /** determines the numbering separator string if the field master
is set as number sequence.
*/
[property] string NumberingSeparator;
//------------------------------------------------------------------------
- /** determins the type of the field as <type scope="com::sun::star::text"SetVariableType</type>
+ /** determines the type of the field as <type scope="com::sun::star::text"SetVariableType</type>
*/
[property] short SubType;
};