[Libreoffice-commits] core.git: offapi/com

jmzambon jeanmarczambon at gmail.com
Sat May 20 09:20:24 UTC 2017


 offapi/com/sun/star/sheet/XConditionalFormat.idl |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 8b850cad43d718d0d5c4b8a6dcef97781757c366
Author: jmzambon <jeanmarczambon at gmail.com>
Date:   Fri May 19 18:27:43 2017 +0200

    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 at gmail.com>
    Tested-by: Chris Sherlock <chris.sherlock79 at gmail.com>

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


More information about the Libreoffice-commits mailing list