diff options
author | László Németh <laszlo.nemeth@collabora.com> | 2015-11-16 00:03:16 +0100 |
---|---|---|
committer | László Németh <laszlo.nemeth@collabora.com> | 2015-11-16 00:03:16 +0100 |
commit | e6fade1ce133039d28369751b77ac8faff6e40cb (patch) | |
tree | a20b8fa000e24a1c0be1536557dc727c812c744a /officecfg | |
parent | 179f693ee0682c1e900f9047dfe67969c09a52f3 (diff) |
tdf#38395 enable smart apostrophe replacement by default
Unicode apostrophe is mandatory for French, English, etc. typography,
and it is a default option in all modern word processors.
The fix enables single quote AutoCorrect replacement for all languages.
Change-Id: I2964242ecd1cc839bf27e9a3d772f5cab95d8db0
Diffstat (limited to 'officecfg')
-rw-r--r-- | officecfg/registry/schema/org/openoffice/Office/Common.xcs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/officecfg/registry/schema/org/openoffice/Office/Common.xcs b/officecfg/registry/schema/org/openoffice/Office/Common.xcs index d693fc749003..ebfe66f5bb80 100644 --- a/officecfg/registry/schema/org/openoffice/Office/Common.xcs +++ b/officecfg/registry/schema/org/openoffice/Office/Common.xcs @@ -1347,7 +1347,7 @@ <desc>Specifies if single quotes should be replaced.</desc> <label>Single quotes - Replace</label> </info> - <value>false</value> + <value>true</value> </prop> <prop oor:name="SingleQuoteAtStart" oor:type="xs:int"> <!-- OldPath: AutoCorrect/Options/All --> |