[Libreoffice-commits] core.git: officecfg/registry

László Németh laszlo.nemeth at collabora.com
Sun Nov 15 15:13:09 PST 2015


 officecfg/registry/schema/org/openoffice/Office/Common.xcs |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit e6fade1ce133039d28369751b77ac8faff6e40cb
Author: László Németh <laszlo.nemeth at collabora.com>
Date:   Mon Nov 16 00:03:16 2015 +0100

    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

diff --git a/officecfg/registry/schema/org/openoffice/Office/Common.xcs b/officecfg/registry/schema/org/openoffice/Office/Common.xcs
index d693fc7..ebfe66f 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 -->


More information about the Libreoffice-commits mailing list