summaryrefslogtreecommitdiff
path: root/include/vcl/dndhelp.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-03-02 10:43:28 +0200
committerNoel Grandin <noel@peralex.com>2015-03-19 10:45:00 +0200
commit062e40c76bcab664907737feace74f134a25c29c (patch)
tree83d8e99e62f8183bad31934cceed1c1626285b12 /include/vcl/dndhelp.hxx
parent4e6410ba0155d4c2ac539fd37f75aa72d489e206 (diff)
loplugin:constantfunction: vcl
Change-Id: I985b781a8d53190505fcb1182749cdaf5cd0f8d0
Diffstat (limited to 'include/vcl/dndhelp.hxx')
-rw-r--r--include/vcl/dndhelp.hxx15
1 files changed, 0 insertions, 15 deletions
diff --git a/include/vcl/dndhelp.hxx b/include/vcl/dndhelp.hxx
index a4d671214888..f7762d831c71 100644
--- a/include/vcl/dndhelp.hxx
+++ b/include/vcl/dndhelp.hxx
@@ -64,18 +64,6 @@ public:
virtual void dragDropEnd(const ::com::sun::star::datatransfer::dnd::DragSourceDropEvent& dsde )
throw (::com::sun::star::uno::RuntimeException,
std::exception);
- void dragEnter( const ::com::sun::star::datatransfer::dnd::DragSourceDragEvent& dsde )
- throw (::com::sun::star::uno::RuntimeException,
- std::exception);
- void dragExit( const ::com::sun::star::datatransfer::dnd::DragSourceEvent& dse )
- throw (::com::sun::star::uno::RuntimeException,
- std::exception);
- void dragOver( const ::com::sun::star::datatransfer::dnd::DragSourceDragEvent& dsde )
- throw (::com::sun::star::uno::RuntimeException,
- std::exception);
- void dropActionChanged( const ::com::sun::star::datatransfer::dnd::DragSourceDragEvent& dsde )
- throw (::com::sun::star::uno::RuntimeException,
- std::exception);
// ::com::sun::star::datatransfer::dnd::XDropTargetListener
virtual void drop( const ::com::sun::star::datatransfer::dnd::DropTargetDropEvent& dtde )
@@ -90,9 +78,6 @@ public:
virtual void dragOver( const ::com::sun::star::datatransfer::dnd::DropTargetDragEvent& dtde )
throw (::com::sun::star::uno::RuntimeException,
std::exception);
- void dropActionChanged( const ::com::sun::star::datatransfer::dnd::DropTargetDragEvent& dtde )
- throw (::com::sun::star::uno::RuntimeException,
- std::exception);
};
class VCL_DLLPUBLIC DragAndDropWrapper :