summaryrefslogtreecommitdiff
path: root/basctl
diff options
context:
space:
mode:
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();
}