diff options
Diffstat (limited to 'svx/source/inc/charmapacc.hxx')
-rw-r--r-- | svx/source/inc/charmapacc.hxx | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/svx/source/inc/charmapacc.hxx b/svx/source/inc/charmapacc.hxx index 83cd41dfff25..6783b5504752 100644 --- a/svx/source/inc/charmapacc.hxx +++ b/svx/source/inc/charmapacc.hxx @@ -25,7 +25,6 @@ #include <comphelper/accessibleselectionhelper.hxx> #include <com/sun/star/accessibility/XAccessibleAction.hpp> #include <com/sun/star/accessibility/XAccessibleTable.hpp> -#include <toolkit/helper/externallock.hxx> #include <vector> class SvxShowCharSet; @@ -39,8 +38,7 @@ namespace svx /** The class SvxShowCharSetVirtualAcc is used as a virtual class which contains the table and the scrollbar. In the vcl control, the table and the scrollbar exists in one class. This is not feasible for the accessibility api. */ - class SvxShowCharSetVirtualAcc : private BaseVCLExternalSolarLock, - public ::comphelper::OAccessibleComponentHelper, + class SvxShowCharSetVirtualAcc : public ::comphelper::OAccessibleComponentHelper, public OAccessibleHelper_Base_2 { VclPtr<SvxShowCharSet> mpParent; // the vcl control @@ -122,8 +120,7 @@ namespace svx /** The table implementation of the vcl control. */ - class SvxShowCharSetAcc : private BaseVCLExternalSolarLock, - public ::comphelper::OAccessibleSelectionHelper, + class SvxShowCharSetAcc : public ::comphelper::OAccessibleSelectionHelper, public OAccessibleHelper_Base { ::std::vector< css::uno::Reference< css::accessibility::XAccessible > > m_aChildren; @@ -212,8 +209,7 @@ namespace svx /** The child implementation of the table. */ - class SvxShowCharSetItemAcc : private BaseVCLExternalSolarLock, - public ::comphelper::OAccessibleComponentHelper, + class SvxShowCharSetItemAcc : public ::comphelper::OAccessibleComponentHelper, public OAccessibleHelper_Base_3 { private: |