include/o3tl/deleter.hxx |    2 +-
 sal/rtl/strtmpl.hxx      |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

New commits:
commit f96b807cf6925870965d577f621b55d17ef86529
Author:     Caolán McNamara <caolan.mcnam...@collabora.com>
AuthorDate: Mon Jul 28 19:24:32 2025 +0100
Commit:     Caolán McNamara <caolan.mcnam...@collabora.com>
CommitDate: Tue Jul 29 00:21:06 2025 +0200

    cid#1399128 Still needed for coverity 2024
    
    Change-Id: I2ef03130800320de7df60b701eb3c0eaab0aed6f
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/188491
    Reviewed-by: Caolán McNamara <caolan.mcnam...@collabora.com>
    Tested-by: Jenkins
    Tested-by: Caolán McNamara <caolan.mcnam...@collabora.com>

diff --git a/include/o3tl/deleter.hxx b/include/o3tl/deleter.hxx
index 22140538c2e8..ec68e8c8ed03 100644
--- a/include/o3tl/deleter.hxx
+++ b/include/o3tl/deleter.hxx
@@ -14,7 +14,7 @@
 
 #include <cstdlib>
 
-#if defined(__COVERITY__) && __COVERITY_MAJOR__ <= 2023
+#if defined(__COVERITY__) && __COVERITY_MAJOR__ <= 2024
 #define suppress_fun_call_w_exception(expr)                                    
                    \
     do                                                                         
                    \
     {                                                                          
                    \
commit 3ce211897b8bd0cd9914d5460566b29110c6b9d9
Author:     Caolán McNamara <caolan.mcnam...@collabora.com>
AuthorDate: Mon Jul 28 19:15:34 2025 +0100
Commit:     Caolán McNamara <caolan.mcnam...@collabora.com>
CommitDate: Tue Jul 29 00:20:53 2025 +0200

    cid#1308563 Still needed for coverity 2024
    
    Change-Id: I86eba4acfc1a7c3041d92071794f6472e115fa6b
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/188490
    Reviewed-by: Caolán McNamara <caolan.mcnam...@collabora.com>
    Tested-by: Caolán McNamara <caolan.mcnam...@collabora.com>

diff --git a/sal/rtl/strtmpl.hxx b/sal/rtl/strtmpl.hxx
index 2908d5ea1cfa..1384c891d41d 100644
--- a/sal/rtl/strtmpl.hxx
+++ b/sal/rtl/strtmpl.hxx
@@ -921,7 +921,7 @@ void newConcat(rtl_tString** ppThis, const C1* pLeft, 
sal_Int32 nLeftLength,
             *ppThis = nullptr;
         else
         {
-#if !defined(__COVERITY__) || __COVERITY_MAJOR__ > 2023
+#if !defined(__COVERITY__) || __COVERITY_MAJOR__ > 2024
             throw std::length_error("newConcat");
 #else
             //coverity doesn't report std::bad_alloc as an unhandled exception 
when

Reply via email to