diff options
author | Joachim Lingner <jl@openoffice.org> | 2001-02-08 13:30:48 +0000 |
---|---|---|
committer | Joachim Lingner <jl@openoffice.org> | 2001-02-08 13:30:48 +0000 |
commit | 1cd01f7927034ab05418ccdb71b40713cd7211e3 (patch) | |
tree | c03a783f3bfd144805da29c9ca67e036083108ba /dtrans/source/win32/dnd/targetdragcontext.cxx | |
parent | 0e8349c82a1539b10362ff9d78c7d3c1454f60bd (diff) |
DTransHelper.cxx DTransHelper.hxx DataObjectWrapper.cxx DataObjectWrapper.hxx FmtTranslTbl.hxx ImplHelper.cxx ImplHelper.hxx TransferableWrapper.cxx TransferableWrapper.hxx TxtConvertHelper.cxx TxtConvertHelper.hxx dnd.xml dndentry.cxx globals.cxx globals.hxx makefile.mk source.cxx source.hxx sourcecontext.cxx sourcecontext.hxx target.cxx target.hxx targetdragcontext.cxx targetdragcontext.hxx targetdropcontext.cxx targetdropcontext.hxx
Diffstat (limited to 'dtrans/source/win32/dnd/targetdragcontext.cxx')
-rw-r--r-- | dtrans/source/win32/dnd/targetdragcontext.cxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/dtrans/source/win32/dnd/targetdragcontext.cxx b/dtrans/source/win32/dnd/targetdragcontext.cxx index bcc137e25e1c..da37560b11fb 100644 --- a/dtrans/source/win32/dnd/targetdragcontext.cxx +++ b/dtrans/source/win32/dnd/targetdragcontext.cxx @@ -2,9 +2,9 @@ * * $RCSfile: targetdragcontext.cxx,v $ * - * $Revision: 1.1.1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: mh $ $Date: 2001-01-31 15:37:19 $ + * last change: $Author: jl $ $Date: 2001-02-08 14:30:48 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -74,13 +74,13 @@ TargetDragContext::~TargetDragContext() m_pDropTarget->release(); } -void SAL_CALL TargetDragContext::acceptDrag( sal_Int8 dragOperation ) +void SAL_CALL TargetDragContext::accept( sal_Int8 dragOperation ) throw(InvalidDNDOperationException, RuntimeException) { m_pDropTarget->_acceptDrag( dragOperation, m_id); } -void SAL_CALL TargetDragContext::rejectDrag( ) +void SAL_CALL TargetDragContext::reject( ) throw(InvalidDNDOperationException, RuntimeException) { m_pDropTarget->_rejectDrag( m_id); |