summaryrefslogtreecommitdiff
path: root/officecfg
diff options
context:
space:
mode:
authorMuthu Subramanian <sumuthu@suse.com>2011-12-16 20:43:54 +0530
committerMuthu Subramanian <sumuthu@suse.com>2011-12-16 20:47:22 +0530
commit314ce5b09eaa2a2029d8da3ec660fa72badfd839 (patch)
tree6c8cad0bc2ed247985ea4a7b16efd16c78fad5f1 /officecfg
parent60ee1291522578ab2f6cfc927a6be88cea28169b (diff)
fdo#33602: Preserving dbf import/export charset.
Diffstat (limited to 'officecfg')
-rw-r--r--officecfg/registry/schema/org/openoffice/Office/Calc.xcs26
1 files changed, 26 insertions, 0 deletions
diff --git a/officecfg/registry/schema/org/openoffice/Office/Calc.xcs b/officecfg/registry/schema/org/openoffice/Office/Calc.xcs
index efe840cce738..79ebc2eaa4bc 100644
--- a/officecfg/registry/schema/org/openoffice/Office/Calc.xcs
+++ b/officecfg/registry/schema/org/openoffice/Office/Calc.xcs
@@ -1029,6 +1029,32 @@
<info>
<desc>Contains the dialogs settings.</desc>
</info>
+ <group oor:name="DBFImport">
+ <info>
+ <desc>Contains settings for DBF Import dialog</desc>
+ </info>
+ <prop oor:name="CharSet" oor:type="xs:int">
+ <info>
+ <author>muthusuba</author>
+ <desc>Charset/Language</desc>
+ <label>CharSet</label>
+ </info>
+ <value>-1</value>
+ </prop>
+ </group>
+ <group oor:name="DBFExport">
+ <info>
+ <desc>Contains settings for DBF Export dialog</desc>
+ </info>
+ <prop oor:name="CharSet" oor:type="xs:int">
+ <info>
+ <author>muthusuba</author>
+ <desc>Charset/Language</desc>
+ <label>CharSet</label>
+ </info>
+ <value>-1</value>
+ </prop>
+ </group>
<group oor:name="CSVImport">
<info>
<desc>Contains setting for Text CSV Import</desc>