Kaydet (Commit) 396ed6ff authored tarafından Stephan Bergmann's avatar Stephan Bergmann

Drop unused uses of TransactionBase

Change-Id: I606fc8e06823df9caf8786b1ae4d432c061ddc80
üst 5f336095
...@@ -29,7 +29,6 @@ ...@@ -29,7 +29,6 @@
#include <classes/filtercachedata.hxx> #include <classes/filtercachedata.hxx>
#include <threadhelp/transactionbase.hxx>
#include <general.h> #include <general.h>
#include <queries.h> #include <queries.h>
...@@ -52,13 +51,12 @@ namespace framework{ ...@@ -52,13 +51,12 @@ namespace framework{
@short cache for all filter and type information @short cache for all filter and type information
@descr Frameloader - and filterfactory need some information about our current registered filters and types. @descr Frameloader - and filterfactory need some information about our current registered filters and types.
For better performance its necessary to cache all needed values. For better performance its necessary to cache all needed values.
@base TransactionBase
@devstatus ready to use @devstatus ready to use
@threadsafe yes @threadsafe yes
*//*-*************************************************************************************************************/ *//*-*************************************************************************************************************/
class FilterCache : private TransactionBase class FilterCache
{ {
public: public:
......
...@@ -22,7 +22,6 @@ ...@@ -22,7 +22,6 @@
#include <classes/protocolhandlercache.hxx> #include <classes/protocolhandlercache.hxx>
#include <threadhelp/transactionbase.hxx>
#include <macros/xinterface.hxx> #include <macros/xinterface.hxx>
#include <macros/xtypeprovider.hxx> #include <macros/xtypeprovider.hxx>
#include <stdtypes.h> #include <stdtypes.h>
...@@ -72,9 +71,7 @@ enum EDispatchHelper ...@@ -72,9 +71,7 @@ enum EDispatchHelper
@devstatus ready to use @devstatus ready to use
@threadsafe yes @threadsafe yes
*/ */
class DispatchProvider : private TransactionBase , class DispatchProvider: public ::cppu::WeakImplHelper< css::frame::XDispatchProvider >
// interfaces
public ::cppu::WeakImplHelper< css::frame::XDispatchProvider >
{ {
/* member */ /* member */
private: private:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment