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

Stephan Bergmann sbergman at redhat.com
Mon Mar 5 09:52:25 UTC 2018


 offapi/type_reference/offapi.idl |    3 +++
 1 file changed, 3 insertions(+)

New commits:
commit 5d577e6cfab6c602a76029764c9467d15bdf8ba2
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Mon Mar 5 08:52:51 2018 +0100

    Update the reference rdbs to libreoffice-6-0-0
    
    LD_LIBRARY_PATH=.../master/instdir/program \
     .../master/workdir/LinkTarget/Executable/unoidl-read --published \
     .../libreoffice-6-0-0/instdir/program/types.rdb \
     >.../master/udkapi/type_reference/udkapi.idl
    
    * no changes
    
    LD_LIBRARY_PATH=.../master/instdir/program \
     .../master/workdir/LinkTarget/Executable/unoidl-read --published \
     .../libreoffice-6-0-0/instdir/program/types.rdb \
     .../libreoffice-6-0-0/instdir/program/types/offapi.rdb \
     >.../master/offapi/type_reference/offapi.idl
    
    Change-Id: I5419f81757ba43664aefb60f081bf52612b8afc4
    Reviewed-on: https://gerrit.libreoffice.org/50762
    Tested-by: Jenkins <ci at libreoffice.org>
    Reviewed-by: Stephan Bergmann <sbergman at redhat.com>

diff --git a/offapi/type_reference/offapi.idl b/offapi/type_reference/offapi.idl
index abf601815b02..eb20847723b9 100644
--- a/offapi/type_reference/offapi.idl
+++ b/offapi/type_reference/offapi.idl
@@ -8306,8 +8306,10 @@ module com {
     published service LocaleData: ::com::sun::star::i18n::XLocaleData4;
     /** @deprecated */ published constants LocaleItem {
      const short COUNT = 17;
+     const short COUNT2 = 18;
      const short DATE_SEPARATOR = 0;
      const short DECIMAL_SEPARATOR = 2;
+     const short DECIMAL_SEPARATOR_ALTERNATIVE = 17;
      const short DOUBLE_QUOTATION_END = 9;
      const short DOUBLE_QUOTATION_START = 8;
      const short LIST_SEPARATOR = 5;
@@ -16857,6 +16859,7 @@ module com {
      published constants ExtendedFilePickerElementIds {
       const short CHECKBOX_AUTOEXTENSION = 100;
       const short CHECKBOX_FILTEROPTIONS = 102;
+      const short CHECKBOX_GPGENCRYPTION = 211;
       const short CHECKBOX_LINK = 104;
       const short CHECKBOX_PASSWORD = 101;
       const short CHECKBOX_PREVIEW = 105;


More information about the Libreoffice-commits mailing list