diff options
author | Michael Stahl <mstahl@redhat.com> | 2013-03-19 13:22:17 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2013-03-19 13:29:32 +0100 |
commit | 3b2cbfaa5623ea8443ce1084ece642139de7539d (patch) | |
tree | 734255cefc965c4278879cc03745ec1fbe5771be /offapi | |
parent | 69b19ba284a1589a9e85b259dfe327cb7ee9d618 (diff) |
API CHANGE: SetExpression VariableName is read-only
The implementation in Writer has been read-only since initial CVS
import, so adapt com.sun.star.text.textfield.SetExpression to
implementation.
Change-Id: I70cdd5d0a44cb86426f533c00f86874e8dde8b87
SERVICE: /UCR/com/sun/star/text/textfield/SetExpression
incompatible change: Field 11 ('VariableName') of r1 is not longer a
property of this SERVICE in r2
incompatible change: Field 11 ('VariableName') of r2 is a new
property compared to this SERVICE in r1 and is not 'optional'
Diffstat (limited to 'offapi')
-rw-r--r-- | offapi/com/sun/star/text/textfield/SetExpression.idl | 2 | ||||
-rw-r--r-- | offapi/type_reference/types.rdb | bin | 7439872 -> 7439872 bytes |
2 files changed, 1 insertions, 1 deletions
diff --git a/offapi/com/sun/star/text/textfield/SetExpression.idl b/offapi/com/sun/star/text/textfield/SetExpression.idl index 31cfec291a0e..cb79b8b50583 100644 --- a/offapi/com/sun/star/text/textfield/SetExpression.idl +++ b/offapi/com/sun/star/text/textfield/SetExpression.idl @@ -74,7 +74,7 @@ published service SetExpression [property]double Value; /** contains the name of the set expression field master this field is connected to. */ - [property]string VariableName; + [property, readonly] string VariableName; /** determines whether changes in language attributes at the position the text field is located also change the number format as appropriate for this language. diff --git a/offapi/type_reference/types.rdb b/offapi/type_reference/types.rdb Binary files differindex 5c4c99cee576..b5a34d5589e9 100644 --- a/offapi/type_reference/types.rdb +++ b/offapi/type_reference/types.rdb |