summaryrefslogtreecommitdiff
path: root/include/toolkit/awt
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-01-27 10:23:48 +0100
committerStephan Bergmann <sbergman@redhat.com>2016-01-27 10:23:48 +0100
commitcd5431c07118152d4c14cdd65af0e4dfc16b4473 (patch)
treea30b2c02f264ad66989f2400cfb040a922761166 /include/toolkit/awt
parent23a0ee3c01c3588472e1c19605909d6b9401253c (diff)
Unwind trivial AccessibleExtendedComponentHelper_BASE typedefs
Change-Id: I74b30cba1359045873a3d7a3f0e72f857ffa0ed0
Diffstat (limited to 'include/toolkit/awt')
-rw-r--r--include/toolkit/awt/vclxaccessiblecomponent.hxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/include/toolkit/awt/vclxaccessiblecomponent.hxx b/include/toolkit/awt/vclxaccessiblecomponent.hxx
index 7025540894ba..f5d65de55874 100644
--- a/include/toolkit/awt/vclxaccessiblecomponent.hxx
+++ b/include/toolkit/awt/vclxaccessiblecomponent.hxx
@@ -49,16 +49,13 @@ class AccessibleStateSetHelper;
// class VCLXAccessibleComponent
-
-typedef ::comphelper::OAccessibleExtendedComponentHelper AccessibleExtendedComponentHelper_BASE;
-
typedef ::cppu::ImplHelper1<
css::lang::XServiceInfo > VCLXAccessibleComponent_BASE;
class VCLExternalSolarLock;
class TOOLKIT_DLLPUBLIC VCLXAccessibleComponent
- :public AccessibleExtendedComponentHelper_BASE
+ :public comphelper::OAccessibleExtendedComponentHelper
,public ::comphelper::OAccessibleImplementationAccess
,public VCLXAccessibleComponent_BASE
{