summaryrefslogtreecommitdiff
path: root/svtools/source/misc/transfer2.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svtools/source/misc/transfer2.cxx')
-rw-r--r--svtools/source/misc/transfer2.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/svtools/source/misc/transfer2.cxx b/svtools/source/misc/transfer2.cxx
index dc4122f6e7f8..12bddb846670 100644
--- a/svtools/source/misc/transfer2.cxx
+++ b/svtools/source/misc/transfer2.cxx
@@ -590,8 +590,7 @@ void TransferDataContainer::StartDrag(
void TransferDataContainer::DragFinished( sal_Int8 nDropAction )
{
- if( pImpl->aFinshedLnk.IsSet() )
- pImpl->aFinshedLnk.Call( nDropAction );
+ pImpl->aFinshedLnk.Call( nDropAction );
}
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */