| commit | 7d5870ba7a505db8251a34448a11643eae14936e | [log] |
|---|---|---|
| author | Jim Raykowski <raykowj@gmail.com> | Sun Jul 02 21:02:56 2023 -0800 |
| committer | Xisco Fauli <xiscofauli@libreoffice.org> | Tue Jul 04 21:07:19 2023 +0200 |
| tree | c1f54c05ba7f56e6da71e8464cc722a683ea2e72 | |
| parent | b4372afaa268db5489953db6baeaeaa7167b22db [diff] |
tdf#156128 Make drawing object hyperlinks created by dnd from Navigator functional Change-Id: Ic12f3c43c079865e31c3bb89d9f277d3567d8c01 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/153887 Tested-by: Jenkins Reviewed-by: Jim Raykowski <raykowj@gmail.com> (cherry picked from commit c4515f6be4a0ec923d85fd6b4c85bfaafb0b26ae) Reviewed-on: https://gerrit.libreoffice.org/c/core/+/153924 Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
diff --git a/sw/source/uibase/utlui/content.cxx b/sw/source/uibase/utlui/content.cxx index 1284dc7..6f02872 100644 --- a/sw/source/uibase/utlui/content.cxx +++ b/sw/source/uibase/utlui/content.cxx
@@ -394,6 +394,7 @@ SwContentType::SwContentType(SwWrtShell* pShell, ContentTypeId nType, sal_uInt8 m_bEdit = true; break; case ContentTypeId::DRAWOBJECT: m_sTypeToken = "drawingobject"; m_bEdit = true; break; default: break;