diff --git a/framework/inc/classes/filtercache.hxx b/framework/inc/classes/filtercache.hxx index 797ba1410dc3..60ce7f3bfdca 100644 --- a/framework/inc/classes/filtercache.hxx +++ b/framework/inc/classes/filtercache.hxx @@ -28,7 +28,6 @@ #define INCLUDED_FRAMEWORK_INC_CLASSES_FILTERCACHE_HXX #include -#include #include #include @@ -56,15 +55,13 @@ namespace framework{ For better performance its necessary to cache all needed values. @implements - - @base ThreadHelpBase - TransactionBase + @base TransactionBase @devstatus ready to use @threadsafe yes *//*-*************************************************************************************************************/ -class FilterCache : private ThreadHelpBase - , private TransactionBase +class FilterCache : private TransactionBase { public: