[Libreoffice-commits] core.git: include/LibreOfficeKit

Tamás Zolnai (via logerrit) logerrit at kemper.freedesktop.org
Fri May 22 10:52:53 UTC 2020


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

New commits:
commit af6561532832615f39b5ea82aa5d9b3e240784e8
Author:     Tamás Zolnai <tamas.zolnai at collabora.com>
AuthorDate: Fri May 22 11:39:12 2020 +0200
Commit:     Tamás Zolnai <tamas.zolnai at collabora.com>
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 <tamas.zolnai at collabora.com>

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


More information about the Libreoffice-commits mailing list