From c9ba420bfe5c31e67a7555c8f4a16d0bd7954a51 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Wed, 16 Jun 2021 12:37:39 +0100 Subject: cid#485150 silence Uncaught exception MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit for the record coverity[foo] defect is marked as intentioanl coverity[foo : FALSE] defect is marked as false positive coverity[foo : SUPPRESS] detect is not saved at all Change-Id: I1277c4426b5fa9efde8a9227c2813d53deb56555 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/117325 Tested-by: Jenkins Reviewed-by: Caolán McNamara --- sd/source/ui/view/sdview.cxx | 1 + 1 file changed, 1 insertion(+) diff --git a/sd/source/ui/view/sdview.cxx b/sd/source/ui/view/sdview.cxx index e2e0a053a47e..3f3120606776 100644 --- a/sd/source/ui/view/sdview.cxx +++ b/sd/source/ui/view/sdview.cxx @@ -145,6 +145,7 @@ View::~View() while(PaintWindowCount()) { // remove all registered OutDevs + // coverity[fun_call_w_exception : SUPPRESS] - cid#485150 silence Uncaught exception DeleteWindowFromPaintView(GetFirstOutputDevice() /*GetWin(0)*/); } } -- cgit