Kaydet (Commit) 910817d7 authored tarafından Mark Hung's avatar Mark Hung

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/32531Tested-by: 's avatarJenkins <ci@libreoffice.org>
Reviewed-by: 's avatarMark Hung <marklh9@gmail.com>
üst 896dd396
...@@ -3003,13 +3003,13 @@ ...@@ -3003,13 +3003,13 @@
<node oor:name="M_MOD1" oor:op="replace"> <node oor:name="M_MOD1" oor:op="replace">
<prop oor:name="Command"> <prop oor:name="Command">
<value xml:lang="x-no-translate">I10N SHORTCUTS - NO TRANSLATE</value> <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> </prop>
</node> </node>
<node oor:name="M_MOD3" oor:op="replace"> <node oor:name="M_MOD3" oor:op="replace">
<prop oor:name="Command"> <prop oor:name="Command">
<value xml:lang="x-no-translate">I10N SHORTCUTS - NO TRANSLATE</value> <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> </prop>
</node> </node>
<node oor:name="N_MOD1" oor:op="replace"> <node oor:name="N_MOD1" oor:op="replace">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment