From dd7b477e9dea0af0e23b5ac51f41421ad9af43cc Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Thu, 20 Mar 2014 11:39:54 +0100 Subject: Access safe members directly Change-Id: Ib1195f4704de845448e280fabbe40580de46a97d --- framework/inc/helper/statusindicator.hxx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'framework/inc') diff --git a/framework/inc/helper/statusindicator.hxx b/framework/inc/helper/statusindicator.hxx index a5ddac56d32b..adda81a29b72 100644 --- a/framework/inc/helper/statusindicator.hxx +++ b/framework/inc/helper/statusindicator.hxx @@ -24,7 +24,6 @@ // include files of own module #include -#include #include #include #include @@ -59,8 +58,7 @@ namespace framework{ @devstatus ready to use @threadsafe yes */ -class StatusIndicator : private ThreadHelpBase // Order of baseclasses is necessary for right initializaton! - , public ::cppu::WeakImplHelper1< css::task::XStatusIndicator > +class StatusIndicator : public ::cppu::WeakImplHelper1< css::task::XStatusIndicator > { // member -- cgit