diff options
author | Jim Raykowski <raykowj@gmail.com> | 2020-11-01 13:00:41 -0900 |
---|---|---|
committer | Jim Raykowski <raykowj@gmail.com> | 2020-12-03 06:23:33 +0100 |
commit | 1df2581cfffc87386c6de7614793b2d664244e5a (patch) | |
tree | cad6928ccf9a80266e37299eef83f0238398cfa9 /sw/source/uibase/docvw/edtwin2.cxx | |
parent | 78ec4f4cbd5b7cc5b7eeb465fe7950fc72ce2847 (diff) |
tdf#137838 SW: Add ability to create a hyperlink to a drawing object
within a document
Change-Id: Ie51ad6a0a9da1a2478a4a4abc73ba793ea92704c
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/105164
Tested-by: Jenkins
Reviewed-by: Jim Raykowski <raykowj@gmail.com>
Diffstat (limited to 'sw/source/uibase/docvw/edtwin2.cxx')
-rw-r--r-- | sw/source/uibase/docvw/edtwin2.cxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sw/source/uibase/docvw/edtwin2.cxx b/sw/source/uibase/docvw/edtwin2.cxx index ae168908de6f..5770afbd4c05 100644 --- a/sw/source/uibase/docvw/edtwin2.cxx +++ b/sw/source/uibase/docvw/edtwin2.cxx @@ -171,7 +171,8 @@ void SwEditWin::RequestHelp(const HelpEvent &rEvt) sSuffix == "outline" || sSuffix == "text" || sSuffix == "graphic" || - sSuffix == "ole" ) + sSuffix == "ole" || + sSuffix == "drawingobject" ) sText = sText.copy( 0, nFound - 1); } // #i104300# |