diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2009-07-16 15:07:54 +0000 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2009-07-16 15:07:54 +0000 |
commit | 16fd4d874e4a5c9e94a6ebe0f14132f19e8a3ede (patch) | |
tree | 39c5cdc26c9a883d56c49507b1cd2670d85a790f /officecfg | |
parent | 7deb529bf058f9a4e887a25b04afeb8511e45041 (diff) |
CWS-TOOLING: integrate CWS mox01
2009-07-07 09:26:41 +0200 hde r273770 : added testcase tShortcutPasteUnformattedText
2009-07-07 09:26:04 +0200 hde r273769 : added testcase tShortcutPasteUnformattedText
2009-06-26 17:27:39 +0200 mba r273431 : #i17563#: moved slot to sfx2
2009-06-26 17:26:40 +0200 mba r273430 : #i17563#: moved slot to sfx2
2009-06-24 21:16:18 +0200 mox r273365 : Update UI strings to follow the Uppercase All Convention.
2009-06-13 23:26:58 +0200 mox r272958 : CWS-TOOLING: rebase CWS mox01 to trunk@272827 (milestone: DEV300:m50)
2009-04-04 14:26:36 +0200 mox r270524 : Fix bugs to make shortcut work
2009-04-04 12:38:36 +0200 mox r270523 : Command definition for shortcut
2009-04-04 08:56:29 +0200 mox r270522 : Revert changes of menu item
2009-04-04 08:28:46 +0200 mox r270521 : Revert changes
2009-03-02 20:41:11 +0100 mox r268690 : Menu item and shortcut key for Paste and Match Style
2009-03-02 20:40:45 +0100 mox r268689 : Menu item and shortcut key for Paste and Match Style
Diffstat (limited to 'officecfg')
-rw-r--r-- | officecfg/registry/data/org/openoffice/Office/Accelerators.xcu | 10 | ||||
-rw-r--r-- | officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu | 5 |
2 files changed, 15 insertions, 0 deletions
diff --git a/officecfg/registry/data/org/openoffice/Office/Accelerators.xcu b/officecfg/registry/data/org/openoffice/Office/Accelerators.xcu index 31f69d80a5f0..26143aa76407 100644 --- a/officecfg/registry/data/org/openoffice/Office/Accelerators.xcu +++ b/officecfg/registry/data/org/openoffice/Office/Accelerators.xcu @@ -2852,6 +2852,11 @@ <value xml:lang="de">.uno:Underline</value> </prop> </node> + <node oor:name="V_SHIFT_MOD1_MOD2" oor:op="replace"> + <prop oor:name="Command"><value xml:lang="x-no-translate">I10N SHORTCUTS - NO TRANSLATE</value> + <value xml:lang="en-US">.uno:PasteUnformatted</value> + </prop> + </node> <node oor:name="V_SHIFT_MOD1" oor:op="replace"> <prop oor:name="Command"><value xml:lang="x-no-translate">I10N SHORTCUTS - NO TRANSLATE</value> <value xml:lang="en-US">.uno:PasteSpecial</value> @@ -4683,6 +4688,11 @@ <value xml:lang="de">.uno:Underline</value> </prop> </node> + <node oor:name="V_SHIFT_MOD1_MOD2" oor:op="replace"> + <prop oor:name="Command"><value xml:lang="x-no-translate">I10N SHORTCUTS - NO TRANSLATE</value> + <value xml:lang="en-US">.uno:PasteUnformatted</value> + </prop> + </node> <node oor:name="V_SHIFT_MOD1" oor:op="replace"> <prop oor:name="Command"><value xml:lang="x-no-translate">I10N SHORTCUTS - NO TRANSLATE</value> <value xml:lang="en-US">.uno:PasteSpecial</value> diff --git a/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu b/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu index 9fd1976adc08..55365975b790 100644 --- a/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu +++ b/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu @@ -1039,6 +1039,11 @@ <value>1</value> </prop> </node> + <node oor:name=".uno:PasteUnformatted" oor:op="replace"> + <prop oor:name="Label" oor:type="xs:string"> + <value xml:lang="en-US">Paste Unformatted Text</value> + </prop> + </node> <node oor:name=".uno:PasteSpecial" oor:op="replace"> <prop oor:name="Label" oor:type="xs:string"> <value xml:lang="en-US">Paste ~Special...</value> |