diff options
author | Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org> | 2024-10-22 16:00:25 +0300 |
---|---|---|
committer | Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org> | 2024-10-25 15:40:41 +0200 |
commit | f0cf85983d0b04a9889c45e26ce8fd9dc022fc89 (patch) | |
tree | 755a6ab5b9a67fa89c613c84e68472fc9506cca3 /officecfg | |
parent | 32ab4b4b6364652294891f66a86f153b65abfbbe (diff) |
tdf#132253 tdf#163482 Use .uno:InsertHyperlinkDlg as alias
to HyperlinkDialog.
The purpose of the obsolete command was to open Character Formatting dialog
with the Hyperlink tab focused.
Change-Id: I8a3053a7bc7bd98c33224c0988d5c0994d4dca9f
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/175412
Tested-by: Jenkins
Reviewed-by: Thorsten Behrens <thorsten.behrens@allotropia.de>
Reviewed-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>
Diffstat (limited to 'officecfg')
-rw-r--r-- | officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu | 3 |
1 files changed, 3 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 e2d06989c0f1..3e378f8a8f3b 100644 --- a/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu +++ b/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu @@ -660,6 +660,9 @@ <prop oor:name="Label" oor:type="xs:string"> <value xml:lang="en-US">Insert Hyperlink</value> </prop> + <prop oor:name="TargetURL" oor:type="xs:string"> + <value>.uno:HyperlinkDialog</value> + </prop> </node> <node oor:name=".uno:InsertLinebreak" oor:op="replace"> <prop oor:name="Label" oor:type="xs:string"> |