summaryrefslogtreecommitdiff
path: root/extras/source/autotext
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2021-04-26 14:07:40 +0200
committerJulien Nabet <serval2412@yahoo.fr>2021-04-27 08:44:12 +0200
commit24418700059d2b6826f800d265f52061c48c34e5 (patch)
tree9f47814e54029a9cddd84b313505c290a67218cc /extras/source/autotext
parent4d60fd1d480521df43120618736465628b540070 (diff)
CommandType is "long" type not "short" type
See https://api.libreoffice.org/docs/idl/ref/namespacecom_1_1sun_1_1star_1_1sdb_1_1CommandType.html + discussion here: http://document-foundation-mail-archive.969070.n3.nabble.com/Type-of-CommandType-short-or-long-tt4299416.html Important remark from Stephan: "...the data type corresponding to UNOIDL LONG (i.e., 32 bit) is xs:int, not xs:long" Change-Id: Ic8f027e8a5be96bdb2e5629b0ff1ef4830ef6c88 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/114659 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'extras/source/autotext')
-rw-r--r--extras/source/autotext/lang/de/crdbus50/KLA1/settings.xml4
-rw-r--r--extras/source/autotext/lang/de/crdbus50/KLA2/settings.xml4
-rw-r--r--extras/source/autotext/lang/de/crdbus50/KLA3/settings.xml4
-rw-r--r--extras/source/autotext/lang/de/crdbus50/MOD1/settings.xml4
-rw-r--r--extras/source/autotext/lang/de/crdbus50/MOD2/settings.xml4
5 files changed, 10 insertions, 10 deletions
diff --git a/extras/source/autotext/lang/de/crdbus50/KLA1/settings.xml b/extras/source/autotext/lang/de/crdbus50/KLA1/settings.xml
index b3e356fb2daa..dd9796adb745 100644
--- a/extras/source/autotext/lang/de/crdbus50/KLA1/settings.xml
+++ b/extras/source/autotext/lang/de/crdbus50/KLA1/settings.xml
@@ -25,7 +25,7 @@
<config:config-item config:name="SaveGlobalDocumentLinks" config:type="boolean">false</config:config-item>
<config:config-item config:name="CurrentDatabaseDataSource" config:type="string">Address Book File</config:config-item>
<config:config-item config:name="CurrentDatabaseCommand" config:type="string">address</config:config-item>
- <config:config-item config:name="CurrentDatabaseCommandType" config:type="short">0</config:config-item>
+ <config:config-item config:name="CurrentDatabaseCommandType" config:type="int">0</config:config-item>
</config:config-item-set>
</office:settings>
-</office:document-settings> \ No newline at end of file
+</office:document-settings>
diff --git a/extras/source/autotext/lang/de/crdbus50/KLA2/settings.xml b/extras/source/autotext/lang/de/crdbus50/KLA2/settings.xml
index 83dd79040304..ecfec74bb9db 100644
--- a/extras/source/autotext/lang/de/crdbus50/KLA2/settings.xml
+++ b/extras/source/autotext/lang/de/crdbus50/KLA2/settings.xml
@@ -25,7 +25,7 @@
<config:config-item config:name="SaveGlobalDocumentLinks" config:type="boolean">false</config:config-item>
<config:config-item config:name="CurrentDatabaseDataSource" config:type="string"/>
<config:config-item config:name="CurrentDatabaseCommand" config:type="string"/>
- <config:config-item config:name="CurrentDatabaseCommandType" config:type="short">0</config:config-item>
+ <config:config-item config:name="CurrentDatabaseCommandType" config:type="int">0</config:config-item>
</config:config-item-set>
</office:settings>
-</office:document-settings> \ No newline at end of file
+</office:document-settings>
diff --git a/extras/source/autotext/lang/de/crdbus50/KLA3/settings.xml b/extras/source/autotext/lang/de/crdbus50/KLA3/settings.xml
index b3e356fb2daa..dd9796adb745 100644
--- a/extras/source/autotext/lang/de/crdbus50/KLA3/settings.xml
+++ b/extras/source/autotext/lang/de/crdbus50/KLA3/settings.xml
@@ -25,7 +25,7 @@
<config:config-item config:name="SaveGlobalDocumentLinks" config:type="boolean">false</config:config-item>
<config:config-item config:name="CurrentDatabaseDataSource" config:type="string">Address Book File</config:config-item>
<config:config-item config:name="CurrentDatabaseCommand" config:type="string">address</config:config-item>
- <config:config-item config:name="CurrentDatabaseCommandType" config:type="short">0</config:config-item>
+ <config:config-item config:name="CurrentDatabaseCommandType" config:type="int">0</config:config-item>
</config:config-item-set>
</office:settings>
-</office:document-settings> \ No newline at end of file
+</office:document-settings>
diff --git a/extras/source/autotext/lang/de/crdbus50/MOD1/settings.xml b/extras/source/autotext/lang/de/crdbus50/MOD1/settings.xml
index b3e356fb2daa..dd9796adb745 100644
--- a/extras/source/autotext/lang/de/crdbus50/MOD1/settings.xml
+++ b/extras/source/autotext/lang/de/crdbus50/MOD1/settings.xml
@@ -25,7 +25,7 @@
<config:config-item config:name="SaveGlobalDocumentLinks" config:type="boolean">false</config:config-item>
<config:config-item config:name="CurrentDatabaseDataSource" config:type="string">Address Book File</config:config-item>
<config:config-item config:name="CurrentDatabaseCommand" config:type="string">address</config:config-item>
- <config:config-item config:name="CurrentDatabaseCommandType" config:type="short">0</config:config-item>
+ <config:config-item config:name="CurrentDatabaseCommandType" config:type="int">0</config:config-item>
</config:config-item-set>
</office:settings>
-</office:document-settings> \ No newline at end of file
+</office:document-settings>
diff --git a/extras/source/autotext/lang/de/crdbus50/MOD2/settings.xml b/extras/source/autotext/lang/de/crdbus50/MOD2/settings.xml
index b3e356fb2daa..dd9796adb745 100644
--- a/extras/source/autotext/lang/de/crdbus50/MOD2/settings.xml
+++ b/extras/source/autotext/lang/de/crdbus50/MOD2/settings.xml
@@ -25,7 +25,7 @@
<config:config-item config:name="SaveGlobalDocumentLinks" config:type="boolean">false</config:config-item>
<config:config-item config:name="CurrentDatabaseDataSource" config:type="string">Address Book File</config:config-item>
<config:config-item config:name="CurrentDatabaseCommand" config:type="string">address</config:config-item>
- <config:config-item config:name="CurrentDatabaseCommandType" config:type="short">0</config:config-item>
+ <config:config-item config:name="CurrentDatabaseCommandType" config:type="int">0</config:config-item>
</config:config-item-set>
</office:settings>
-</office:document-settings> \ No newline at end of file
+</office:document-settings>