summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--offapi/com/sun/star/text/textfield/GetExpression.idl8
-rw-r--r--offapi/type_reference/types.rdbbin7439872 -> 7439872 bytes
2 files changed, 3 insertions, 5 deletions
diff --git a/offapi/com/sun/star/text/textfield/GetExpression.idl b/offapi/com/sun/star/text/textfield/GetExpression.idl
index cb9f75614cf0..4db8f1bb10d8 100644
--- a/offapi/com/sun/star/text/textfield/GetExpression.idl
+++ b/offapi/com/sun/star/text/textfield/GetExpression.idl
@@ -42,10 +42,7 @@ published service GetExpression
@see com::sun::star::util::NumberFormatter
*/
[property]long NumberFormat;
- /** specifies the type of the numbering as
- <type scope="com::sun::star::style">NumberingType</type>
- */
- [property]short NumberingType;
+
/** determines whether the content is displayed or evaluated.
*/
[property]boolean IsShowFormula;
@@ -55,7 +52,8 @@ published service GetExpression
[property]short SubType;
/** contains the numerical value of the field.
*/
- [property]double Value;
+ [property, readonly] double Value;
+
/** deprecated
*/
[property]short VariableSubtype;
diff --git a/offapi/type_reference/types.rdb b/offapi/type_reference/types.rdb
index dd3996911373..48ce5b9889d9 100644
--- a/offapi/type_reference/types.rdb
+++ b/offapi/type_reference/types.rdb
Binary files differ