summaryrefslogtreecommitdiff
path: root/officecfg
diff options
context:
space:
mode:
authorSerge Krot <Serge.Krot@cib.de>2020-06-16 17:11:12 +0200
committerThorsten Behrens <Thorsten.Behrens@CIB.de>2020-06-23 14:23:01 +0200
commitf7606f0c7d9fc5961adec6a84ccedf0f4dbcdad9 (patch)
tree27db7aff5fd6a2f1e760c0f2696865f340bea4f7 /officecfg
parent8c0468bf021ccde54f802dc56a52af3d6e814fda (diff)
tdf#134043 DOCX import: DropDown text field instead of ComboBox form control
Change-Id: Ide9cedefde3b00fa0eeb37a6540e8d4a420b70c0 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/96471 Tested-by: Jenkins Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de> Reviewed-on: https://gerrit.libreoffice.org/c/core/+/96729
Diffstat (limited to 'officecfg')
-rw-r--r--officecfg/registry/schema/org/openoffice/Office/Writer.xcs12
1 files changed, 12 insertions, 0 deletions
diff --git a/officecfg/registry/schema/org/openoffice/Office/Writer.xcs b/officecfg/registry/schema/org/openoffice/Office/Writer.xcs
index 8b76534d540d..6beb18105b08 100644
--- a/officecfg/registry/schema/org/openoffice/Office/Writer.xcs
+++ b/officecfg/registry/schema/org/openoffice/Office/Writer.xcs
@@ -5899,6 +5899,18 @@
<value>true</value>
</prop>
</group>
+ <group oor:name="DOCX">
+ <info>
+ <desc>Contains settings for importing DOCX.</desc>
+ </info>
+ <prop oor:name="ImportComboBoxAsDropDown" oor:type="xs:boolean" oor:nillable="false">
+ <info>
+ <desc>Specifies whether ComboBox form control should be imported as DropDown text field.</desc>
+ <label>Import ComboBox as DropDown</label>
+ </info>
+ <value>true</value>
+ </prop>
+ </group>
</group>
</group>
<group oor:name="Numbering">