diff options
author | Muthu Subramanian <sumuthu@suse.com> | 2011-12-16 20:43:54 +0530 |
---|---|---|
committer | Muthu Subramanian <sumuthu@suse.com> | 2011-12-16 20:45:26 +0530 |
commit | fc0bbb4fec98e7133541938306518c4fc9233e29 (patch) | |
tree | e18fac17504c48c234ad02b1682d29f485eb0d27 /officecfg | |
parent | b00c4ec0967f8712d721b31ccb2dd0778c9e973b (diff) |
fdo#33602: Preserving dbf import/export charset.
Diffstat (limited to 'officecfg')
-rw-r--r-- | officecfg/registry/schema/org/openoffice/Office/Calc.xcs | 26 |
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> |