[Libreoffice-commits] core.git: sw/source

Caolán McNamara (via logerrit) logerrit at kemper.freedesktop.org
Fri Jan 15 13:36:47 UTC 2021


 sw/source/core/edit/ednumber.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 425d43cff790d1d8840081d0965095a4b1bccc48
Author:     Caolán McNamara <caolanm at redhat.com>
AuthorDate: Fri Jan 15 09:32:05 2021 +0000
Commit:     Caolán McNamara <caolanm at redhat.com>
CommitDate: Fri Jan 15 14:35:56 2021 +0100

    cid#1472120 Uncaught exception
    
    Change-Id: I7cbeb2f4801d24479bcfe66a66b467b788663b5d
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/109325
    Tested-by: Jenkins
    Reviewed-by: Caolán McNamara <caolanm at redhat.com>

diff --git a/sw/source/core/edit/ednumber.cxx b/sw/source/core/edit/ednumber.cxx
index 4d75b5d69195..7d152920af9a 100644
--- a/sw/source/core/edit/ednumber.cxx
+++ b/sw/source/core/edit/ednumber.cxx
@@ -427,7 +427,7 @@ public:
         }
     }
 
-    ~MakeAllOutlineContentTemporarilyVisibile()
+    ~MakeAllOutlineContentTemporarilyVisibile() COVERITY_NOEXCEPT_FALSE
     {
         if (!pWrtShell)
             return;


More information about the Libreoffice-commits mailing list