diff options
author | jmzambon <jeanmarczambon@gmail.com> | 2017-05-19 18:27:43 +0200 |
---|---|---|
committer | Chris Sherlock <chris.sherlock79@gmail.com> | 2017-05-20 11:20:03 +0200 |
commit | 8b850cad43d718d0d5c4b8a6dcef97781757c366 (patch) | |
tree | 146ad7dca647268417e3b4d442b8b6ec84c2a689 /offapi | |
parent | a0b93fe08162b84b780a8f2553147485ec8629ff (diff) |
Correction of a typo in the doctext of XConditionalFormat.idl
XConditionalFormat.idl doctext refers to a ConditionFormatEntryType constant
that does not exist. The referred constant should be ConditionEntryType.
Change-Id: I99349f0f4fb2406155278330e7e3b5f26caadc90
Reviewed-on: https://gerrit.libreoffice.org/37834
Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>
Tested-by: Chris Sherlock <chris.sherlock79@gmail.com>
Diffstat (limited to 'offapi')
-rw-r--r-- | offapi/com/sun/star/sheet/XConditionalFormat.idl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/offapi/com/sun/star/sheet/XConditionalFormat.idl b/offapi/com/sun/star/sheet/XConditionalFormat.idl index aed1fec7ecdc..9520eae80bd8 100644 --- a/offapi/com/sun/star/sheet/XConditionalFormat.idl +++ b/offapi/com/sun/star/sheet/XConditionalFormat.idl @@ -20,7 +20,7 @@ interface XConditionalFormat : com::sun::star::container::XIndexAccess /** * Creates a new conditional format entry and insert its at the position. * - * @param Type: a com.sun.star.sheet.ConditionFormatEntryType specifying the + * @param Type: a com.sun.star.sheet.ConditionEntryType specifying the * type of the new entry * * @param Position: the position in the conditional format |