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

Caolán McNamara (via logerrit) logerrit at kemper.freedesktop.org
Mon Nov 18 12:31:16 UTC 2019


 sw/source/uibase/app/swdll.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 3a16dff3b624d08a4193c5f8d9b8e024e750c821
Author:     Caolán McNamara <caolanm at redhat.com>
AuthorDate: Mon Nov 18 09:30:32 2019 +0000
Commit:     Caolán McNamara <caolanm at redhat.com>
CommitDate: Mon Nov 18 13:30:10 2019 +0100

    cid#1421107 Useless call
    
    add annotation
    
    Change-Id: I97e9282cb8568378de01764802b0a6d30e71f259
    Reviewed-on: https://gerrit.libreoffice.org/83064
    Tested-by: Jenkins
    Reviewed-by: Caolán McNamara <caolanm at redhat.com>
    Tested-by: Caolán McNamara <caolanm at redhat.com>

diff --git a/sw/source/uibase/app/swdll.cxx b/sw/source/uibase/app/swdll.cxx
index 51724d83e16e..1504e6fa9c27 100644
--- a/sw/source/uibase/app/swdll.cxx
+++ b/sw/source/uibase/app/swdll.cxx
@@ -68,6 +68,7 @@ namespace SwGlobals
 {
     void ensure()
     {
+        // coverity[side_effect_free : FALSE] - not actually side-effect-free
         theSwDLLInstance::get();
     }
 


More information about the Libreoffice-commits mailing list