summaryrefslogtreecommitdiff
path: root/framework/inc/dispatch
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-03-18 09:09:29 +0100
committerStephan Bergmann <sbergman@redhat.com>2014-03-18 09:43:16 +0100
commitfaef574c5572035cbc7808a52e80ff946bc745cd (patch)
tree01b5ecabc3ac4f4cd0a3e364bbf057adeafe9678 /framework/inc/dispatch
parent9a67d4f419a3487b553441aa49361e7d07a0614b (diff)
Access safe data members directly
Change-Id: I077318a2ecb9b3d9708930742c458422aadeb064
Diffstat (limited to 'framework/inc/dispatch')
-rw-r--r--framework/inc/dispatch/dispatchinformationprovider.hxx4
1 files changed, 1 insertions, 3 deletions
diff --git a/framework/inc/dispatch/dispatchinformationprovider.hxx b/framework/inc/dispatch/dispatchinformationprovider.hxx
index 1f5fcb23c9f4..66af207c0531 100644
--- a/framework/inc/dispatch/dispatchinformationprovider.hxx
+++ b/framework/inc/dispatch/dispatchinformationprovider.hxx
@@ -20,7 +20,6 @@
#ifndef INCLUDED_FRAMEWORK_INC_DISPATCH_DISPATCHINFORMATIONPROVIDER_HXX
#define INCLUDED_FRAMEWORK_INC_DISPATCH_DISPATCHINFORMATIONPROVIDER_HXX
-#include <threadhelp/threadhelpbase.hxx>
#include <macros/generic.hxx>
#include <macros/xinterface.hxx>
#include <general.h>
@@ -39,8 +38,7 @@ namespace framework{
/*-************************************************************************************************************
@short a helper to merge dispatch information of different sources together.
*//*-*************************************************************************************************************/
-class DispatchInformationProvider : private ThreadHelpBase
- , public ::cppu::WeakImplHelper1< css::frame::XDispatchInformationProvider >
+class DispatchInformationProvider : public ::cppu::WeakImplHelper1< css::frame::XDispatchInformationProvider >
{
// member