I'm going over the code for the toolbar creation and I've spotted quite
a few code fragments like this:
EV_Toolbar_Control * pControl = pFactory->getControl(this, id);
UT_ASSERT(pControl);
......
if (pControl)
{
....
Is the intention to eventually remove the check by re-defining
UT_ASSERT?
- Re: Question Daniel Weber
- Re: Question Paul Rohr
- Question Dom Lachowicz
- Re: Question Aaron Lehmann
- Re: Question Leonard Rosenthol
- Re: Question Paul Rohr
- Re: Question Tomas Frydrych
