summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2021-06-16 12:37:39 +0100
committerCaolán McNamara <caolanm@redhat.com>2021-06-16 17:26:55 +0200
commitc9ba420bfe5c31e67a7555c8f4a16d0bd7954a51 (patch)
tree82878e2a4be295a3d1cb85e2c7660436729d66fe
parent899737e6e4fca537e7352a9cd11e161328800b83 (diff)
cid#485150 silence Uncaught exception
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 <caolanm@redhat.com>
-rw-r--r--sd/source/ui/view/sdview.cxx1
1 files changed, 1 insertions, 0 deletions
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)*/);
}
}