summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/browser/AsynchronousLink.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'dbaccess/source/ui/browser/AsynchronousLink.cxx')
-rw-r--r--dbaccess/source/ui/browser/AsynchronousLink.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/dbaccess/source/ui/browser/AsynchronousLink.cxx b/dbaccess/source/ui/browser/AsynchronousLink.cxx
index 92ce231abacb..7715c91bd5f0 100644
--- a/dbaccess/source/ui/browser/AsynchronousLink.cxx
+++ b/dbaccess/source/ui/browser/AsynchronousLink.cxx
@@ -78,8 +78,7 @@ IMPL_LINK_TYPED(OAsynchronousLink, OnAsyncCall, void*, _pArg, void)
m_nEventId = 0;
}
}
- if (m_aHandler.IsSet())
- m_aHandler.Call(_pArg);
+ m_aHandler.Call(_pArg);
}
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */