summaryrefslogtreecommitdiff
path: root/svx/source/accessibility/ChildrenManagerImpl.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noelgrandin@gmail.com>2021-12-24 12:00:57 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2021-12-24 17:57:41 +0100
commita3af03ec84ff5e8a89ccfa6fb2350eec6f09883c (patch)
treea5e9b388bb40bb74c849ce7c40bca3abe2fb6a99 /svx/source/accessibility/ChildrenManagerImpl.hxx
parentc55d1affc6299feed36145a01279b641bb60ac57 (diff)
use comphelper::WeakComponentImplHelper in ChildrenManagerImpl
Change-Id: I24b1f497a77b7ff896060a8f7dacc5d3a5e27ea2 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/127411 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'svx/source/accessibility/ChildrenManagerImpl.hxx')
-rw-r--r--svx/source/accessibility/ChildrenManagerImpl.hxx7
1 files changed, 3 insertions, 4 deletions
diff --git a/svx/source/accessibility/ChildrenManagerImpl.hxx b/svx/source/accessibility/ChildrenManagerImpl.hxx
index 1956a7650fc4..6cd9a76305b5 100644
--- a/svx/source/accessibility/ChildrenManagerImpl.hxx
+++ b/svx/source/accessibility/ChildrenManagerImpl.hxx
@@ -24,7 +24,7 @@
#include <svx/IAccessibleParent.hxx>
#include <svx/AccessibleShapeTreeInfo.hxx>
#include <editeng/AccessibleContextBase.hxx>
-#include <cppuhelper/compbase.hxx>
+#include <comphelper/compbase.hxx>
#include <tools/gen.hxx>
#include <vector>
#include <com/sun/star/drawing/XShape.hpp>
@@ -72,8 +72,7 @@ typedef ::std::vector<ChildDescriptor> ChildDescriptorListType;
@see ChildrenManager
*/
class ChildrenManagerImpl final
- : public cppu::BaseMutex,
- public cppu::WeakComponentImplHelper<
+ : public comphelper::WeakComponentImplHelper<
css::document::XEventListener,
css::view::XSelectionChangeListener>,
public IAccessibleViewForwarderListener,
@@ -316,7 +315,7 @@ private:
/** This method is called from the component helper base class while
disposing.
*/
- virtual void SAL_CALL disposing() override;
+ virtual void disposing() override;
void impl_dispose();