diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2014-03-18 09:26:05 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-03-18 09:43:17 +0100 |
commit | 8ca1c57f0449c951515c3c3b448d0acda56b26fb (patch) | |
tree | 689c74a8908d0d5b9e4b55b585c30d64795e8ac0 /framework/inc | |
parent | 43ed93b2563c7862b7aefbe54238725faa3c5639 (diff) |
Access safe data members directly
Change-Id: I06df992ca9a77e8ac21dbd1faffa9fa906daab62
Diffstat (limited to 'framework/inc')
-rw-r--r-- | framework/inc/dispatch/mailtodispatcher.hxx | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/framework/inc/dispatch/mailtodispatcher.hxx b/framework/inc/dispatch/mailtodispatcher.hxx index 1053384dfb4e..5e283cedee02 100644 --- a/framework/inc/dispatch/mailtodispatcher.hxx +++ b/framework/inc/dispatch/mailtodispatcher.hxx @@ -24,7 +24,6 @@ #include <macros/xinterface.hxx> #include <macros/xtypeprovider.hxx> #include <macros/xserviceinfo.hxx> -#include <threadhelp/threadhelpbase.hxx> #include <general.h> #include <stdtypes.h> @@ -46,18 +45,12 @@ namespace framework{ @descr It's a special dispatch object which is used registered for "mailto:*" URLs and will be automaticly used from the framework dispatch mechanism if such URL occurred. - @base ThreadHelpBase - exports a lock member to guarantee right initialize value of it @base OWeakObject provides XWeak and ref count mechanism @devstatus ready to use */ -class MailToDispatcher : // baseclasses - // Order is necessary for right initialization! - private ThreadHelpBase , - // interfaces - public ::cppu::WeakImplHelper3< +class MailToDispatcher : public ::cppu::WeakImplHelper3< css::lang::XServiceInfo, css::frame::XDispatchProvider, css::frame::XNotifyingDispatch> // => XDispatch |