From 95d1e7f0873a2bbb9ab4b0aa171fec29d36c3f55 Mon Sep 17 00:00:00 2001 From: Jim Raykowski Date: Thu, 28 Dec 2023 15:13:52 -0900 Subject: tdf#36310 Insert cross reference from Navigator by DnD This enhancement provides the ability to insert cross-references by drag and drop from the Navigator. It replaces the 'drag mode' way of inserting a hyperlink, section link, and section copy with a popup menu on drop that shows insert-as kinds available for the dragged content type. There is an oddity with X11 that on drop the mouse pointer does not change from a drag pointer to a menu item select pointer for approximately 5 seconds and during that time the popup menu items can't be selected. Change-Id: Id72cbdbd81106fc0e70784fcba7f1dd3a43ad81e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/161575 Tested-by: Jenkins Reviewed-by: Jim Raykowski --- sw/inc/bitmaps.hlst | 2 -- 1 file changed, 2 deletions(-) (limited to 'sw/inc/bitmaps.hlst') diff --git a/sw/inc/bitmaps.hlst b/sw/inc/bitmaps.hlst index b1f30b0932f1..80ab4eb3b17a 100644 --- a/sw/inc/bitmaps.hlst +++ b/sw/inc/bitmaps.hlst @@ -97,8 +97,6 @@ inline constexpr OUString RID_BMP_NAVI_TEXTFIELD = u"sw/res/nc20005.png"_ustr; inline constexpr OUString RID_BMP_NAVI_FOOTNOTE = u"sw/res/nc20012.png"_ustr; inline constexpr OUString RID_BMP_NAVI_ENDNOTE = u"sw/res/nc20013.png"_ustr; inline constexpr OUString RID_BMP_DROP_REGION = u"sw/res/sc20235.png"_ustr; -inline constexpr OUString RID_BMP_DROP_LINK = u"sw/res/sc20238.png"_ustr; -inline constexpr OUString RID_BMP_DROP_COPY = u"sw/res/sc20239.png"_ustr; inline constexpr OUString RID_BMP_WRAP_RIGHT = u"sw/res/wr03.png"_ustr; inline constexpr OUString RID_BMP_WRAP_CONTOUR_RIGHT = u"sw/res/wr09.png"_ustr; -- cgit