diff options
author | Caolán McNamara <caolanm@redhat.com> | 2013-09-06 13:55:59 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-09-06 13:58:04 +0100 |
commit | e7dd69d97af1e12b15fd82eaea2e2b51f9dca40b (patch) | |
tree | 22867fcdf7d2f9b94e11ae1a8f08fe39d9a720fa /sfx2/inc | |
parent | f96771165ea145a759f1bab76cd34bb70def04f6 (diff) |
move backing component dnd support into the large thumbnail areas
of the backing window
Change-Id: Icf399a8834a25de43909769be08854134991885a
Diffstat (limited to 'sfx2/inc')
-rw-r--r-- | sfx2/inc/backingcomp.hxx | 3 |
1 files changed, 0 insertions, 3 deletions
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 |