diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2014-03-20 11:39:54 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-03-20 15:04:13 +0100 |
commit | dd7b477e9dea0af0e23b5ac51f41421ad9af43cc (patch) | |
tree | 0f9f4348ae7cad3eb4b607c778053c78b473f642 /framework/inc | |
parent | 4f843f2bc87952131085cf7e88ab69b6e18fbe37 (diff) |
Access safe members directly
Change-Id: Ib1195f4704de845448e280fabbe40580de46a97d
Diffstat (limited to 'framework/inc')
-rw-r--r-- | framework/inc/helper/statusindicator.hxx | 4 |
1 files changed, 1 insertions, 3 deletions
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 <helper/statusindicatorfactory.hxx> -#include <threadhelp/threadhelpbase.hxx> #include <macros/xinterface.hxx> #include <macros/xtypeprovider.hxx> #include <macros/generic.hxx> @@ -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 |