sc/inc/textuno.hxx              |    2 +-
 sc/source/ui/unoobj/textuno.cxx |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 92f1626160b823f8136c03ab067136f866279da9
Author:     Caolán McNamara <caol...@redhat.com>
AuthorDate: Wed Apr 8 09:08:55 2020 +0100
Commit:     Caolán McNamara <caol...@redhat.com>
CommitDate: Wed Apr 8 11:27:07 2020 +0200

    cid#1461387 Uncaught exception
    
    Change-Id: Ifcd9d3043bf51df6eb6a030481c63758f8501a0b
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/91872
    Tested-by: Jenkins
    Reviewed-by: Caolán McNamara <caol...@redhat.com>

diff --git a/sc/inc/textuno.hxx b/sc/inc/textuno.hxx
index f7023ff36835..401387b8dcca 100644
--- a/sc/inc/textuno.hxx
+++ b/sc/inc/textuno.hxx
@@ -362,7 +362,7 @@ class ScCellTextObj final : public ScCellTextData, public 
SvxUnoText
 {
 public:
                  ScCellTextObj(ScDocShell* pDocSh, const ScAddress& rP);
-        virtual  ~ScCellTextObj() throw() override;
+        virtual  ~ScCellTextObj() COVERITY_NOEXCEPT_FALSE override;
 };
 
 #endif
diff --git a/sc/source/ui/unoobj/textuno.cxx b/sc/source/ui/unoobj/textuno.cxx
index 61882737b8b6..bba27416dac5 100644
--- a/sc/source/ui/unoobj/textuno.cxx
+++ b/sc/source/ui/unoobj/textuno.cxx
@@ -897,7 +897,7 @@ ScCellTextObj::ScCellTextObj(ScDocShell* pDocSh, const 
ScAddress& rP) :
 {
 }
 
-ScCellTextObj::~ScCellTextObj() throw()
+ScCellTextObj::~ScCellTextObj() COVERITY_NOEXCEPT_FALSE
 {
 }
 
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to