diff options
author | Niklas Nebel <nn@openoffice.org> | 2011-01-27 13:25:09 +0100 |
---|---|---|
committer | Niklas Nebel <nn@openoffice.org> | 2011-01-27 13:25:09 +0100 |
commit | 94c058640c77e30244c930c33f761fff4190e61f (patch) | |
tree | ed495741d9fa34b69bec537e53ca25ea3de20071 /officecfg | |
parent | d646413d464dc5d6518f87daa8538cd0c600797f (diff) |
csvexport: #i116636# option to leave out unnecessary quotes in CSV export
Diffstat (limited to 'officecfg')
-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 913902731f29..aeddefb763c2 100644 --- a/officecfg/registry/schema/org/openoffice/Office/Calc.xcs +++ b/officecfg/registry/schema/org/openoffice/Office/Calc.xcs @@ -1039,7 +1039,7 @@ with no exception.</desc> <label>QuotedFieldAsText</label> </info> - <value>true</value> + <value>false</value> </prop> <prop oor:name="DetectSpecialNumbers" oor:type="xs:boolean"> <info> |