<div dir="ltr"><div>Hey,<br><br>so by going through Lsan reports I noted that we have a few classes in formula that are marked with SAL_NO_VTABLE and therefore have no virtual protected destructors, This prevents us from deleting some of these instances and it looks like people just leaked them in the past.<br>
<br></div>Is there any reason not to remove the SAL_NO_VTABLE and make the destructor virtual and public. I"m talking especially about include/formula/IFunctionDescription.hxx where the use of SAL_NO_VTABLE looks like premature optimization to me.<br>
<br>Regards,<br>Markus<br></div>