summaryrefslogtreecommitdiff
path: root/sd/source/ui/framework/configuration/GenericConfigurationChangeRequest.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noelgrandin@gmail.com>2021-12-27 09:57:57 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2021-12-27 13:28:44 +0100
commit0f3d19d2ce953b5e2883ecb51643fd3c47bf7ec7 (patch)
tree3fdefa20efec28de450e84aaf702318263675452 /sd/source/ui/framework/configuration/GenericConfigurationChangeRequest.cxx
parent3a7e36eff37070a4626184bf0af479aef6292d8e (diff)
use comphelper::WeakComponentImplHelper in GenericConfigurationChangeRequest
Change-Id: Iab037f7fe008dc4662f8d5b403f54c39facaa2d6 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/127554 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sd/source/ui/framework/configuration/GenericConfigurationChangeRequest.cxx')
-rw-r--r--sd/source/ui/framework/configuration/GenericConfigurationChangeRequest.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/sd/source/ui/framework/configuration/GenericConfigurationChangeRequest.cxx b/sd/source/ui/framework/configuration/GenericConfigurationChangeRequest.cxx
index 45110742b543..fa6d415034c8 100644
--- a/sd/source/ui/framework/configuration/GenericConfigurationChangeRequest.cxx
+++ b/sd/source/ui/framework/configuration/GenericConfigurationChangeRequest.cxx
@@ -34,8 +34,7 @@ namespace sd::framework {
GenericConfigurationChangeRequest::GenericConfigurationChangeRequest (
const Reference<XResourceId>& rxResourceId,
const Mode eMode)
- : GenericConfigurationChangeRequestInterfaceBase(m_aMutex),
- mxResourceId(rxResourceId),
+ : mxResourceId(rxResourceId),
meMode(eMode)
{
if ( ! rxResourceId.is() || rxResourceId->getResourceURL().isEmpty())