10 #ifndef INCLUDED_O3TL_DELETER_HXX
11 #define INCLUDED_O3TL_DELETER_HXX
17 #include <com/sun/star/uno/Exception.hpp>
30 #if defined(__COVERITY__)
35 catch (
const css::uno::Exception& ex)
40 catch (
const std::exception& e)
42 SAL_WARN(
"vcl.app",
"Fatal exception: " << e.what());
void reset_preserve_ptr_during(uniqueptr &ptr)
void operator()(T *p) noexcept
OString exceptionToString(const css::uno::Any &caught)
To markup std::unique_ptr that coverity warns might throw exceptions which won't throw in practice...
#define SAL_WARN(area, stream)