[Libreoffice-commits] core.git: sd/source
Caolán McNamara (via logerrit)
logerrit at kemper.freedesktop.org
Wed Jun 16 15:27:45 UTC 2021
sd/source/ui/view/sdview.cxx | 1 +
1 file changed, 1 insertion(+)
New commits:
commit c9ba420bfe5c31e67a7555c8f4a16d0bd7954a51
Author: Caolán McNamara <caolanm at redhat.com>
AuthorDate: Wed Jun 16 12:37:39 2021 +0100
Commit: Caolán McNamara <caolanm at redhat.com>
CommitDate: Wed Jun 16 17:26:55 2021 +0200
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 at redhat.com>
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)*/);
}
}
More information about the Libreoffice-commits
mailing list