diff options
author | Eike Rathke <erack@redhat.com> | 2012-04-04 20:57:22 +0200 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2012-04-04 20:57:42 +0200 |
commit | 58e562e730485e860dfe484cdc09c67f1d73dc5a (patch) | |
tree | b5236e055039979308b895d2585903cc853cf91e /officecfg/registry/schema | |
parent | 61af0e1c3c1c9003c741d64840f9b6f39ea87ead (diff) |
fdo#33088 better CSV import default separators
Diffstat (limited to 'officecfg/registry/schema')
-rw-r--r-- | officecfg/registry/schema/org/openoffice/Office/Calc.xcs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/officecfg/registry/schema/org/openoffice/Office/Calc.xcs b/officecfg/registry/schema/org/openoffice/Office/Calc.xcs index 700d7165d13e..0cd2ff32ec37 100644 --- a/officecfg/registry/schema/org/openoffice/Office/Calc.xcs +++ b/officecfg/registry/schema/org/openoffice/Office/Calc.xcs @@ -1098,7 +1098,7 @@ <desc>List of Separators - as a String</desc> <label>Separators</label> </info> - <value>; </value> + <value>,;	</value> </prop> <prop oor:name="TextSeparators" oor:type="xs:string" oor:nillable="false"> <info> |