sd/source/ui/view/sdview.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit c9ba420bfe5c31e67a7555c8f4a16d0bd7954a51
Author:     Caolán McNamara <caol...@redhat.com>
AuthorDate: Wed Jun 16 12:37:39 2021 +0100
Commit:     Caolán McNamara <caol...@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 <caol...@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)*/);
     }
 }
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to