summaryrefslogtreecommitdiffstats
path: root/comphelper/inc
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2013-03-28 15:35:05 +0100
committerStephan Bergmann <sbergman@redhat.com>2013-03-28 15:35:43 +0100
commit048e64e71fad3187d2165ed6eb0a42fdcd6e0caa (patch)
tree96f3ec9351c310753d0d23e98dce4ca1b52745dc /comphelper/inc
parentn#810508: Fixes import of Scatternet and Bubble charts. (diff)
downloadcore-048e64e71fad3187d2165ed6eb0a42fdcd6e0caa.tar.gz
core-048e64e71fad3187d2165ed6eb0a42fdcd6e0caa.zip
Drop redundant typedef
Change-Id: I13f1858babb1fb2b4120bcbf0e2e04a2a1f4bf88
Diffstat (limited to 'comphelper/inc')
-rw-r--r--comphelper/inc/comphelper/proxyaggregation.hxx4
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: