summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/text/textfield/GetExpression.idl
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2003-03-26 12:59:19 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2003-03-26 12:59:19 +0000
commit19a8c241f9f0c5fd164e56ab1763a9cffab5318e (patch)
treef37fab3c31817b53354a1c08a5f8e386a79a4c5b /offapi/com/sun/star/text/textfield/GetExpression.idl
parent44bf5dacd75eec3d27acf9590a29ce49a3b585cf (diff)
MWS_SRX644: migrate branch mws_srx644 -> HEAD
Diffstat (limited to 'offapi/com/sun/star/text/textfield/GetExpression.idl')
-rw-r--r--offapi/com/sun/star/text/textfield/GetExpression.idl9
1 files changed, 6 insertions, 3 deletions
diff --git a/offapi/com/sun/star/text/textfield/GetExpression.idl b/offapi/com/sun/star/text/textfield/GetExpression.idl
index c71d6a21f60e..be598a9446ac 100644
--- a/offapi/com/sun/star/text/textfield/GetExpression.idl
+++ b/offapi/com/sun/star/text/textfield/GetExpression.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: GetExpression.idl,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: mi $ $Date: 2003-01-21 13:43:36 $
+ * last change: $Author: hr $ $Date: 2003-03-26 13:57:47 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -103,7 +103,10 @@ service GetExpression
/** deprecated
*/
[property]short VariableSubtype;
-
+ /** determines whether changes in language attributes at the position the text field
+ is located also change the number format as appropriate for this language.
+ */
+ [optional, property] boolean IsFixedLanguage;
};
//=============================================================================