Kaydet (Commit) 43fda1a7 authored tarafından Kohei Yoshida's avatar Kohei Yoshida

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.
üst f5929249
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment