include/LibreOfficeKit/LibreOfficeKitEnums.h |    7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

New commits:
commit af6561532832615f39b5ea82aa5d9b3e240784e8
Author:     Tamás Zolnai <[email protected]>
AuthorDate: Fri May 22 11:39:12 2020 +0200
Commit:     Tamás Zolnai <[email protected]>
CommitDate: Fri May 22 12:52:13 2020 +0200

    lok: MSForms: update callback's documentation.
    
    Change-Id: I1bf41986f63a18abada7d268dc610df24b4c1144
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/94661
    Tested-by: Jenkins
    Reviewed-by: Tamás Zolnai <[email protected]>

diff --git a/include/LibreOfficeKit/LibreOfficeKitEnums.h 
b/include/LibreOfficeKit/LibreOfficeKitEnums.h
index 32fd9f657a5a..8a741d5f62e2 100644
--- a/include/LibreOfficeKit/LibreOfficeKitEnums.h
+++ b/include/LibreOfficeKit/LibreOfficeKitEnums.h
@@ -737,7 +737,12 @@ typedef enum
      * {
      *      "action": "show",
      *      "type": "drop-down",
-     *      "textArea": "1418, 3906, 3111, 919"
+     *      "textArea": "1418, 3906, 3111, 919",
+     *      "params": {
+     *           "items": ["January", "February", "July"],
+     *           "selected": "2",
+     *           "placeholder": "No items specified"
+     *      }
      * }
      *
      * or
_______________________________________________
Libreoffice-commits mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to