Hi Noel,
just as you used it in stoc/test/testconv.cxx (and 3 other files in stoc/test).
I don't think the code in those files stoc/test files are even compiled as part of
our build, certainly that style of code doesn't work anymore.
The way to use the DBG_UNHANDLED_EXCEPTION macro (on current master), is just like this:
catch (const uno::Exception& )
{
DBG_UNHANDLED_EXCEPTION("basctl.basicide");
}
i.e. it only takes one parameter, which is the SAL log area for that code, and it captures the
current exception itself.
That helps, thank you.
Winfried
Context
Privacy Policy |
Impressum (Legal Info) |
Copyright information: Unless otherwise specified, all text and images
on this website are licensed under the
Creative Commons Attribution-Share Alike 3.0 License.
This does not include the source code of LibreOffice, which is
licensed under the Mozilla Public License (
MPLv2).
"LibreOffice" and "The Document Foundation" are
registered trademarks of their corresponding registered owners or are
in actual use as trademarks in one or more countries. Their respective
logos and icons are also subject to international copyright laws. Use
thereof is explained in our
trademark policy.