summaryrefslogtreecommitdiff
path: root/accessibility/inc/extended/accessibletabbarbase.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'accessibility/inc/extended/accessibletabbarbase.hxx')
-rw-r--r--accessibility/inc/extended/accessibletabbarbase.hxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/accessibility/inc/extended/accessibletabbarbase.hxx b/accessibility/inc/extended/accessibletabbarbase.hxx
index d2d6ab83cc3c..8fd28dc06beb 100644
--- a/accessibility/inc/extended/accessibletabbarbase.hxx
+++ b/accessibility/inc/extended/accessibletabbarbase.hxx
@@ -23,10 +23,8 @@
#include <comphelper/accessiblecomponenthelper.hxx>
#include <tools/link.hxx>
#include <vcl/vclptr.hxx>
-#include <toolkit/helper/externallock.hxx>
class TabBar;
-class VCLExternalSolarLock;
class VclSimpleEvent;
class VclWindowEvent;
@@ -34,8 +32,7 @@ class VclWindowEvent;
namespace accessibility
{
-class AccessibleTabBarBase : private BaseVCLExternalSolarLock,
- public comphelper::OAccessibleExtendedComponentHelper
+class AccessibleTabBarBase : public comphelper::OAccessibleExtendedComponentHelper
{
public:
explicit AccessibleTabBarBase( TabBar* pTabBar );