summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/text/textfield/GetExpression.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/text/textfield/GetExpression.idl')
-rw-r--r--offapi/com/sun/star/text/textfield/GetExpression.idl6
1 files changed, 3 insertions, 3 deletions
diff --git a/offapi/com/sun/star/text/textfield/GetExpression.idl b/offapi/com/sun/star/text/textfield/GetExpression.idl
index 9e95ceb46473..3d14a22b941f 100644
--- a/offapi/com/sun/star/text/textfield/GetExpression.idl
+++ b/offapi/com/sun/star/text/textfield/GetExpression.idl
@@ -45,7 +45,7 @@ published service GetExpression
*/
[property]string Content;
/** contains the current content of the text field.
- <p> This property is escpecially usefull for import/export purposes. </p>
+ <p> This property is especially useful for import/export purposes. </p>
*/
[property]string CurrentPresentation;
/** this is the number format for this field.
@@ -56,10 +56,10 @@ published service GetExpression
<type scope="com::sun::star::style">NumberingType</type>
*/
[property]short NumberingType;
- /** determins whether the content is displayed or evaluated.
+ /** determines whether the content is displayed or evaluated.
*/
[property]boolean IsShowFormula;
- /** determins the type of the variable as described in
+ /** determines the type of the variable as described in
<type scope="com::sun::star::text">SetVariableType</type>
*/
[property]short SubType;