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

Mark Hung marklh9 at gmail.com
Mon Jan 16 21:39:32 UTC 2017


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

New commits:
commit 820cd5fbd3e723e3f43610c86797b6339fff9bf4
Author: Mark Hung <marklh9 at gmail.com>
Date:   Sun Jan 15 17:43:37 2017 +0800

    tdf#104372 Update accelerator command of CTRL+M in Draw.
    
    The UNO command of default formatting in Draw is .uno:SetDefault
    instead of .uno:ResetAttributes.
    
    Cherry-picked from fef38c79e46feaf72e31253d80a82f26b4c2bcc7.
    
    Change-Id: I9fea2cb6b89f7869cfcd40fa6e1768952563a4f6
    Reviewed-on: https://gerrit.libreoffice.org/33085
    Tested-by: Jenkins <ci at libreoffice.org>
    Reviewed-by: Mark Hung <marklh9 at gmail.com>
    Reviewed-on: https://gerrit.libreoffice.org/33167
    Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice at googlemail.com>

diff --git a/officecfg/registry/data/org/openoffice/Office/Accelerators.xcu b/officecfg/registry/data/org/openoffice/Office/Accelerators.xcu
index 79ea602..da69c83 100644
--- a/officecfg/registry/data/org/openoffice/Office/Accelerators.xcu
+++ b/officecfg/registry/data/org/openoffice/Office/Accelerators.xcu
@@ -1701,13 +1701,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