diff options
-rw-r--r-- | include/vcl/customweld.hxx | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/vcl/customweld.hxx b/include/vcl/customweld.hxx index 3f4b5d13ed97..b8c5490d0a15 100644 --- a/include/vcl/customweld.hxx +++ b/include/vcl/customweld.hxx @@ -99,6 +99,10 @@ public: } virtual int GetSurroundingText(OUString& /*rSurrounding*/) { return -1; } virtual bool DeleteSurroundingText(const Selection& /*rRange*/) { return false; } + css::uno::Reference<css::datatransfer::dnd::XDropTarget> GetDropTarget() + { + return m_pDrawingArea->get_drop_target(); + } void SetDragDataTransferrable(rtl::Reference<TransferDataContainer>& rTransferrable, sal_uInt8 eDNDConstants) { |