diff options
author | Markus Mohrhard <markus.mohrhard@collabora.co.uk> | 2015-03-30 02:02:39 +0200 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@collabora.co.uk> | 2015-03-30 04:34:34 +0200 |
commit | d21f9f5079c4ca705331dcb298709bc55971bafa (patch) | |
tree | ddb7d082b2365585335d668b7f62d65fc6870a9c /offapi/com/sun | |
parent | fc3e8355774a5e7ee524626bc50f2a39d4785c00 (diff) |
fix API values
Change-Id: I3a5890d8d46936b264510150ef0fa8ac79feb74d
Diffstat (limited to 'offapi/com/sun')
-rw-r--r-- | offapi/com/sun/star/sheet/ConditionEntryType.idl | 8 |
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; }; |