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?




Reply via email to