summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/sheet/ConditionEntryType.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/sheet/ConditionEntryType.idl')
-rw-r--r--offapi/com/sun/star/sheet/ConditionEntryType.idl8
1 files changed, 4 insertions, 4 deletions
diff --git a/offapi/com/sun/star/sheet/ConditionEntryType.idl b/offapi/com/sun/star/sheet/ConditionEntryType.idl
index 151ed5246e3c..43148cff39ba 100644
--- a/offapi/com/sun/star/sheet/ConditionEntryType.idl
+++ b/offapi/com/sun/star/sheet/ConditionEntryType.idl
@@ -16,13 +16,13 @@ constants ConditionEntryType
{
const long CONDITION = 0;
- const long COLORSCALE = 0;
+ const long COLORSCALE = 1;
- const long DATABAR = 0;
+ const long DATABAR = 2;
- const long ICONSET = 0;
+ const long ICONSET = 3;
- const long DATE = 0;
+ const long DATE = 4;
};