summaryrefslogtreecommitdiff
path: root/comphelper
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2023-06-30 15:36:51 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2023-07-02 12:09:03 +0200
commit884a2cd39a7c0433a5bbbf4e83e2a9b16cdad71c (patch)
tree2e67f47eab10f09115616cc2da005c31d31a47da /comphelper
parent99c0922f9b16e0f2a015db41f1acbeece3cc5e69 (diff)
loplugin:singlevalfields
Change-Id: I091fac5ed41b2fb58dee5e3e1b8dd805c8dc4966 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/153813 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'comphelper')
-rw-r--r--comphelper/source/property/propshlp.cxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/comphelper/source/property/propshlp.cxx b/comphelper/source/property/propshlp.cxx
index dd227cc15e25..0ae1b789bd77 100644
--- a/comphelper/source/property/propshlp.cxx
+++ b/comphelper/source/property/propshlp.cxx
@@ -515,9 +515,6 @@ void OPropertySetHelper::fire(std::unique_lock<std::mutex>& rGuard, sal_Int32* p
sal_Int32 nHandles, // This is the Count of the array
bool bVetoable)
{
- if (!m_bFireEvents)
- return;
-
// Only fire, if one or more properties changed
if (!nHandles)
return;