summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--offapi/com/sun/star/sheet/ConditionFormatOperator.idl10
1 files changed, 7 insertions, 3 deletions
diff --git a/offapi/com/sun/star/sheet/ConditionFormatOperator.idl b/offapi/com/sun/star/sheet/ConditionFormatOperator.idl
index 187fde36dfd4..68ac0e279185 100644
--- a/offapi/com/sun/star/sheet/ConditionFormatOperator.idl
+++ b/offapi/com/sun/star/sheet/ConditionFormatOperator.idl
@@ -54,11 +54,15 @@ constants ConditionFormatOperator
const long NO_ERROR = 19;
- const long CONTAINS = 20;
+ const long BEGINS_WITH = 20;
- const long NOT_CONTAINS = 21;
+ const long ENDS_WITH = 21;
- const long EXPRESSION = 22;
+ const long CONTAINS = 22;
+
+ const long NOT_CONTAINS = 23;
+
+ const long EXPRESSION = 24;
};