Kaydet (Commit) 3afa389d authored tarafından Stephan Bergmann's avatar Stephan Bergmann

Added clarifying comment.

üst 0e73ffc3
......@@ -689,6 +689,7 @@ SwXFieldmark::getCheckboxFieldmark()
// evil #TODO #FIXME casting away the const-ness
pCheckboxFm = const_cast<sw::mark::ICheckboxFieldmark*>(dynamic_cast< const ::sw::mark::ICheckboxFieldmark* >( GetBookmark()));
OSL_ASSERT( GetBookmark() == 0 || pCheckboxFm != 0 );
// unclear to me whether GetBookmark() can be null here
}
return pCheckboxFm;
......
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