diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2013-03-28 15:35:05 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2013-03-28 15:35:43 +0100 |
commit | 048e64e71fad3187d2165ed6eb0a42fdcd6e0caa (patch) | |
tree | 96f3ec9351c310753d0d23e98dce4ca1b52745dc /comphelper/inc | |
parent | 38e5096b1c3d21a2b4d7588f3c846f1f45a7a3e0 (diff) |
Drop redundant typedef
Change-Id: I13f1858babb1fb2b4120bcbf0e2e04a2a1f4bf88
Diffstat (limited to 'comphelper/inc')
-rw-r--r-- | comphelper/inc/comphelper/proxyaggregation.hxx | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/comphelper/inc/comphelper/proxyaggregation.hxx b/comphelper/inc/comphelper/proxyaggregation.hxx index 2d78b865b547..2c01a7a3587f 100644 --- a/comphelper/inc/comphelper/proxyaggregation.hxx +++ b/comphelper/inc/comphelper/proxyaggregation.hxx @@ -175,10 +175,8 @@ namespace comphelper //========================================================================= //= OComponentProxyAggregation //========================================================================= - typedef ::cppu::WeakComponentImplHelperBase OComponentProxyAggregation_CBase; - class COMPHELPER_DLLPUBLIC OComponentProxyAggregation :public OBaseMutex - ,public OComponentProxyAggregation_CBase + ,public cppu::WeakComponentImplHelperBase ,public OComponentProxyAggregationHelper { protected: |