diff options
author | heiko tietze <tietze.heiko@gmail.com> | 2019-04-08 14:35:46 +0200 |
---|---|---|
committer | Heiko Tietze <tietze.heiko@gmail.com> | 2019-05-03 18:22:58 +0200 |
commit | 180a0688127fc2d3ee337a0c6e38fb573231f3b3 (patch) | |
tree | b79d2fa778f11f2a2e48f94c0853908e091484b6 /officecfg | |
parent | 8712344cf4c31f020ec9bc47f43994869d64ac08 (diff) |
Resolves: tdf#124552 - Sentence selection UNO action
UNO command SelectSentence / FN_SELECT_SENTENCE added
executing SelSentence()
Change-Id: Idcd528cf2915b30a59a9916dcff14d60d01dcd74
Reviewed-on: https://gerrit.libreoffice.org/70411
Tested-by: Jenkins
Reviewed-by: Maxim Monastirsky <momonasmon@gmail.com>
Tested-by: Maxim Monastirsky <momonasmon@gmail.com>
Diffstat (limited to 'officecfg')
-rw-r--r-- | officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu b/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu index 56512b9ece26..568a093e3ea4 100644 --- a/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu +++ b/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu @@ -2077,6 +2077,11 @@ <value xml:lang="en-US">Select Word</value> </prop> </node> + <node oor:name=".uno:SelectSentence" oor:op="replace"> + <prop oor:name="Label" oor:type="xs:string"> + <value xml:lang="en-US">Select Sentence</value> + </prop> + </node> <node oor:name=".uno:NumberFormatStandard" oor:op="replace"> <prop oor:name="Label" oor:type="xs:string"> <value xml:lang="en-US">Number Format: Standard</value> |