From 820cd5fbd3e723e3f43610c86797b6339fff9bf4 Mon Sep 17 00:00:00 2001 From: Mark Hung Date: Sun, 15 Jan 2017 17:43:37 +0800 Subject: 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 Reviewed-by: Mark Hung Reviewed-on: https://gerrit.libreoffice.org/33167 Reviewed-by: Christian Lohmaier --- officecfg/registry/data/org/openoffice/Office/Accelerators.xcu | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/officecfg/registry/data/org/openoffice/Office/Accelerators.xcu b/officecfg/registry/data/org/openoffice/Office/Accelerators.xcu index 79ea6024a48a..da69c835ab9d 100644 --- a/officecfg/registry/data/org/openoffice/Office/Accelerators.xcu +++ b/officecfg/registry/data/org/openoffice/Office/Accelerators.xcu @@ -1701,13 +1701,13 @@ I10N SHORTCUTS - NO TRANSLATE - .uno:ResetAttributes + .uno:SetDefault I10N SHORTCUTS - NO TRANSLATE - .uno:ResetAttributes + .uno:SetDefault -- cgit