Kaydet (Commit) d8105ab9 authored tarafından Markus Mohrhard's avatar Markus Mohrhard

make this a real assert to find these problems earlier

Change-Id: Ie23de38f5f79a7a72b6ce8d4da7aa0f5e4dd2a93
üst 8c801204
......@@ -466,7 +466,7 @@ IMPL_LINK( ErrorBarResources, ChooseRange, RangeSelectionButton *, pButton )
aUIString = String( SchResId( STR_DATA_SELECT_RANGE_FOR_NEGATIVE_ERRORBARS ));
}
OSL_ASSERT( m_pParentDialog );
assert( m_pParentDialog );
if( m_pParentDialog )
{
lcl_enableRangeChoosing( true, m_pParentDialog );
......
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