summaryrefslogtreecommitdiff
path: root/offapi
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2018-03-05 08:52:51 +0100
committerStephan Bergmann <sbergman@redhat.com>2018-03-05 10:52:03 +0100
commit5d577e6cfab6c602a76029764c9467d15bdf8ba2 (patch)
treeb605aafb8b58e0ec8d2af90aaef81d69da42be7e /offapi
parent24491ce945f428f2da4a7c33d699604c3b5ae28a (diff)
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@libreoffice.org> Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'offapi')
-rw-r--r--offapi/type_reference/offapi.idl3
1 files changed, 3 insertions, 0 deletions
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;