diff options
author | Caolán McNamara <caolanm@redhat.com> | 2019-11-18 09:30:32 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2019-11-18 13:30:10 +0100 |
commit | 3a16dff3b624d08a4193c5f8d9b8e024e750c821 (patch) | |
tree | f6e9308dfb0aea6fefd7932d4055a178c5358144 /sw | |
parent | bc5c1464f510c32be5c0fd66f2e8671eba7c0fdd (diff) |
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@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/uibase/app/swdll.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
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(); } |