From e7dd69d97af1e12b15fd82eaea2e2b51f9dca40b Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Fri, 6 Sep 2013 13:55:59 +0100 Subject: move backing component dnd support into the large thumbnail areas of the backing window Change-Id: Icf399a8834a25de43909769be08854134991885a --- sfx2/inc/backingcomp.hxx | 3 --- 1 file changed, 3 deletions(-) (limited to 'sfx2/inc') diff --git a/sfx2/inc/backingcomp.hxx b/sfx2/inc/backingcomp.hxx index 16a2ae7b6346..794e80dae296 100644 --- a/sfx2/inc/backingcomp.hxx +++ b/sfx2/inc/backingcomp.hxx @@ -73,9 +73,6 @@ class BackingComp : public css::lang::XTypeProvider /** the owner frame of this component. */ css::uno::Reference< css::frame::XFrame > m_xFrame; - /** helper for drag&drop. */ - css::uno::Reference< css::datatransfer::dnd::XDropTargetListener > m_xDropTargetListener; - //______________________________________ // interface -- cgit