From 048e64e71fad3187d2165ed6eb0a42fdcd6e0caa Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Thu, 28 Mar 2013 15:35:05 +0100 Subject: Drop redundant typedef Change-Id: I13f1858babb1fb2b4120bcbf0e2e04a2a1f4bf88 --- comphelper/inc/comphelper/proxyaggregation.hxx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'comphelper/inc') 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: -- cgit