summaryrefslogtreecommitdiff
path: root/offapi
diff options
context:
space:
mode:
Diffstat (limited to 'offapi')
-rw-r--r--offapi/com/sun/star/sheet/ConditionFormatOperator.idl2
-rw-r--r--offapi/com/sun/star/sheet/DataBar.idl2
2 files changed, 3 insertions, 1 deletions
diff --git a/offapi/com/sun/star/sheet/ConditionFormatOperator.idl b/offapi/com/sun/star/sheet/ConditionFormatOperator.idl
index cf4b31a275fd..187fde36dfd4 100644
--- a/offapi/com/sun/star/sheet/ConditionFormatOperator.idl
+++ b/offapi/com/sun/star/sheet/ConditionFormatOperator.idl
@@ -57,6 +57,8 @@ constants ConditionFormatOperator
const long CONTAINS = 20;
const long NOT_CONTAINS = 21;
+
+ const long EXPRESSION = 22;
};
diff --git a/offapi/com/sun/star/sheet/DataBar.idl b/offapi/com/sun/star/sheet/DataBar.idl
index 8276e17e20f5..9045a6786686 100644
--- a/offapi/com/sun/star/sheet/DataBar.idl
+++ b/offapi/com/sun/star/sheet/DataBar.idl
@@ -28,7 +28,7 @@ service DataBar
*/
[property] long AxisPosition;
- [property] boolean Gradient;
+ [property] boolean UseGradient;
[property] com::sun::star::util::Color Color;