summaryrefslogtreecommitdiff
path: root/basctl
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2019-11-18 09:29:20 +0000
committerCaolán McNamara <caolanm@redhat.com>2019-11-18 11:30:23 +0100
commit25cc2574ee13c25aba7e671fd213816acd94d365 (patch)
tree1fb63c645f7f63427aa54187442f8e4fd657d388 /basctl
parentdd96c13e1921391719260b8516cd6ba7c1392814 (diff)
cid#1421106 Useless call
add annotation Change-Id: I9e0f67fc14bc15a011faeb75264f64930a0c3065 Reviewed-on: https://gerrit.libreoffice.org/83063 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'basctl')
-rw-r--r--basctl/source/basicide/iderdll.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/basctl/source/basicide/iderdll.cxx b/basctl/source/basicide/iderdll.cxx
index 9f2f2dcf6315..4eedaa6e17cf 100644
--- a/basctl/source/basicide/iderdll.cxx
+++ b/basctl/source/basicide/iderdll.cxx
@@ -75,6 +75,7 @@ struct theDllInstance : public rtl::Static<DllInstance, theDllInstance> { };
void EnsureIde ()
{
+ // coverity[side_effect_free : FALSE] - not actually side-effect-free
theDllInstance::get();
}