diff options
Diffstat (limited to 'include/vcl/customweld.hxx')
-rw-r--r-- | include/vcl/customweld.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/vcl/customweld.hxx b/include/vcl/customweld.hxx index 196608ee53a9..c43dc9df1c85 100644 --- a/include/vcl/customweld.hxx +++ b/include/vcl/customweld.hxx @@ -110,10 +110,10 @@ public: { return m_pDrawingArea->get_clipboard(); } - void SetDragDataTransferrable(rtl::Reference<TransferDataContainer>& rTransferrable, - sal_uInt8 eDNDConstants) + void SetDragDataTransferable(rtl::Reference<TransferDataContainer>& rTransferable, + sal_uInt8 eDNDConstants) { - m_pDrawingArea->enable_drag_source(rTransferrable, eDNDConstants); + m_pDrawingArea->enable_drag_source(rTransferable, eDNDConstants); m_pDrawingArea->connect_drag_begin(LINK(this, CustomWidgetController, DragBeginHdl)); } // return true to disallow drag, false to allow |