diff options
Diffstat (limited to 'dtrans/source/win32')
-rw-r--r-- | dtrans/source/win32/dnd/target.cxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dtrans/source/win32/dnd/target.cxx b/dtrans/source/win32/dnd/target.cxx index 5a33a9871a7c..e8946795e46d 100644 --- a/dtrans/source/win32/dnd/target.cxx +++ b/dtrans/source/win32/dnd/target.cxx @@ -67,7 +67,8 @@ DropTarget::DropTarget( const Reference<XMultiServiceFactory>& sf): m_bActive(sal_True), m_nDefaultActions(ACTION_COPY|ACTION_MOVE|ACTION_LINK|ACTION_DEFAULT), m_nCurrentDropAction( ACTION_NONE), - m_nLastDropAction(0) + m_nLastDropAction(0), + m_bDropComplete(false) { |