diff options
author | Markus Mohrhard <markus.mohrhard@collabora.co.uk> | 2015-02-27 03:16:35 +0100 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@collabora.co.uk> | 2015-03-30 04:30:40 +0200 |
commit | 52aa7fd21c53db172e0b3a53aa7f27507c79d39c (patch) | |
tree | c2fd4d4183b12b9c2c5882c33f7c3d4cbb4f885a /offapi | |
parent | 7abdda1b6ba63c95d52950428a1d52756842d778 (diff) |
add implementation for new conditional formatting
Change-Id: I4c283ec8a1f5b51c0274d9c520cd653be7f75aa2
Diffstat (limited to 'offapi')
-rw-r--r-- | offapi/com/sun/star/sheet/ConditionalFormat.idl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/offapi/com/sun/star/sheet/ConditionalFormat.idl b/offapi/com/sun/star/sheet/ConditionalFormat.idl index d168da36e2f6..953d3cff2ba1 100644 --- a/offapi/com/sun/star/sheet/ConditionalFormat.idl +++ b/offapi/com/sun/star/sheet/ConditionalFormat.idl @@ -35,7 +35,7 @@ service ConditionalFormat /** represents the range for the conditional format All ranges have to be in the same sheet. */ - [property] XSheetCellRanges range; + [property] XSheetCellRanges Range; [property] long ID; }; |