[Libreoffice-commits] core.git: Branch 'libreoffice-5-3' - officecfg/registry

Mark Hung marklh9 at gmail.com
Fri Jan 13 11:37:37 UTC 2017


 officecfg/registry/data/org/openoffice/Office/Accelerators.xcu |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 09336ca3d8c9cfdc87522802106113d5b00247eb
Author: Mark Hung <marklh9 at gmail.com>
Date:   Sat Dec 31 19:47:38 2016 +0800

    tdf#104372 Update UNO command of default formatting in Impress.
    
    The UNO command of default formatting in Impress is .uno:SetDefault
    instead of .uno:ResetAttributes, which is the UNO command of clear
    direct formatting in Writer.
    
    Change-Id: I1f167e7902c333eaa47a07431f67c76d809838c4
    Reviewed-on: https://gerrit.libreoffice.org/32531
    Tested-by: Jenkins <ci at libreoffice.org>
    Reviewed-by: Mark Hung <marklh9 at gmail.com>
    Reviewed-on: https://gerrit.libreoffice.org/33031
    Reviewed-by: Caolán McNamara <caolanm at redhat.com>
    Tested-by: Caolán McNamara <caolanm at redhat.com>

diff --git a/officecfg/registry/data/org/openoffice/Office/Accelerators.xcu b/officecfg/registry/data/org/openoffice/Office/Accelerators.xcu
index 26f9028..79ea602 100644
--- a/officecfg/registry/data/org/openoffice/Office/Accelerators.xcu
+++ b/officecfg/registry/data/org/openoffice/Office/Accelerators.xcu
@@ -3003,13 +3003,13 @@
         <node oor:name="M_MOD1" oor:op="replace">
           <prop oor:name="Command">
             <value xml:lang="x-no-translate">I10N SHORTCUTS - NO TRANSLATE</value>
-            <value xml:lang="en-US" install:module="unxwnt">.uno:ResetAttributes</value>
+            <value xml:lang="en-US" install:module="unxwnt">.uno:SetDefault</value>
           </prop>
         </node>
         <node oor:name="M_MOD3" oor:op="replace">
           <prop oor:name="Command">
             <value xml:lang="x-no-translate">I10N SHORTCUTS - NO TRANSLATE</value>
-            <value xml:lang="en-US" install:module="macosx">.uno:ResetAttributes</value>
+            <value xml:lang="en-US" install:module="macosx">.uno:SetDefault</value>
           </prop>
         </node>
         <node oor:name="N_MOD1" oor:op="replace">


More information about the Libreoffice-commits mailing list