summaryrefslogtreecommitdiff
path: root/sc/source/core/data/bcaslot.cxx
diff options
context:
space:
mode:
authorKohei Yoshida <kyoshida@novell.com>2011-06-14 00:15:31 -0400
committerKohei Yoshida <kyoshida@novell.com>2011-06-14 00:15:31 -0400
commit43fda1a7c9efe07fe411431d5b5d451a00fb41c0 (patch)
tree8aba02059485d3ed073dfb3d6a2161d3db63a30d /sc/source/core/data/bcaslot.cxx
parentf5929249cce32ab640b0282c851404ed52af262c (diff)
This assertion fails many times & is very noisy.
The fact that there is a if statement to check for the NULL pointer suggests that the pointer can be NULL sometimes. Let's remove this OSL_ENSURE.
Diffstat (limited to 'sc/source/core/data/bcaslot.cxx')
-rw-r--r--sc/source/core/data/bcaslot.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/sc/source/core/data/bcaslot.cxx b/sc/source/core/data/bcaslot.cxx
index 29eb38c54c96..5180d68804dc 100644
--- a/sc/source/core/data/bcaslot.cxx
+++ b/sc/source/core/data/bcaslot.cxx
@@ -590,7 +590,6 @@ void ScBroadcastAreaSlotMachine::EndListeningArea( const ScRange& rRange,
{
if ( rRange == BCA_LISTEN_ALWAYS )
{
- OSL_ENSURE( pBCAlways, "ScBroadcastAreaSlotMachine::EndListeningArea: BCA_LISTEN_ALWAYS but none established");
if ( pBCAlways )
{
pListener->EndListening( *pBCAlways);