diff options
-rw-r--r-- | framework/inc/classes/filtercache.hxx | 4 | ||||
-rw-r--r-- | framework/inc/dispatch/dispatchprovider.hxx | 5 |
2 files changed, 2 insertions, 7 deletions
diff --git a/framework/inc/classes/filtercache.hxx b/framework/inc/classes/filtercache.hxx index 4eb3038be574..deda642dda98 100644 --- a/framework/inc/classes/filtercache.hxx +++ b/framework/inc/classes/filtercache.hxx @@ -29,7 +29,6 @@ #include <classes/filtercachedata.hxx> -#include <threadhelp/transactionbase.hxx> #include <general.h> #include <queries.h> @@ -52,13 +51,12 @@ namespace framework{ @short cache for all filter and type information @descr Frameloader - and filterfactory need some information about our current registered filters and types. For better performance its necessary to cache all needed values. - @base TransactionBase @devstatus ready to use @threadsafe yes *//*-*************************************************************************************************************/ -class FilterCache : private TransactionBase +class FilterCache { public: diff --git a/framework/inc/dispatch/dispatchprovider.hxx b/framework/inc/dispatch/dispatchprovider.hxx index bf44c6c66452..dee2bdb517fe 100644 --- a/framework/inc/dispatch/dispatchprovider.hxx +++ b/framework/inc/dispatch/dispatchprovider.hxx @@ -22,7 +22,6 @@ #include <classes/protocolhandlercache.hxx> -#include <threadhelp/transactionbase.hxx> #include <macros/xinterface.hxx> #include <macros/xtypeprovider.hxx> #include <stdtypes.h> @@ -72,9 +71,7 @@ enum EDispatchHelper @devstatus ready to use @threadsafe yes */ -class DispatchProvider : private TransactionBase , - // interfaces - public ::cppu::WeakImplHelper< css::frame::XDispatchProvider > +class DispatchProvider: public ::cppu::WeakImplHelper< css::frame::XDispatchProvider > { /* member */ private: |